zeppelin-distribution/README.md
Apache Zeppelin is distributed as a single gzip archive with the following structure:
zeppelin-<version>-bin
├── 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 thezeppelin-distributionmodule, automatically resolved by maven, except for explicitly excluded_web_Zeppelin sub-modules.