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
