| commit | ec33eb5af5e1033a9371e033521f70e9703abc25 | [log] [tgz] |
|---|---|---|
| author | Philipp Dallig <philipp.dallig@gmail.com> | Tue Oct 12 09:01:51 2021 +0200 |
| committer | Philipp Dallig <philipp.dallig@gmail.com> | Thu Oct 14 09:44:33 2021 +0200 |
| tree | aea788cf54d885eaec3e28b9f66a15840333e94c | |
| parent | 27dde459fad08ead19a9d99b4d37a2c05deb8c12 [diff] |
[ZEPPELIN-5557] Dependency convergence errors ### What is this PR for? This PR contains the following changes: - remove asm from Hadoop client as it is provided by javax-websocket-server-impl in zeppelin-server module - adds two fast CI jobs to validate enforcer rules when Hadoop2 or Hadoop3 is included. - the [checkstyle:check](http://maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html) Maven execution phase was changed from validate to the default verify phase. - excludes jackson-dataformat-xml from org.gaul:s3proxy (test dependency) because it is provided by hadoop3. ### What type of PR is it? - Bug Fix ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5557 ### How should this be tested? * CI ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Philipp Dallig <philipp.dallig@gmail.com> Closes #4248 from Reamer/asm and squashes the following commits: d222941c7 [Philipp Dallig] Remove jackson-dataformat-xml from org.gaul:s3proxy 00c908c14 [Philipp Dallig] Use default checkstyle:check execution phase (verify) 33a2f1981 [Philipp Dallig] rename rat.yml to quick.yml and run maven enforcer with hadoop2 and hadoop3 f5d25ad02 [Philipp Dallig] Exclude asm from hadoop dependency, because it's provided by javax-websocket-server-impl
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.