Just google it. For HBaseStorage http://blog.whitepages.com/2011/10/27/hbase-storage-and-pig/
For M/R: http://wiki.apache.org/hadoop/Hbase/MapReduce Regards, Shahab On Wed, Aug 28, 2013 at 12:59 PM, jamal sasha <[email protected]> wrote: > So, I am trying my hand with map reduce code. > Where can i find some examples using M/R code > > > > On Wed, Aug 28, 2013 at 9:53 AM, Shahab Yunus <[email protected]>wrote: > >> There are many way to do it. >> >> You can write your own M/R job in Java to use the provided >> outputformatter and inputformatters. >> >> Or you can use Pig to store it in HBase using HBaseStorage. >> >> There are many ways (and resources available on the web) and he question >> that you have asked is very high level. >> >> Regards, >> Shahab >> >> >> On Wed, Aug 28, 2013 at 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 >>> >> >> >
