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

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

                Author: ASF GitHub Bot
            Created on: 25/Jan/21 06:49
            Start Date: 25/Jan/21 06:49
    Worklog Time Spent: 10m 
      Work Description: ArkoSharma commented on a change in pull request #1898:
URL: https://github.com/apache/hive/pull/1898#discussion_r563493498



##########
File path: 
itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/parse/TestReplicationScenariosAcrossInstances.java
##########
@@ -2122,4 +2221,21 @@ private void setupUDFJarOnHDFS(Path 
identityUdfLocalPath, Path identityUdfHdfsPa
             + NS_REMOTE + "'");
     return withClause;
   }
+
+  /*
+   * Method used from TestReplicationScenariosExclusiveReplica
+   */
+  private void assertExternalFileInfo(List<String> expected, String 
dumplocation, boolean isIncremental,
+                                      WarehouseInstance warehouseInstance)
+          throws IOException {
+    Path hivePath = new Path(dumplocation, ReplUtils.REPL_HIVE_BASE_DIR);
+    Path metadataPath = new Path(hivePath, EximUtil.METADATA_PATH_NAME);
+    Path externalTableInfoFile;
+    if (isIncremental) {
+      externalTableInfoFile = new Path(hivePath, FILE_NAME);

Review comment:
       This is the deprecated one used in existing external table tests. 
Changing these tests with the new file is done as part a separate issue which 
cleans up the deprecated file.




----------------------------------------------------------------
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: 540895)
    Time Spent: 40m  (was: 0.5h)

> Handle external table replication for HA with same NS and lazy copy.
> --------------------------------------------------------------------
>
>                 Key: HIVE-24675
>                 URL: https://issues.apache.org/jira/browse/HIVE-24675
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Arko Sharma
>            Assignee: Arko Sharma
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-24675.01.patch, HIVE-24675.02.patch
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to