在 Apache Zeppelin 上配置 Hbase 解释器时遇到问题

Posted

技术标签:

【中文标题】在 Apache Zeppelin 上配置 Hbase 解释器时遇到问题【英文标题】:Trouble Configuring Hbase Interpreter on Apache Zeppelin 【发布时间】:2018-11-22 06:10:37 【问题描述】:

我通过 home brew 安装了 Apache Zeppelin 和 Hbase,它们都是独立工作的。我能够在命令行中使用 Hbase shell 并打开 Zeppelin。我用 spark 测试了 Zeppelin,它运行良好。

但是,我的问题是如何配置 Hbase 解释器?我尝试按照 Zeppelin 提供的教程进行操作,但没有成功。 This is the error message I got

我试图通过在解释器菜单中重置解释器来解决这个问题,比如this. ,但这些都没有帮助。任何帮助表示赞赏。

【问题讨论】:

试试这个stochasticcoder.com/2018/02/12/… 我会调查的!谢谢! @Alan 成功了!非常感谢! 很高兴它有帮助。即使这是您自己的问题,在此站点上发布您的解决方案的详细信息作为答案也是一种良好的行为。仅链接的答案是不够的,因为链接可能会消失。这样一来,您的问题和答案就会出现在搜索结果中并对他人有所帮助。 @Alan 感谢您的建议。我已经发布了我的解决方案。 【参考方案1】:

更新: 我能够通过将以下依赖项添加到 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 上安装/配置 hbase 解释器的完整指南,您可以在我的仓库中找到它:https://github.com/bixingxie/hbase-zeppelin/blob/master/README.md

【讨论】:

以上是关于在 Apache Zeppelin 上配置 Hbase 解释器时遇到问题的主要内容,如果未能解决你的问题,请参考以下文章

在 Apache Zeppelin 上配置 Hbase 解释器时遇到问题

如何更改 EMR EC2 集群上的 Apache Zeppelin 配置以显示氦包?

Apache - Zeppelin 在 Ubuntu 上构建失败

在 Apache Zeppelin 上安装 R

如何在现有的 Apache Spark 独立集群上安装 Apache Zeppelin

Apache Zeppelin - 如何在 Apache Zeppelin 中使用 Helium 框架