[ https://issues.apache.org/jira/browse/TWILL-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15930746#comment-15930746 ]
ASF GitHub Bot commented on TWILL-119: -------------------------------------- GitHub user chtyim opened a pull request: https://github.com/apache/twill/pull/38 (TWILL-119) Make YarnAppClient supports HA RM - HA RM is added since Hadoop 2.3. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chtyim/twill feature/TWILL-119 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/twill/pull/38.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #38 ---- commit b4edd6bac42ccb58eeff36913a00ee1df3a468f5 Author: Terence Yim <cht...@apache.org> Date: 2017-03-17T21:17:47Z (TWILL-119) Make YarnAppClient supports HA RM - HA RM is added since Hadoop 2.3. ---- > Updates to work on a secure cluster with HA ResourceManager > ----------------------------------------------------------- > > Key: TWILL-119 > URL: https://issues.apache.org/jira/browse/TWILL-119 > Project: Apache Twill > Issue Type: Improvement > Components: yarn > Reporter: Albert Shau > Assignee: Terence Yim > Fix For: 0.11.0 > > > I have not tried it yet, but it seems like we may need some extra work for > Twill to run on a secure cluster that uses HA ResourceManager. The YarnUtils > class gets the socket addr for the RM using YarnConfiguration.RM_ADDRESS, but > in HA mode the conf contains YarnConfiguration.RM_HA_IDS, with each id having > a corresponding hostname setting. -- This message was sent by Atlassian JIRA (v6.3.15#6346)