You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by va...@apache.org on 2017/06/14 00:56:45 UTC

[07/52] [abbrv] sentry git commit: CDH-53273: HDFS NN fails to start due to NoClassDefFoundError on SentryClientTransportConfigInterface

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 <ak...@cloudera.com>


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 <va...@cloudera.com>
Authored: Mon May 1 20:16:25 2017 -0700
Committer: Alexander Kolbasov <ak...@cloudera.com>
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>