출근길 zeppelin 관련 유튜브 동영상을 봄
http://spark.apache.org/downloads.html
docker 를 이용해서 설치하려고 했는데 실패
공식홈페이지 문서를 보면서 설치
https://zeppelin.apache.org/docs/0.7.3/install/install.html
wget http://www.apache.org/dyn/closer.cgi/zeppelin/zeppelin-0.7.3/zeppelin-0.7.3-bin-all.tgz
tar xzvf zeppelin-0.7.3-bin-all.tgz
mv zeppelin-0.7.3-bin-all.tgz /usr/local/
cd /usr/local/zeppelin-0.7.3-bin-all/
bin/zeppelin-daemon.sh start
bin/zeppelin-daemon.sh stop
localhost:8080으로 접속
# apache zeppelin으로 dashboard 만들기 https://www.youtube.com/watch?v=VKMB8nFhjug&feature=youtu.be
Next Steps
Congratulations, you have successfully installed Apache Zeppelin! Here are few steps you might find useful:
New to Apache Zeppelin…
- For an in-depth overview, head to Explore Apache Zeppelin UI.
- And then, try run tutorial notebook in your Zeppelin.
- And see how to change configurations like port number, etc.
Zeppelin with Apache Spark …
- To know more about deep integration with Apache Spark, check Spark Interpreter.
Zeppelin with JDBC data sources …
- Check JDBC Interpreter to know more about configure and uses multiple JDBC data sources.
Zeppelin with Python …
- Check Python interpreter to know more about Matplotlib, Pandas, Conda/Docker environment integration.
Multi-user environment …
- Turn on authentication.
- Manage your notebook permission.
- For more informations, go to More -> Security section.
Other useful informations …
- Learn how Display System works.
- Use Service Manager to start Zeppelin.
- If you’re using previous version please see Upgrade Zeppelin version.
하둡 스파크도 깔고 다시