You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "binlijin (JIRA)" <ji...@apache.org> on 2013/03/04 07:57:14 UTC

[jira] [Created] (HBASE-7986) Set HTablePool's size in rest

binlijin created HBASE-7986:
-------------------------------

             Summary: Set HTablePool's size in rest
                 Key: HBASE-7986
                 URL: https://issues.apache.org/jira/browse/HBASE-7986
             Project: HBase
          Issue Type: Bug
            Reporter: binlijin


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira