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

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

Srimanth Gunturi created AMBARI-4798:
----------------------------------------

             Summary: 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


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)