[ https://issues.apache.org/jira/browse/HIVE-22954?focusedWorklogId=398439&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-398439 ]
ASF GitHub Bot logged work on HIVE-22954: ----------------------------------------- Author: ASF GitHub Bot Created on: 05/Mar/20 15:36 Start Date: 05/Mar/20 15:36 Worklog Time Spent: 10m Work Description: anishek commented on pull request #932: HIVE-22954 Repl Load using scheduler URL: https://github.com/apache/hive/pull/932#discussion_r388373650 ########## 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: having files printed might not be useful, it might be good to have the full configs printed in debug or may be trace mode additionally. ---------------------------------------------------------------- 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: 398439) Time Spent: 1h (was: 50m) > 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 > Remaining Estimate: 0h > > [https://github.com/apache/hive/pull/932] -- This message was sent by Atlassian Jira (v8.3.4#803005)