Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
向齐柏林飞艇添加shell解释器_Shell_Interpreter_Apache Zeppelin - Fatal编程技术网

向齐柏林飞艇添加shell解释器

向齐柏林飞艇添加shell解释器,shell,interpreter,apache-zeppelin,Shell,Interpreter,Apache Zeppelin,我正在使用齐柏林飞艇0.6.1-SNAPSHOT,它与另一个名为insightedge的内存计算平台捆绑在一起。我想将其他需要shell解释器(%sh)的笔记本导入我的齐柏林飞艇部署 我试图通过执行/install-explorer.sh--name shell命令来添加shell解释器,但失败了,出现了错误 Exception in thread "main" java.lang.RuntimeException: Can't find interpreter 'shell'

我正在使用齐柏林飞艇0.6.1-SNAPSHOT,它与另一个名为insightedge的内存计算平台捆绑在一起。我想将其他需要shell解释器(%sh)的笔记本导入我的齐柏林飞艇部署

我试图通过执行
/install-explorer.sh--name shell
命令来添加shell解释器,但失败了,出现了错误

Exception in thread "main" java.lang.RuntimeException: Can't find interpreter 'shell'
        at org.apache.zeppelin.interpreter.install.InstallInterpreter.install(InstallInterpreter.java:141)
        at org.apache.zeppelin.interpreter.install.InstallInterpreter.install(InstallInterpreter.java:128)
        at org.apache.zeppelin.interpreter.install.InstallInterpreter.main(InstallInterpreter.java:280)
目前安装在我的齐柏林飞艇上的解释器是%spark&%md


请指导我完成将shell解释器添加到齐柏林飞艇部署的步骤。谢谢。

我可以通过执行命令在我的齐柏林飞艇部署上安装shell解释器

"./install-interpreter.sh --name shell --artifact org.apache.zeppelin:zeppelin-shell:0.6.1"

通过执行命令,我能够在我的齐柏林飞艇部署上安装shell解释器

"./install-interpreter.sh --name shell --artifact org.apache.zeppelin:zeppelin-shell:0.6.1"
如果

没有帮助您应该尝试将齐柏林飞艇-shell-0.8.0.jar工件依赖项添加到shell解释器: 如果

没有帮助您应该尝试将齐柏林飞艇-shell-0.8.0.jar工件依赖项添加到shell解释器:

安装新的齐柏林飞艇是一种选择吗?并尝试
/install-explorer.sh-l
列出是否有shell解释器。由于齐柏林飞艇与另一种技术解决方案捆绑在一起,因此不能选择全新安装。我检查了当前安装的解释器,发现%spark&%md。是否可以安装新的齐柏林飞艇?并尝试
/install-explorer.sh-l
列出是否有shell解释器。由于齐柏林飞艇与另一种技术解决方案捆绑在一起,因此不能选择全新安装。我检查了当前安装的解释器,刚找到%spark&%md。