mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
### What is this PR for? Remove unmanaged, old library markdown4j dep which exists just for Websequence and YUML plugins. (related to https://github.com/apache/zeppelin/pull/1384) By adding Websequence and YUML plugins to pegdown - Removing markdown4j dependency which is unmanaged library currently. - Addtionally, we can remove `markdown.parser.type` options in **markdown interpreter** - Fixing some bugs in Websequence and YUML plugins - Enable others to add more plugins using pegdown sytnax. ### What type of PR is it? Improvement ### Todos Nothing ### What is the Jira issue? [JIRA - ZEPPELIN-1614](https://issues.apache.org/jira/browse/ZEPPELIN-1614) ### How should this be tested? Some functional tests are included. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? - YES * Is there breaking changes for older versions? - NO * Does this needs documentation? - YES Author: 1ambda <1amb4a@gmail.com> Closes #1594 from 1ambda/feat/remove-markdown4j-dep and squashes the following commits: |
||
|---|---|---|
| .. | ||
| src | ||
| build-infrastructure.md | ||
| pom.xml | ||
| 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 thezeppelin-distributionmodule, automatically resolved by maven, except for explicitly excluded_web_Zeppelin sub-modules.