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
>

Reply via email to