You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/07 00:41:00 UTC

[jira] [Work logged] (HIVE-24119) fix the issue that the client got wrong jobTrackerUrl when resourcemanager has ha instances

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

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

                Author: ASF GitHub Bot
            Created on: 07/Nov/20 00:40
            Start Date: 07/Nov/20 00:40
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #1469:
URL: https://github.com/apache/hive/pull/1469#issuecomment-723360604


   This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
   Feel free to reach out on the dev@hive.apache.org list if the patch is in need of reviews.


----------------------------------------------------------------
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:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 508668)
    Time Spent: 0.5h  (was: 20m)

> fix the issue that the client got wrong jobTrackerUrl when resourcemanager has ha instances
> -------------------------------------------------------------------------------------------
>
>                 Key: HIVE-24119
>                 URL: https://issues.apache.org/jira/browse/HIVE-24119
>             Project: Hive
>          Issue Type: Improvement
>          Components: Shims
>    Affects Versions: 2.1.0
>         Environment: ha resourcemanager
>            Reporter: Max  Xie
>            Assignee: Max  Xie
>            Priority: Minor
>              Labels: pull-request-available
>         Attachments: image-2020-09-04-16-34-28-341.png
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When the clusters set HA ResourceManagers , the conf  `yarn.resourcemanager.address.rm1` or `yarn.resourcemanager.address.rm2`  will replace  the conf `yarn.resourcemanager.address`. 
> the conf `yarn.resourcemanager.address` may be not set,  then the method Hadoop23Shims.getJobLauncherRpcAddress  will return a wrong value. 
> !image-2020-09-04-16-34-28-341.png!
> Maybe it should return the value of  the conf `yarn.resourcemanager.address.rm1` or `yarn.resourcemanager.address.rm2`



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