Skip to content

bobbych/zeppelin

 
 

Repository files navigation

#Zeppelin Build Status

Zeppelin is data analytics environment

  • Web based notebook style editor.
  • Built-in Apache Spark support

To know more about Zeppelin, visit our web site http://zeppelin-project.org

###Build mvn clean package

with specific version

  mvn clean package -Dspark.version=1.0.1 -Dhadoop.version=2.0.0-mr1-cdh4.6.0

###Configure

Configure following configuration files

  ./conf/zeppelin-env.sh
  ./conf/zeppelin-site.xml

###Run ./bin/zeppelin-daemon.sh start

browse localhost:8080 in your browser.

For configuration details check ./conf subdirectory.

###Package To package final distribution do:

  mvn clean package -P build-distr

The archive is generated under zeppelin-distribution/target directory

###Run end-to-end tests Zeppelin comes with a set of end-to-end acceptnce tests driving headless selenium browser

  #assumes zeppelin-server runing on localhost:8080 (use -Durl=.. to overide)
  mvn verify

  #or take care of starting\stoping zeppelin-server from packaged _zeppelin-distribuion/target_
  mvn verify -P using-packaged-distr

###Mailing list

Developers : https://groups.google.com/forum/#!forum/zeppelin-developers

Users : https://groups.google.com/forum/#!forum/zeppelin-users

###License Apache2 : http://www.apache.org/licenses/LICENSE-2.0.html

githalytics.com alpha

About

Zeppelin simplifies analysis on hadoop

Resources

License

Stars

Watchers

Forks

Packages

No packages published