|
|
+
Dalia Sobhy 2012-11-17, 18:14
+
Stack 2012-11-17, 19:04
-
RE: HTablePoolDalia Sobhy 2012-11-17, 20:38
Thanks Stack :D Another Question: Whats the difference between Scan and Get?? > Date: Sat, 17 Nov 2012 11:04:18 -0800 > Subject: Re: HTablePool > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > > On Sat, Nov 17, 2012 at 10:14 AM, Dalia Sobhy > <[EMAIL PROTECTED]> wrote: > > > > Dear all, > > > > I want to understand when to use HTable, HTablePool and HtableAdmin in Java API ? > > > > HTable to access a table. > > HTablePool if lots of threads in your application accessing a table or tables. > > HTableAdmin when you want to run administrative functions; its API > only has admin functions as opposed to HTable which has DML > > > I tried to read Hbase book, but I got confused.. So any help please? > > > > How to insert data using Put in a HTablePool instance..? > > > > HTablePool returns HTables. Use the returned HTable to do your put against. > > St.Ack +
Stack 2012-11-17, 21:11
+
Mohammad Tariq 2012-11-17, 21:17
+
Dalia Sobhy 2012-11-17, 21:48
+
Mohammad Tariq 2012-11-17, 22:00
+
Kevin O'dell 2012-11-19, 13:45
+
Mohammad Tariq 2012-11-19, 13:51
|