You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "bhuvnesh chaudhary (JIRA)" <ji...@apache.org> on 2015/10/19 23:41:27 UTC

[jira] [Updated] (AMBARI-13479) Handle derivation of hawq's yarn related parameters where yarn is not configured

     [ https://issues.apache.org/jira/browse/AMBARI-13479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bhuvnesh chaudhary updated AMBARI-13479:
----------------------------------------
    Description: In ambari-web/app/utils/configs/config_property_helper.js, the value of masterComponentHostsInDB.findProperty('component', 'RESOURCEMANAGER').hostName is calculated irrespective if Yarn resourcemanager is configured or not. In cases, where Yarn resourcemanager is not configured, masterComponentHostsInDB.findProperty('component', 'RESOURCEMANAGER') will result in undefined and will eventually error out while trying to get the value of hostName.  (was: In the current implementation, the value of masterComponentHostsInDB.findProperty('component', 'RESOURCEMANAGER').hostName is calculated irrespective if Yarn is configured or not. In cases, where Yarn resourcemanager is not configured, masterComponentHostsInDB.findProperty('component', 'RESOURCEMANAGER') will result in undefined and will eventually error out while trying to get the value of hostName.)

> Handle derivation of hawq's yarn related parameters where yarn is not configured
> --------------------------------------------------------------------------------
>
>                 Key: AMBARI-13479
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13479
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: trunk
>            Reporter: bhuvnesh chaudhary
>            Assignee: bhuvnesh chaudhary
>
> In ambari-web/app/utils/configs/config_property_helper.js, the value of masterComponentHostsInDB.findProperty('component', 'RESOURCEMANAGER').hostName is calculated irrespective if Yarn resourcemanager is configured or not. In cases, where Yarn resourcemanager is not configured, masterComponentHostsInDB.findProperty('component', 'RESOURCEMANAGER') will result in undefined and will eventually error out while trying to get the value of hostName.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)