[ 
https://issues.apache.org/jira/browse/HIVE-23351?focusedWorklogId=432107&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-432107
 ]

ASF GitHub Bot logged work on HIVE-23351:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/May/20 13:05
            Start Date: 08/May/20 13:05
    Worklog Time Spent: 10m 
      Work Description: aasha commented on a change in pull request #1004:
URL: https://github.com/apache/hive/pull/1004#discussion_r422131096



##########
File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
##########
@@ -526,6 +526,22 @@ private static void populateLlapDaemonVarsSet(Set<String> 
llapDaemonVarsSetLocal
         "This is the base directory on the target/replica warehouse under 
which data for "
             + "external tables is stored. This is relative base path and hence 
prefixed to the source "
             + "external table path on target cluster."),
+    
REPL_INCLUDE_AUTHORIZATION_METADATA("hive.repl.include.authorization.metadata", 
false,
+            "This configuration will enable security and authorization related 
metadata along "
+                    + "with the hive data and metadata replication. "),
+    
REPL_AUTHORIZATION_PROVIDER_SERVICE("hive.repl.authorization.provider.service", 
"ranger",
+            "This configuration will define which service will provide the 
security and authorization "
+                    + "related metadata that needs to be replicated along "
+                    + "with the hive data and metadata replication. Set the 
configuration "
+                    + "hive.repl.include.authorization.metadata to false to 
disable "
+                    + "security policies being replicated "),
+    
REPL_AUTHORIZATION_PROVIDER_SERVICE_ENDPOINT("hive.repl.authorization.provider.service.endpoint",
+            "",
+            "This configuration will define the authorization service 
endpoint"),
+    REPL_RANGER_SERVICE_NAME("hive.repl.ranger.service.name",
+            "cm_hive",

Review comment:
       from cdp cluster




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 432107)
    Time Spent: 50m  (was: 40m)

> Ranger Replication Scheduling
> -----------------------------
>
>                 Key: HIVE-23351
>                 URL: https://issues.apache.org/jira/browse/HIVE-23351
>             Project: Hive
>          Issue Type: Task
>            Reporter: Aasha Medhi
>            Assignee: Aasha Medhi
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-23351.01.patch, HIVE-23351.02.patch, 
> HIVE-23351.03.patch, HIVE-23351.04.patch, HIVE-23351.05.patch, 
> HIVE-23351.06.patch
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to