Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 a4aace1c1 -> 40da2c181


AMBARI-8028. After adding hdp.version in yarn-site.xml Distributed Shell is 
failing (alejandro)


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

Branch: refs/heads/branch-1.7.0
Commit: 40da2c1817b0303ad7ce7241f9ac89324a750734
Parents: a4aace1
Author: Alejandro Fernandez <[email protected]>
Authored: Wed Oct 29 15:25:15 2014 -0700
Committer: Alejandro Fernandez <[email protected]>
Committed: Wed Oct 29 15:25:15 2014 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/40da2c18/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
index defdbb5..dc1ba0c 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
@@ -23,7 +23,7 @@
 
   <property>
     <name>yarn.application.classpath</name>
-    
<value>$HADOOP_CONF_DIR,/usr/hdp/${hdp.version}/hadoop/*,/usr/hdp/${hdp.version}/hadoop/lib/*,/usr/hdp/${hdp.version}/hadoop-hdfs/*,/usr/hdp/${hdp.version}/hadoop-hdfs/lib/*,/usr/hdp/${hdp.version}/hadoop-yarn/*,/usr/hdp/${hdp.version}/hadoop-yarn/lib/*</value>
+    
<value>$HADOOP_CONF_DIR,/usr/hdp/current/hadoop-client/*,/usr/hdp/current/hadoop-client/lib/*,/usr/hdp/current/hadoop-hdfs-client/*,/usr/hdp/current/hadoop-hdfs-client/lib/*,/usr/hdp/current/hadoop-yarn-client/*,/usr/hdp/current/hadoop-yarn-client/lib/*</value>
     <description>Classpath for typical applications.</description>
   </property>
   <property>

Reply via email to