You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by od...@apache.org on 2013/08/23 20:04:39 UTC

git commit: AMBARI-3012. YARN check execute failed. (odiachenko)

Updated Branches:
  refs/heads/branch-1.4 b1269557c -> 2addb3403


AMBARI-3012. YARN check execute failed. (odiachenko)


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

Branch: refs/heads/branch-1.4
Commit: 2addb34036769d60598774e10c5c8811a99f3724
Parents: b126955
Author: Oleksandr Diachenko <od...@hortonworks.com>
Authored: Fri Aug 23 21:04:18 2013 +0300
Committer: Oleksandr Diachenko <od...@hortonworks.com>
Committed: Fri Aug 23 21:04:18 2013 +0300

----------------------------------------------------------------------
 .../src/main/puppet/modules/hdp-yarn/manifests/smoketest.pp        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/2addb340/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/smoketest.pp
----------------------------------------------------------------------
diff --git a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/smoketest.pp b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/smoketest.pp
index 560a0f7..f7e3459 100644
--- a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/smoketest.pp
+++ b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/smoketest.pp
@@ -48,7 +48,7 @@ define hdp-yarn::smoketest(
   $validateStatusFileName = "validateYarnComponentStatus.py"
   $validateStatusFilePath = "/tmp/$validateStatusFileName"
 
-  $validateStatusCmd = "python $validateStatusFilePath $component_type -p $component_address"
+  $validateStatusCmd = "$validateStatusFilePath $component_type -p $component_address"
 
     if ($security_enabled == true) {
          $smoke_cmd = "${kinit_cmd}  $validateStatusCmd"