David Knupp has posted comments on this change. ( http://gerrit.cloudera.org:8080/15829 )
Change subject: IMPALA-9648: Exclude/ban netty-all from mvn download ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/15829/3/fe/pom.xml File fe/pom.xml: http://gerrit.cloudera.org:8080/#/c/15829/3/fe/pom.xml@762 PS3, Line 762: (,4.1.46] > So, I just confirmed that if I change the version to * and cherry-pick to c Cherry-picking onto asf-master, if we change the version to * and USE_CDP-HIVE=false, the build succeeds. However, this value was flipped to true recently, so now using * fails as above, just with a different version: 09:38:32 [WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed with message: Found Banned Dependency: io.netty:netty-all:jar:4.1.17.Final 09:38:32 [INFO] BUILD FAILURE 09:38:32 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (enforce-banned-dependencies) on project impala-frontend: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1] So it appears that only value that passes consistently is <exclude>io.netty:netty-all:(,4.1.46]</exclude> -- To view, visit http://gerrit.cloudera.org:8080/15829 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ie7d61af3c10ee439ca9eef3840403229e6235c97 Gerrit-Change-Number: 15829 Gerrit-PatchSet: 3 Gerrit-Owner: David Knupp <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Comment-Date: Wed, 29 Apr 2020 16:43:36 +0000 Gerrit-HasComments: Yes
