You can't do hadoop streaming into hbase. Maybe explore hbase REST
interface and see if you can format puts that hbase REST can digest.
St.Ack

On Fri, Oct 2, 2015 at 12:00 PM, Pei Zhao <[email protected]> wrote:

> Hi all,
>
> I am a graduate student do research in solar cell data management. My
> project is using Hadoop/HBase. Recently we switch MapReduce to Python using
> Hadoop streaming.
>
> My question is can I use Hadoop streaming, which outputs to stdout with a
> specific format that HBase can pick it up and put them into tables?
>
> For instance,
>
> If I output lines of RowKey\t\Column\tValue , then HBase can know how to
> put this into tables.
>
> Regards
> Pei

Reply via email to