[
https://issues.apache.org/jira/browse/HIVE-24109?focusedWorklogId=503698&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-503698
]
ASF GitHub Bot logged work on HIVE-24109:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Oct/20 12:16
Start Date: 22/Oct/20 12:16
Worklog Time Spent: 10m
Work Description: aasha commented on a change in pull request #1529:
URL: https://github.com/apache/hive/pull/1529#discussion_r510112188
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpWork.java
##########
@@ -204,10 +209,10 @@ public void setResultValues(List<String> resultValues) {
replSpec.setInReplicationScope(true);
EximUtil.DataCopyPath managedTableCopyPath = new
EximUtil.DataCopyPath(replSpec);
managedTableCopyPath.loadFromString(managedTblCopyPathIterator.next());
- Task<?> copyTask = ReplCopyTask.getLoadCopyTask(
+ Task<?> copyTask = ReplCopyTask.getDumpCopyTask(
managedTableCopyPath.getReplicationSpec(),
managedTableCopyPath.getSrcPath(),
- managedTableCopyPath.getTargetPath(), conf, false,
shouldOverwrite,
- getCurrentDumpPath().toString(), getMetricCollector());
+ managedTableCopyPath.getTargetPath(), conf, false,
shouldOverwrite, !isBootstrap,
Review comment:
renamed
----------------------------------------------------------------
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: 503698)
Time Spent: 1h 20m (was: 1h 10m)
> Load partitions in parallel for managed tables in the bootstrap phase
> ---------------------------------------------------------------------
>
> Key: HIVE-24109
> URL: https://issues.apache.org/jira/browse/HIVE-24109
> Project: Hive
> Issue Type: Task
> Reporter: Aasha Medhi
> Assignee: Aasha Medhi
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-24109.01.patch, HIVE-24109.02.patch,
> HIVE-24109.03.patch
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)