-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/18780/
-----------------------------------------------------------
(Updated March 5, 2014, 7:03 p.m.)
Review request for sentry and Shreepadma Venugopalan.
Changes
-------
Fixes tests after I extracted common exception msgs.
Bugs: SENTRY-129
https://issues.apache.org/jira/browse/SENTRY-129
Repository: sentry
Description
-------
Basic infra to funnel GRANT/REVOKE/SHOW statements to the SentryPolicyClient. I
have a "Mock" class in their just to flesh out the api which will be required.
We can commit this as-is and do the impl in a follow-on jira or we can keep
this open until the backing impl is there.
Diffs (updated)
-----
pom.xml 9725102
sentry-binding/sentry-binding-hive/pom.xml 132f4bc
sentry-binding/sentry-binding-hive/src/main/java/org/apache/hadoop/hive/SentryHiveConstants.java
PRE-CREATION
sentry-binding/sentry-binding-hive/src/main/java/org/apache/hadoop/hive/ql/exec/MockSentryPolicyStoreClient.java
PRE-CREATION
sentry-binding/sentry-binding-hive/src/main/java/org/apache/hadoop/hive/ql/exec/SentryGrantRevokeTask.java
PRE-CREATION
sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/SentryHiveAuthorizationTaskFactoryImpl.java
PRE-CREATION
sentry-binding/sentry-binding-hive/src/test/java/org/apache/sentry/binding/hive/TestSentryHiveAuthorizationTaskFactory.java
PRE-CREATION
Diff: https://reviews.apache.org/r/18780/diff/
Testing
-------
Unit tests pass
Thanks,
Brock Noland