[
https://issues.apache.org/jira/browse/HIVE-25895?focusedWorklogId=720678&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-720678
]
ASF GitHub Bot logged work on HIVE-25895:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Feb/22 06:50
Start Date: 04/Feb/22 06:50
Worklog Time Spent: 10m
Work Description: ayushtkn commented on a change in pull request #2980:
URL: https://github.com/apache/hive/pull/2980#discussion_r799204862
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/exec/repl/OptimisedBootstrapUtils.java
##########
@@ -70,6 +71,8 @@
/** event ack file which contains the event id till which the cluster was
last loaded. */
public static final String EVENT_ACK_FILE = "event_ack";
+ public static final String BOOTSTRAP_TABLES_LIST = "bootstrap_table_list";
Review comment:
Renamed.
Answered for the rollback & failback above, on high level it is part of
reset solution, and we allow that at all levels and stages using that. Details
available in the doc
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 720678)
Time Spent: 1h (was: 50m)
> Bootstrap tables in table_diff during Incremental Load
> ------------------------------------------------------
>
> Key: HIVE-25895
> URL: https://issues.apache.org/jira/browse/HIVE-25895
> Project: Hive
> Issue Type: Sub-task
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Consume the table_diff_ack file and do a bootstrap dump & load for those
> tables
--
This message was sent by Atlassian Jira
(v8.20.1#820001)