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

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

                Author: ASF GitHub Bot
            Created on: 23/Jul/20 04:30
            Start Date: 23/Jul/20 04:30
    Worklog Time Spent: 10m 
      Work Description: pkumarsinha commented on a change in pull request #1289:
URL: https://github.com/apache/hive/pull/1289#discussion_r459208582



##########
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:
       Should we have it for Atlas retries as well? 

##########
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:
       Sure. Can we have a test for this?




----------------------------------------------------------------
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: 462377)
    Time Spent: 50m  (was: 40m)

> 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, UGI and Replication.pdf
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




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

Reply via email to