Repository: incubator-sentry Updated Branches: refs/heads/master 5e58f3fe6 -> 80b543fca
SENTRY-971: Add profile to enable Hive AuthZ v2 (Dapeng Sun, reviewed by Colin Ma) Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/80b543fc Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/80b543fc Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/80b543fc Branch: refs/heads/master Commit: 80b543fcaa5a74bc8aa8317ba09b68bc8a2407ba Parents: 5e58f3f Author: Sun Dapeng <s...@apache.org> Authored: Fri Nov 27 09:09:37 2015 +0800 Committer: Sun Dapeng <s...@apache.org> Committed: Fri Nov 27 09:09:37 2015 +0800 ---------------------------------------------------------------------- sentry-binding/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/80b543fc/sentry-binding/pom.xml ---------------------------------------------------------------------- diff --git a/sentry-binding/pom.xml b/sentry-binding/pom.xml index 4283edb..0f2a987 100644 --- a/sentry-binding/pom.xml +++ b/sentry-binding/pom.xml @@ -31,9 +31,19 @@ limitations under the License. <modules> <module>sentry-binding-hive</module> - <module>sentry-binding-hive-v2</module> <module>sentry-binding-solr</module> <module>sentry-binding-sqoop</module> </modules> + <profiles> + <profile> + <id>hive-authz2</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <modules> + <module>sentry-binding-hive-v2</module> + </modules> + </profile> + </profiles> </project>