"./bin/install-interpreter.sh --name shell" command supposed to work.
It just read informations from conf/interpreter-list to install interpreter
artifacts. Could find a line start with 'shell' conf/interpreter-list?
otherwise you can modify this file as you needed. here's original file
included in 0.6.1 release.
https://github.com/apache/zeppelin/blob/v0.6.1/conf/interpreter-list#L36

Thanks,
moon

On Sun, Dec 18, 2016 at 10:10 PM Amit Shah <amits...@gmail.com> wrote:

> I am using zeppelin 0.6.1-SNAPSHOT bundled with another in-memory
> computing platform called insightedge <http://insightedge.io>. I want to
> import other notebooks to my zeppelin deployment which require the shell
> interpreter (%sh).
>
> I tried adding the shell interpreter by executing the ./install-interpreter.sh
> --name shellcommand but that failed with error
>
> 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)
>
> The interpreter currently installed on my zeppelin installation
> ( ./install-interpreter.sh --list) are %spark & %md.
>
> Kindly guide me through the steps to add the shell interpreter to my
> zeppelin deployment.
>
> Thanks.
>

Reply via email to