What is the simplest way to add livy interpreter to Zeppelin running on EMR cluster. What would be the right step to add to get it?
Asked
Active
Viewed 199 times
0
-
1Please improve your question. There's not enough here to go on. – Joshua Jan 20 '19 at 04:52
-
@Bay Did you find any simplest way? – hayat Jan 21 '19 at 13:21
-
@hayat: The simplest way is to use a custom installation of Zeppelin on the master node, and not use the EMR Zeppelin. Don't understand the reason why EMR does not provide livy interpreter by default, when it is standard installation with Zeppelin. – Bay Max Jan 21 '19 at 16:51
-
@Bay I found cmds to add livy interpreter in existing EMR Zeppelin so I'm using that ,cd /usr/lib/zeppelin/bin && ./install-interpreter.sh --name livy after these cmd you have to restart Zeppelin – hayat Jan 23 '19 at 11:08