我在 docker 容器中使用这个 jupyter toree 笔记本(https://github.com/jupyter/docker-stacks/tree/master/all-spark-notebook)。
我尝试在笔记本中使用此 %AddDeps 命令添加 HBASE 依赖项:
%AddDeps org.apache.hbase hbase 1.3.1 --transitive --verbose
似乎找到了所有依赖项,但我仍然得到这个输出(空错误?):
Magic AddDeps failed to execute with error:
null
随后我无法调用import org.apache.hadoop.hbase
,这意味着该库尚未安装。我真的很感激任何建议,谢谢。