Fredy Wijaya has uploaded this change for review. ( 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 --- M fe/pom.xml M fe/src/main/java/org/apache/impala/util/SentryUtil.java 2 files changed, 2 insertions(+), 17 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/87/11187/1 -- 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: newchange Gerrit-Change-Id: Ie6cdfd184e06009a8d582499b2f6fd3011de6d5a Gerrit-Change-Number: 11187 Gerrit-PatchSet: 1 Gerrit-Owner: Fredy Wijaya <[email protected]>
