Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core feature:
- Web based notebook style editor.
- Built-in Apache Spark support
To know more about Zeppelin, visit our web site http://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.
- libfontconfig
- git (git -version)
- npm (npm -version)
- openjdk-7-jdk (java -version)
otherwise you may just install these by executing the following commands :
sudo apt-get update
sudo apt-get install git openjdk-8-jdk npm libfontconfig maven -y
Maven is a packages repository, a simple way to install is to do the following :
export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=1024m"
git clone https://github.com/raysteam/zeppelin
cd zeppelin
mvn clean package -DskipTests
./bin/zeppelin-daemon.sh start
cd zeppelin
tar -czvf ../zeppelin-rays_0.7-bin-all.tgz .
aws s3 cp zeppelin-rays_0.7-bin-all.tgz s3://rays.keyrus.com/dev/zeppelin-rays_0.7-bin-all.tgz