Hadoop mapreduce streaming from HBase

前端 未结 1 1072
逝去的感伤
逝去的感伤 2021-01-03 00:58

I\'m building a Hadoop (0.20.1) mapreduce job that uses HBase (0.20.1) as both the data source and data sink. I would like to write the job in Python which has required me t

相关标签:
1条回答
  • 2021-01-03 01:08

    This seems to do what I want but it's not part of the Hadoop distribution. Any other suggestions or comments still welcome.

    http://github.com/wanpark/hadoop-hbase-streaming

    0 讨论(0)
提交回复
热议问题