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