Repository: sentry Updated Branches: refs/heads/sentry-ha-redesign 101bc048c -> d2eb8a440
SENTRY-1745: Bundle sentry-core-common into sentry-hdfs-dist to avoid NN failing with NoClassDefFoundError (Vamsee Yarlagadda, Reviewed by: Alexander Kolbasov, Na Li) Project: http://git-wip-us.apache.org/repos/asf/sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/d2eb8a44 Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/d2eb8a44 Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/d2eb8a44 Branch: refs/heads/sentry-ha-redesign Commit: d2eb8a440d1bb6edab120e980aee40e91cc6423f Parents: 101bc04 Author: Vamsee Yarlagadda <[email protected]> Authored: Fri May 12 15:56:51 2017 -0700 Committer: Vamsee Yarlagadda <[email protected]> Committed: Fri May 12 15:56:51 2017 -0700 ---------------------------------------------------------------------- sentry-hdfs/sentry-hdfs-dist/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sentry/blob/d2eb8a44/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 dd2d847..c002337 100644 --- a/sentry-hdfs/sentry-hdfs-dist/pom.xml +++ b/sentry-hdfs/sentry-hdfs-dist/pom.xml @@ -75,7 +75,8 @@ limitations under the License. <include>org.apache.sentry:sentry-hdfs-common</include> <include>org.apache.sentry:sentry-hdfs-namenode-plugin</include> <include>org.apache.sentry:sentry-provider-db</include> - </includes> + <include>org.apache.sentry:sentry-core-common</include> + </includes> </artifactSet> </configuration> </execution>
