[ https://issues.apache.org/jira/browse/HIVE-24852?focusedWorklogId=570960&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-570960 ]
ASF GitHub Bot logged work on HIVE-24852: ----------------------------------------- Author: ASF GitHub Bot Created on: 24/Mar/21 06:15 Start Date: 24/Mar/21 06:15 Worklog Time Spent: 10m Work Description: aasha commented on a change in pull request #2043: URL: https://github.com/apache/hive/pull/2043#discussion_r600199925 ########## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ########## @@ -667,6 +667,17 @@ private static void populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal + " table or partition level. If hive.exec.parallel \n" + "is set to true then max worker threads created for copy can be hive.exec.parallel.thread.number(determines \n" + "number of copy tasks in parallel) * hive.repl.parallel.copy.tasks "), + REPL_SNAPSHOT_DIFF_FOR_EXTERNAL_TABLE_COPY("hive.repl.externaltable.snapshotdiff.copy", + false,"Use snapshot diff for copying data from source to " + + "destination cluster for external table in distcp"), + REPL_SNAPSHOT_PREFIX_FOR_EXTERNAL_TABLE_COPY("hive.repl.externaltable.snapshot.prefix", Review comment: can we have some default value here? Or if its mandatory value, we should fail at policy creation itself -- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 570960) Time Spent: 0.5h (was: 20m) > Add support for Snapshots during external table replication > ----------------------------------------------------------- > > Key: HIVE-24852 > URL: https://issues.apache.org/jira/browse/HIVE-24852 > Project: Hive > Issue Type: Improvement > Reporter: Ayush Saxena > Assignee: Ayush Saxena > Priority: Critical > Labels: pull-request-available > Attachments: Design Doc HDFS Snapshots for External Table > Replication-01.pdf > > Time Spent: 0.5h > Remaining Estimate: 0h > > Add support for use of snapshot diff for external table replication. -- This message was sent by Atlassian Jira (v8.3.4#803005)