You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2021/09/28 19:31:25 UTC

[ranger] branch ranger-2.2 updated: RANGER-3454:Hive command RELOAD FUNCTION failing in Ranger HiveAuthorization

This is an automated email from the ASF dual-hosted git repository.

rmani pushed a commit to branch ranger-2.2
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.2 by this push:
     new e6ece6a  RANGER-3454:Hive command RELOAD FUNCTION failing in Ranger HiveAuthorization
e6ece6a is described below

commit e6ece6a46679da4ea37b6f114b7323c7efd04149
Author: Ramesh Mani <rm...@cloudera.com>
AuthorDate: Mon Sep 27 17:59:11 2021 -0700

    RANGER-3454:Hive command RELOAD FUNCTION failing in Ranger HiveAuthorization
    
    Signed-off-by: Ramesh Mani <rm...@cloudera.com>
---
 .../ranger/authorization/hive/authorizer/RangerHiveAuthorizer.java       | 1 +
 1 file changed, 1 insertion(+)

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 2ae9379..9dfbc9b 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
@@ -2501,6 +2501,7 @@ public class RangerHiveAuthorizer extends RangerHiveAuthorizerBase {
 			case SHOW_ROLE_GRANT:
 			case SHOW_ROLE_PRINCIPALS:
 			case SHOW_TRANSACTIONS:
+			case RELOADFUNCTION:
 			case REPLDUMP:
 			case REPLLOAD:
 			case REPLSTATUS: