Repository: ambari Updated Branches: refs/heads/trunk be4815b3e -> b50054810
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/b5005481 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b5005481 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b5005481 Branch: refs/heads/trunk Commit: b500548102992bcc276de12be8b7f7411b701bbc Parents: be4815b Author: Alejandro Fernandez <[email protected]> Authored: Wed Oct 29 13:41:10 2014 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Wed Oct 29 15:23:53 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/b5005481/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>
