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

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

                Author: ASF GitHub Bot
            Created on: 05/Mar/20 17:49
            Start Date: 05/Mar/20 17:49
    Worklog Time Spent: 10m 
      Work Description: aasha commented on pull request #932: HIVE-22954 Repl 
Load using scheduler
URL: https://github.com/apache/hive/pull/932#discussion_r388459135
 
 

 ##########
 File path: 
ql/src/java/org/apache/hadoop/hive/ql/parse/ReplicationSemanticAnalyzer.java
 ##########
 @@ -466,29 +520,30 @@ private void initReplStatus(ASTNode ast) throws 
SemanticException{
 
   private void analyzeReplStatus(ASTNode ast) throws SemanticException {
     initReplStatus(ast);
-
     String dbNameOrPattern = replScope.getDbName();
-    String replLastId = null;
+    String replLastId = getReplStatus(dbNameOrPattern);
+    prepareReturnValues(Collections.singletonList(replLastId), 
"last_repl_id#string");
+    setFetchTask(createFetchTask("last_repl_id#string"));
+    LOG.debug("ReplicationSemanticAnalyzer.analyzeReplStatus: writing 
repl.last.id={} out to {}",
 
 Review comment:
   yes printing conf in debug mode. The toString is already implemented in 
Configuration. I missed it.
 
----------------------------------------------------------------
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: 398548)
    Time Spent: 1h 10m  (was: 1h)

> Schedule Repl Load using Hive Scheduler
> ---------------------------------------
>
>                 Key: HIVE-22954
>                 URL: https://issues.apache.org/jira/browse/HIVE-22954
>             Project: Hive
>          Issue Type: Task
>            Reporter: Aasha Medhi
>            Assignee: Aasha Medhi
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-22954.01.patch, HIVE-22954.02.patch, 
> HIVE-22954.03.patch, HIVE-22954.04.patch, HIVE-22954.05.patch, 
> HIVE-22954.06.patch, HIVE-22954.07.patch, HIVE-22954.08.patch, 
> HIVE-22954.09.patch, HIVE-22954.10.patch, HIVE-22954.11.patch, 
> HIVE-22954.12.patch, HIVE-22954.13.patch, HIVE-22954.15.patch, 
> HIVE-22954.16.patch, HIVE-22954.17.patch, HIVE-22954.18.patch, 
> HIVE-22954.patch
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> [https://github.com/apache/hive/pull/932]



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

Reply via email to