Yes i saw that example previously but i was confused from the explanation given there . In that example i felt that "myRow" already exists in the table and a new columngroup is added to it . Then i got the doubt that how did he add that row previoulsy(i mean using what class)..
On Wed, Jul 8, 2009 at 9:40 AM, stack <[email protected]> wrote: > 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 > > >> > > >> > > >
