Antonenko Alexander created AMBARI-5481:
-------------------------------------------
Summary: yarn.timeline-service.address by default should point to
ATS host instead of 0.0.0.0
Key: AMBARI-5481
URL: https://issues.apache.org/jira/browse/AMBARI-5481
Project: Ambari
Issue Type: Task
Components: client
Affects Versions: 1.6.0
Reporter: Antonenko Alexander
Assignee: Antonenko Alexander
Fix For: 1.6.0
Attachments: AMBARI-5481.patch
By default currently Ambari set yarn.timeline-service.address to 0.0.0.0:10200.
It should be <yarn.timeline-service.hostname>:10200
{code}
<property>
<description>This is default address for the timeline server to start the RPC
server.</description>
<name>yarn.timeline-service.address</name>
<value>${yarn.timeline-service.hostname}:10200</value>
</property>
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)