Hbase comes with Bulkload tool. Please check below link. http://hbase.apache.org/book/arch.bulk.load.html
Regards, Surendra M -- Surendra Manchikanti On Wed, Aug 28, 2013 at 11:39 PM, Doug Meil <[email protected]>wrote: > > MapReduce job reading in your data in HDFS and then emitting Puts against > the target table in the Mapper since it looks like there isn't any > transform happening... > > http://hbase.apache.org/book/mapreduce.example.html > > Likewise, what Harsh said a few days ago. > > On 8/27/13 6:33 PM, "Harsh J" <[email protected]> wrote: > > >You can use HBase's MultiTableOutputFormat: > > > http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/MultiTab > >leOutputFormat.html > > > >An example can be found in this blog post: > > > http://www.wildnove.com/2011/07/19/tutorial-hadoop-and-hbase-multitableout > >putformat/ > > > > > > > On 8/28/13 12:49 PM, "jamal sasha" <[email protected]> wrote: > > >Hi, > >I have data in form: > > > >source, destination, connection > >This data is saved in hdfs > > > >I want to read this data and put it in hbase table something like: > > Column1 (source) | Column2(Destination)| Column3(Connection Type) > >Row vertex A | vertex B | connection > > > >How do I do this? > >Thanks > >
