Yes. See example code here: http://hadoop.apache.org/hbase/docs/r0.19.3/api/overview-summary.html#overview_description St.Ack
On Tue, Jul 7, 2009 at 9:02 PM, bharath vissapragada < [email protected]> wrote: > you mean that we can directly use BatchUpdate class and insert columns > directly? > > On Tue, Jul 7, 2009 at 11:44 PM, Jonathan Gray <[email protected]> wrote: > > > You don't have to add a row. A row exists once you insert a column for > it. > > > > Check out the BigTable paper and HBase Architecture docs for more > > information. > > > > JG > > > > > > bharath vissapragada wrote: > > > >> Hi all, > >> > >> Im new to hbase API .. can anyone tell me how to add a "row" to an > >> existing > >> hbase table . > >> I saw Batchupdate class which only modifies existing "rows". i also > >> checked > >> out Htable and HBaseAdmin class and im clueless. > >> > >> kindly bear my doubt and please reply. Its kinda urgent. > >> > >> Thanks in advance > >> > >> >
