[
https://issues.apache.org/jira/browse/HIVE-22954?focusedWorklogId=398271&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-398271
]
ASF GitHub Bot logged work on HIVE-22954:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Mar/20 10:23
Start Date: 05/Mar/20 10:23
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_r388187987
##########
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:
do you want to print the full conf here ? if yes you might want to provide a
String representation of it along with an additional {} placeholder in the
message to put the values
----------------------------------------------------------------
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: 398271)
Time Spent: 20m (was: 10m)
> 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.patch
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> [https://github.com/apache/hive/pull/932]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)