RANGER-238: Fix for build errors due to revert changes in HIVE-9350
Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/8f386d15 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/8f386d15 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/8f386d15 Branch: refs/heads/stack Commit: 8f386d15f7a77bce2a1c18cd46f31c40451a5b41 Parents: 45e335c Author: sneethiraj <[email protected]> Authored: Tue Feb 10 11:10:42 2015 -0500 Committer: sneethiraj <[email protected]> Committed: Tue Feb 10 11:10:42 2015 -0500 ---------------------------------------------------------------------- .../authorization/hive/authorizer/RangerHiveAuthorizer.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/8f386d15/hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java ---------------------------------------------------------------------- diff --git a/hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java b/hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java index f95eca4..49301ff 100644 --- a/hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java +++ b/hive-agent/src/main/java/org/apache/ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java @@ -272,7 +272,8 @@ public class RangerHiveAuthorizer extends RangerHiveAuthorizerBase { * @throws HiveAuthzPluginException * @throws HiveAccessControlException */ - @Override + // Commented out to avoid build errors until this interface is stable in Hive Branch + // @Override public List<HivePrivilegeObject> filterListCmdObjects(List<HivePrivilegeObject> objs, HiveAuthzContext context) throws HiveAuthzPluginException, HiveAccessControlException {
