作者:mumei4_839_210 | 来源:互联网 | 2023-10-10 16:37
What is this PR for?
Fix dependency errors caused by different versions of the same libraries on zeppelin-zengine
What type of PR is it?
Bug Fix
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3378
How should this be tested?
- Travis CI
- Build command:
1
| mvn clean package -Dhadoop.version=2.8.1 -Phadoop2 -Pspark-2.1 -Pscala-2.11 -Pbuild-distr |
Screenshots (if appropriate)
Questions:
- Does the licenses files need update? No
- Is there breaking changes for older versions? No
- Does this needs documentation? No
该提问来源于开源项目:apache/zeppelin
The build with some patches including this fix has already completed on my environment.
At bigtop build command, -Dhadoop.version argument is specified. Is this argument unnecessary?
If so, this fix also would be unnecessary.
Zeppelin build command at bigtop:
https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/zeppelin/do-component-build#L27