在 Apache Zeppelin 上配置 Hbase 解释器时遇到问题
Trouble Configuring Hbase Interpreter on Apache Zeppelin
我通过自制软件安装了 Apache Zeppelin 和 Hbase,它们都可以独立运行。我能够在命令行中使用 Hbase shell 并打开 Zeppelin。我用 spark 测试了 Zeppelin,它运行良好。
但是,我的问题是如何配置 Hbase 解释器?我试图按照 Zeppelin 提供的教程进行操作,但没有成功。 This is the error message I got
我试图通过在解释器菜单中重置解释器来解决这个问题,例如 this. 但是 none 有帮助。任何帮助表示赞赏。
更新:
我能够通过将以下依赖项添加到 Apache-zeppelin 上的 Hbase 解释器来解决问题:
/usr/local/hbase-1.2.0/lib/hbase-client-1.2.0.jar
/usr/local/hbase-1.2.0/lib/hbase-protocol-1.2.0.jar
/usr/local/hbase-1.2.0/lib/hbase-common-1.2.0.jar
注: /usr/local/hbase-1.2.0是Hbase的家目录
参考:
https://stochasticcoder.com/2018/02/12/adding-hbase-interpreter-to-zeppelin-hortonworks/(感谢@Alan)
有关 Apache-zeppelin 上的 installing/configuring hbase 解释器的完整指南,您可以在我的存储库中找到它:https://github.com/bixingxie/hbase-zeppelin/blob/master/README.md
我通过自制软件安装了 Apache Zeppelin 和 Hbase,它们都可以独立运行。我能够在命令行中使用 Hbase shell 并打开 Zeppelin。我用 spark 测试了 Zeppelin,它运行良好。
但是,我的问题是如何配置 Hbase 解释器?我试图按照 Zeppelin 提供的教程进行操作,但没有成功。 This is the error message I got
我试图通过在解释器菜单中重置解释器来解决这个问题,例如 this. 但是 none 有帮助。任何帮助表示赞赏。
更新: 我能够通过将以下依赖项添加到 Apache-zeppelin 上的 Hbase 解释器来解决问题:
/usr/local/hbase-1.2.0/lib/hbase-client-1.2.0.jar
/usr/local/hbase-1.2.0/lib/hbase-protocol-1.2.0.jar
/usr/local/hbase-1.2.0/lib/hbase-common-1.2.0.jar
注: /usr/local/hbase-1.2.0是Hbase的家目录
参考:
https://stochasticcoder.com/2018/02/12/adding-hbase-interpreter-to-zeppelin-hortonworks/(感谢@Alan)
有关 Apache-zeppelin 上的 installing/configuring hbase 解释器的完整指南,您可以在我的存储库中找到它:https://github.com/bixingxie/hbase-zeppelin/blob/master/README.md