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

Distribution archive of Apache Zeppelin

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

Zeppelin
 ├── bin
 │   ├── zeppelin.sh
 │   └── zeppelin-daemon.sh
 ├── conf
 ├── interpreter
 ├── lib
 ├── licenses
 ├── notebook
 └── zeppelin-web-<verion>.war
 

We use maven-assembly-plugin to build it, see zeppelin-distribution/src/assemble/distribution.xml for details.

IMPORTANT: _/lib_ subdirectory contains all transitive dependencies of the zeppelin-distribution module, automatically resolved by maven, except for explicitly excluded _web_ Zeppelin sub-modules.