maheshk114 commented on a change in pull request #883: HIVE-22736 Support 
multiple encryption zones in replication
URL: https://github.com/apache/hive/pull/883#discussion_r370051549
 
 

 ##########
 File path: 
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java
 ##########
 @@ -915,6 +915,8 @@ public static ConfVars getMetaConf(String name) {
             "This class is used to store and retrieval of raw metadata objects 
such as table, database"),
     REPLCMDIR("metastore.repl.cmrootdir", "hive.repl.cmrootdir", 
"/user/${system:user.name}/cmroot/",
         "Root dir for ChangeManager, used for deleted files."),
+    REPLCMENCRYPTEDDIR("metastore.encrypted.repl.cmrootdir", 
"hive.encrypted.repl.cmrootdir", "/cmroot/",
+            "Root dir for ChangeManager if encryption zones are enabled, used 
for deleted files."),
 
 Review comment:
   Same as above ..the name should start with metastore.repl.cm.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to