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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]