Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11187 )
Change subject: IMPALA-7423: NoSuchMethodError when starting Sentry ...................................................................... IMPALA-7423: NoSuchMethodError when starting Sentry The issue that is caused by the classpath ordering because of two conflicting sentry-provider JARs: - sentry-provider-db-2.0.0-cdh6.x-SNAPSHOT.jar - sentry-provider-db-2.0.0-cdh6.x-SNAPSHOT-sh.jar (uses shaded Sentry Thrift) This patch fixes the issue by removing sentry-provider-db:2.0.0:sh from FE dependencies. Testing: - Ran a clean build and was able to start Sentry Change-Id: Ie6cdfd184e06009a8d582499b2f6fd3011de6d5a Reviewed-on: http://gerrit.cloudera.org:8080/11187 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/pom.xml M fe/src/main/java/org/apache/impala/util/SentryUtil.java 2 files changed, 2 insertions(+), 17 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11187 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie6cdfd184e06009a8d582499b2f6fd3011de6d5a Gerrit-Change-Number: 11187 Gerrit-PatchSet: 3 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Philip Zeyliger <[email protected]>
