[
https://issues.apache.org/jira/browse/HIVE-23863?focusedWorklogId=462540&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-462540
]
ASF GitHub Bot logged work on HIVE-23863:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jul/20 12:37
Start Date: 23/Jul/20 12:37
Worklog Time Spent: 10m
Work Description: aasha commented on a change in pull request #1289:
URL: https://github.com/apache/hive/pull/1289#discussion_r459415724
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/AtlasDumpTask.java
##########
@@ -79,6 +80,7 @@ public AtlasDumpTask() {
@Override
public int execute() {
try {
+ SecurityUtils.reloginExpiringKeytabUser();
Review comment:
Added
##########
File path:
ql/src/java/org/apache/hadoop/hive/ql/parse/repl/metric/ReplicationMetricCollector.java
##########
@@ -77,6 +77,9 @@ public void reportStageEnd(String stageName, Status status,
long lastReplId) thr
Stage stage = progress.getStageByName(stageName);
stage.setStatus(status);
stage.setEndTime(System.currentTimeMillis());
+ if (Status.FAILED == status) {
Review comment:
Added
----------------------------------------------------------------
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: 462540)
Time Spent: 1h (was: 50m)
> UGI doAs privilege action to make calls to Ranger Service
> ----------------------------------------------------------
>
> Key: HIVE-23863
> URL: https://issues.apache.org/jira/browse/HIVE-23863
> Project: Hive
> Issue Type: Task
> Reporter: Aasha Medhi
> Assignee: Aasha Medhi
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-23863.01.patch, HIVE-23863.02.patch, UGI and
> Replication.pdf
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)