You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2014/11/08 00:40:41 UTC

ambari git commit: AMBARI-8217. HDP 2.1 Stack includes incorrect address defaults for App Timeline Service. (Bob Nettleton via mahadev)

Repository: ambari
Updated Branches:
  refs/heads/trunk 26a9c7302 -> 700d1d99c


AMBARI-8217. HDP 2.1 Stack includes incorrect address defaults for App Timeline Service. (Bob Nettleton via mahadev)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/700d1d99
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/700d1d99
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/700d1d99

Branch: refs/heads/trunk
Commit: 700d1d99c55b70b28137de120e1d60c48fbe815b
Parents: 26a9c73
Author: Mahadev Konar <ma...@apache.org>
Authored: Fri Nov 7 15:39:48 2014 -0800
Committer: Mahadev Konar <ma...@apache.org>
Committed: Fri Nov 7 15:39:48 2014 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/700d1d99/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
index dd67eb3..e9f5c3c 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1/services/YARN/configuration/yarn-site.xml
@@ -373,7 +373,7 @@
 
   <property>
     <name>yarn.timeline-service.webapp.address</name>
-    <value>0.0.0.0:8188</value>
+    <value>localhost:8188</value>
     <description>
       The http address of the timeline service web application.
     </description>
@@ -381,7 +381,7 @@
 
   <property>
     <name>yarn.timeline-service.webapp.https.address</name>
-    <value>0.0.0.0:8190</value>
+    <value>localhost:8190</value>
     <description>
       The http address of the timeline service web application.
     </description>
@@ -389,7 +389,7 @@
 
   <property>
     <name>yarn.timeline-service.address</name>
-    <value>0.0.0.0:10200</value>
+    <value>localhost:10200</value>
     <description>
       This is default address for the timeline server to start
       the RPC server.