[
https://issues.apache.org/jira/browse/HBASE-17315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799911#comment-15799911
]
Enis Soztutar commented on HBASE-17315:
---------------------------------------
bq. I suppose we would also require a Configuration instance in the Table
class. Should we pass along a Configuration instance from the Client class
during construction of Table or instantiate a new one in Table itself.
We should pass the Configuration from the Client to the Table. Parsing
configuration from the XML file is costly, we should do that only once.
The Client should have constructors with or without Configuration being passed.
If not passed, the Client can use HBaseConfigurationLoader to load the default
configuration.
> [C++] HBase Client and Table Implementation
> -------------------------------------------
>
> Key: HBASE-17315
> URL: https://issues.apache.org/jira/browse/HBASE-17315
> Project: HBase
> Issue Type: Sub-task
> Reporter: Sudeep Sunthankar
> Assignee: Sudeep Sunthankar
> Attachments: HBASE-17315.HBASE-14850.v1.patch,
> HBASE-17315.HBASE-14850.v2.patch, HBASE-17315.HBASE-14850.v3.patch
>
>
> Consists of Client and Table implementation which will be used to call the
> corresponding client methods i.e Get, Gets, Scan etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)