[ 
https://issues.apache.org/jira/browse/HIVE-26437?focusedWorklogId=818683&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-818683
 ]

ASF GitHub Bot logged work on HIVE-26437:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Oct/22 06:15
            Start Date: 20/Oct/22 06:15
    Worklog Time Spent: 10m 
      Work Description: atsaonerk commented on code in PR #3644:
URL: https://github.com/apache/hive/pull/3644#discussion_r1000183331


##########
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java:
##########
@@ -978,6 +981,22 @@ private Long incrementalDump(Path dumpRoot, DumpMetaData 
dmd, Path cmRoot, Hive
               LOG.debug(te.getMessage());
             }
           }
+
+          if (exportService != null && exportService.isExportServiceRunning()) 
{

Review Comment:
   Done



##########
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplDumpTask.java:
##########
@@ -952,6 +954,7 @@ private Long incrementalDump(Path dumpRoot, DumpMetaData 
dmd, Path cmRoot, Hive
           }
         }
         for(String matchedDbName : Utils.matchesDb(hiveDb, 
work.dbNameOrPattern)) {
+          ExportService exportService = new ExportService(conf);

Review Comment:
   Done





Issue Time Tracking
-------------------

    Worklog Id:     (was: 818683)
    Time Spent: 1h 50m  (was: 1h 40m)

> dump unpartitioned Tables in parallel
> -------------------------------------
>
>                 Key: HIVE-26437
>                 URL: https://issues.apache.org/jira/browse/HIVE-26437
>             Project: Hive
>          Issue Type: Improvement
>          Components: Hive
>            Reporter: Amit Saonerkar
>            Assignee: Amit Saonerkar
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to