Description
Current in rest the HTablePool use a size 10 and can not be changed.
RESTServlet(Configuration conf) throws IOException { this.conf = conf; this.pool = new HTablePool(conf, 10); this.admin = new HBaseAdmin(conf); }
Current in rest the HTablePool use a size 10 and can not be changed.
RESTServlet(Configuration conf) throws IOException { this.conf = conf; this.pool = new HTablePool(conf, 10); this.admin = new HBaseAdmin(conf); }
+1 on patch