CDH-53273: HDFS NN fails to start due to NoClassDefFoundError on SentryClientTransportConfigInterface
Change-Id: Id5b04bb9ce1c0e68cd593788e2f220ab257917e5 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/22220 Tested-by: Jenkins User Reviewed-by: Alexander Kolbasov <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/3f9e25e3 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/3f9e25e3 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/3f9e25e3 Branch: refs/for/cdh5-1.5.1_ha Commit: 3f9e25e3f9b2375dbc8cca2af688a287e2c17124 Parents: fa62e49 Author: Vamsee Yarlagadda <[email protected]> Authored: Mon May 1 20:16:25 2017 -0700 Committer: Alexander Kolbasov <[email protected]> Committed: Tue May 2 11:19:13 2017 -0700 ---------------------------------------------------------------------- sentry-hdfs/sentry-hdfs-dist/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/3f9e25e3/sentry-hdfs/sentry-hdfs-dist/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-hdfs/sentry-hdfs-dist/pom.xml b/sentry-hdfs/sentry-hdfs-dist/pom.xml index b614254..c242032 100644 --- a/sentry-hdfs/sentry-hdfs-dist/pom.xml +++ b/sentry-hdfs/sentry-hdfs-dist/pom.xml @@ -76,6 +76,7 @@ limitations under the License. <include>org.apache.sentry:sentry-hdfs-namenode-plugin</include> <include>org.apache.sentry:sentry-provider-db</include> <include>org.apache.sentry:sentry-hdfs-service</include> + <include>org.apache.sentry:sentry-core-common</include> <include>org.apache.thrift:libthrift</include> </includes> </artifactSet>
