0
我是HBase的新手。我想通過python插入一些數據到HBase中。我搜索了一下,發現Python中有HBase的HappyBase api,但根據我的理解和發現,它不適用於Mapr M7。HBase mapr m7 python
請指導哪些包必須在Python中導入。
謝謝。
我是HBase的新手。我想通過python插入一些數據到HBase中。我搜索了一下,發現Python中有HBase的HappyBase api,但根據我的理解和發現,它不適用於Mapr M7。HBase mapr m7 python
請指導哪些包必須在Python中導入。
謝謝。
http://jarrettmeyer.com/2016/02/15/inserting-data-into-hbase-with-python – Whitefret
感謝Whitefret爲您的回覆......但在我的問題本身,我已經提到過有關HappyBase您的URL指着。從我看到的使用python訪問HBase的 – Ritesh
您或者需要HappyBase或Thrift API。你不能使用java?如果沒有,你可以嘗試看jython也許 – Whitefret