Re: loading data into hbase table

2008-03-11 Thread Ved Prakash
, column-value) > } > table.commit(id) > } > > --- > Jim Kellerman, Senior Engineer; Powerset > > > > -Original Message- > > From: Ved Prakash [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, March 11, 2008 2:41 AM > > To: core-user@hadoop.apache.org >

RE: loading data into hbase table

2008-03-11 Thread Jim Kellerman
gt; To: core-user@hadoop.apache.org > Subject: loading data into hbase table > > Hi friends, > > I have a table dump in csv format, I wanted to load this data > into my hbase table instead of typing it as inserts. I did a > web search and also looked into the hbase documentat

Re: loading data into hbase table

2008-03-11 Thread Bryan Duxbury
Ved, At the moment you're stuck loading the data via one of the APIs (Java, REST or Thrift) yourself. We would like to have import tools for HBase, but we haven't gotten around to it yet. Also, there's now a separate HBase mailing list at hbase- [EMAIL PROTECTED] Your questions about HBase

loading data into hbase table

2008-03-11 Thread Ved Prakash
Hi friends, I have a table dump in csv format, I wanted to load this data into my hbase table instead of typing it as inserts. I did a web search and also looked into the hbase documentation but couldn't find any thing. Can someone tell me how to load a file from local disk into hbase table on hd