Configuration conf = HBaseConfiguration.create();
HTable table = new HTable(conf, tablename);
On Wed, Mar 12, 2014 at 12:07 PM, drunkenfist <[email protected]>wrote:
> Quick question... How do I get the HTable object of table, given the name
> of
> the table as a String?
>
>
>
> --
> View this message in context:
> http://apache-hbase.679495.n3.nabble.com/Fetching-HBase-Region-info-for-a-particular-table-on-a-particular-region-server-tp4056742p4056933.html
> Sent from the HBase User mailing list archive at Nabble.com.
>