如何用PHP或其他方式连接HBase
我是 HBase 新手。目前我以独立模式安装了 HBase,我尝试启动 HBase master,它正在工作。我知道是否有用于 HBase 连接的 API,但我想知道如何从 API 连接 HBase 并获取结果。
有没有这方面的教程,请帮助我。
提前致谢
am new to HBase. currently am installed HBase as a standalone mode and i tried to start HBase master, its working. I know is there a API for HBase connectivity but i like to know how to connect HBase from API and get the results.
Is there any tutorial for this, please help me.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用如下客户端: pop_hbase
you can use a client like : pop_hbase
查看 HBase 的 Thrift API:
http://wiki.apache.org/hadoop/Hbase/ThriftApi
肯定有PHP连接性以及许多其他语言。
check out the Thrift API for HBase:
http://wiki.apache.org/hadoop/Hbase/ThriftApi
There are definitely PHP connectivity, as well as many other languages.
您可以使用 HBase Restful API http://hbase.apache.org/docs/r0.20.4/api/org/apache/hadoop/hbase/stargate/package-summary.html#package_description
You can use HBase restful API http://hbase.apache.org/docs/r0.20.4/api/org/apache/hadoop/hbase/stargate/package-summary.html#package_description