Zeppelin and Anaconda
Set Anaconda As Default Python Interpreter In Zeppelin
- Click
anonymous
in top right corner. - Click
Interpreter
. - Scroll down to the python interpreter.
- Click
Edit
. - Locate zeppelin.python.
- Set value to /home/hadoop/anaconda/bin/python
- Now find the spark interpreter.
- Locate zeppelin.pyspark.python.
- Set value to /home/hadoop/anaconda/bin/python
https://dziganto.github.io/zeppelin/spark/zeppelinhub/emr/anaconda/tensorflow/shiro/s3/theano/bootstrap%20script/EMR-From-Scratch/
This works..tested..
conda install -c calex sklearn-pandas
P.S:
zeppelin 0.7.3 don't support spark 2.3. spark 2.3 is supported by zeppelin 0.8 which will be released soon
zeppelin 0.7.3 doesn't support python 3.6..
now testing with spark 2.1 and python 3.5...so far so good..
Check::::::
zeppelin home/conf should have zeppelin-env.sh. Here you can specify spark home and zeppelin port
Starting Apache Zeppelin from the Command Line
On all unix like platforms:
bin/zeppelin-daemon.sh start
If you are on Windows:
bin\zeppelin.cmd
After Zeppelin has started successfully, go to http://localhost:8080 with your web browser.
Stopping Zeppelin
bin/zeppelin-daemon.sh stop
Comments
Post a Comment