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

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

                Author: ASF GitHub Bot
            Created on: 27/Jan/21 06:27
            Start Date: 27/Jan/21 06:27
    Worklog Time Spent: 10m 
      Work Description: pkumarsinha commented on a change in pull request #1883:
URL: https://github.com/apache/hive/pull/1883#discussion_r565057156



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AtlasLoadTask.java
##########
@@ -121,7 +121,7 @@ AtlasReplInfo createAtlasReplInfo() throws 
SemanticException, MalformedURLExcept
     String srcCluster = 
ReplUtils.getNonEmpty(HiveConf.ConfVars.REPL_SOURCE_CLUSTER_NAME.varname, conf, 
errorFormat);
     String tgtCluster = 
ReplUtils.getNonEmpty(HiveConf.ConfVars.REPL_TARGET_CLUSTER_NAME.varname, conf, 
errorFormat);
     AtlasReplInfo atlasReplInfo = new AtlasReplInfo(endpoint, work.getSrcDB(), 
work.getTgtDB(),
-            srcCluster, tgtCluster, work.getStagingDir(), conf);
+            srcCluster, tgtCluster, work.getStagingDir(), null, conf);

Review comment:
       Done




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

> Table level replication support for Atlas metadata
> --------------------------------------------------
>
>                 Key: HIVE-24654
>                 URL: https://issues.apache.org/jira/browse/HIVE-24654
>             Project: Hive
>          Issue Type: Task
>            Reporter: Pravin Sinha
>            Assignee: Pravin Sinha
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-24654.01.patch
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Covers mainly Atlas export API payload change required to support table level 
> replication



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

Reply via email to