GitHub user PramodSSImmaneni opened a pull request:

    https://github.com/apache/incubator-apex-core/pull/83

    App not launching with HA and security enabled under CDH 5.4.4 (APEX-116)

    This was because of a different config property where rm address was 
specified than what we were looking for. The fix includes using the new 
property yarn.resourcemanager.address configuration with higher priority then 
using the previous yarn.resourcemanager.hostname property to get rm address in 
HA mode.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PramodSSImmaneni/incubator-apex-core apex-116

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-apex-core/pull/83.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 #83
    
----
commit 7960d13a09f59bccd88ff284cfccf334eb044d6b
Author: Pramod Immaneni <[email protected]>
Date:   2015-09-25T08:39:48Z

    Using yarn.resourcemanager.address configuration first to get rm address in 
HA mode and if that is not found then using yarn.resourcemanager.hostname 
configuration

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to