You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2014/02/23 07:56:19 UTC

[jira] [Commented] (AMBARI-4798) AHS advanced configuration requires additional configs

    [ https://issues.apache.org/jira/browse/AMBARI-4798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13909695#comment-13909695 ] 

Yusaku Sako commented on AMBARI-4798:
-------------------------------------

In service_configs.js:
{noformat}
      case 'yarn.ahs.webapp.address':
        var hsHost = masterComponentHostsInDB.findProperty('component', 'HISTORYSERVER').hostName;
        this.setDefaultValue("(0.0.0.0)(?=:)", hsHost);
        break;
      case 'yarn.timeline-service.webapp.https.address':
        var hsHost = masterComponentHostsInDB.findProperty('component', 'HISTORYSERVER').hostName;
        this.setDefaultValue("(0.0.0.0)(?=:)", hsHost);
        break;
{noformat}

1. Should yarn.ahs.webapp.address be renamed to yarn.timeline-service.webapp.address?
2. Should HISTORYSERVER should be APP_TIMELINE_SERVER?

> AHS advanced configuration requires additional configs
> ------------------------------------------------------
>
>                 Key: AMBARI-4798
>                 URL: https://issues.apache.org/jira/browse/AMBARI-4798
>             Project: Ambari
>          Issue Type: Task
>          Components: client
>    Affects Versions: 1.5.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.5.0
>
>         Attachments: AMBARI-4798.patch
>
>
> The following three configs are needed for AHS advanced configuration:
> {code}
> <property>
> <description>This is default address for the timeline server to start the RPC server.</description>
> <name>yarn.timeline-service.address</name>
> <value>0.0.0.0:10200</value>
> </property>
> <property>
> <description>The http address of the timeline service web application.</description>
> <name>yarn.timeline-service.webapp.address</name>
> <value>${yarn.timeline-service.hostname}:8188</value>
> </property>
> <property>
> <description>The https adddress of the timeline service web application.</description>
> <name>yarn.timeline-service.webapp.https.address</name>
> <value>${yarn.timeline-service.hostname}:8190</value>
> </property>
> {code}
> Of this Ambari has only {{yarn.timeline-service.webapp.address}}. The other two need to be added.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)