aasha commented on a change in pull request #911: HIVE-22865 Include data in 
replication staging directory
URL: https://github.com/apache/hive/pull/911#discussion_r383669184
 
 

 ##########
 File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
 ##########
 @@ -475,6 +475,8 @@ private static void populateLlapDaemonVarsSet(Set<String> 
llapDaemonVarsSetLocal
     REPL_DUMPDIR_TTL("hive.repl.dumpdir.ttl", "7d",
         new TimeValidator(TimeUnit.DAYS),
         "TTL of dump dirs before cleanup."),
+    REPL_DUMP_COPY_DATA("hive.repl.dump.copydata", true,
 
 Review comment:
   what happens when both REPL_DUMP_COPY_DATA and REPL_DUMP_METADATA_ONLY is 
set to true? which one takes precedence?

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