tree: 2abc8e0f174186b3869ac11aead14174c7820160 [path history] [tgz]
  1. src/
  2. build-infrastructure.md
  3. pom.xml
  4. README.md
zeppelin-distribution/README.md

Distribution archive of Zeppelin project

Zeppelin is distributed as a single gzip archive with the following structure:

zeppelin
 ├── bin
 │   ├── zeppelin.sh
 │   └── seppelin-deamon.sh
 ├── lib
 ├── conf
 ├── zan-repo
 │    ├── txt.wordcount
 │    ├── vis.bubble
 │    ├── vis.gchart
 │    ├── ml.something
 │    └── ...
 ├── zeppelin-server-<verion>.jar
 ├── zeppelin-web-<verion>.war
 └── zeppelin-cli-<verion>.jar
 

We use maven-assembly-pugin to build it, see distribution.xml for details

IMPORTANT: /lib subdirectory contains all transitive dependencies of the zeppelin-distribution module, automatically resolved by maven, except for explicitly excluded server, web and cli zeppelin sub-modules.