Skip to content

raysteam/zeppelin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: Build Status
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

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.

Fast build

1. Make sure you have theses packages installed :

  • 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 

2. Make sure you have maven

Maven is a packages repository, a simple way to install is to do the following :

export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=1024m"

3. Clone and build zeppelin !

git clone https://github.com/raysteam/zeppelin
cd zeppelin
mvn clean package -DskipTests

4. Launch zeppelin using this command

./bin/zeppelin-daemon.sh start

5. Package the binary and upload it in S3

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

About

Mirror of Apache Zeppelin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 74.3%
  • JavaScript 6.9%
  • Scala 6.9%
  • HTML 5.4%
  • Shell 1.5%
  • Python 1.5%
  • Other 3.5%