You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mp...@apache.org on 2013/12/25 19:30:09 UTC

git commit: AMBARI-4177. YARN check execute fails on install. (Dmytro Shkvyra via mpapirkovskyy)

Updated Branches:
  refs/heads/branch-1.4.3 f5b7d97c8 -> dda318820


AMBARI-4177. YARN check execute fails on install. (Dmytro Shkvyra via mpapirkovskyy)


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

Branch: refs/heads/branch-1.4.3
Commit: dda3188209ac495637545a3684d0417708561111
Parents: f5b7d97
Author: Myroslav Papirkovskyy <mp...@hortonworks.com>
Authored: Wed Dec 25 20:29:32 2013 +0200
Committer: Myroslav Papirkovskyy <mp...@hortonworks.com>
Committed: Wed Dec 25 20:29:32 2013 +0200

----------------------------------------------------------------------
 .../puppet/modules/hdp-yarn/files/validateYarnComponentStatus.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/dda31882/ambari-agent/src/main/puppet/modules/hdp-yarn/files/validateYarnComponentStatus.py
----------------------------------------------------------------------
diff --git a/ambari-agent/src/main/puppet/modules/hdp-yarn/files/validateYarnComponentStatus.py b/ambari-agent/src/main/puppet/modules/hdp-yarn/files/validateYarnComponentStatus.py
index dac198a..5186f21 100644
--- a/ambari-agent/src/main/puppet/modules/hdp-yarn/files/validateYarnComponentStatus.py
+++ b/ambari-agent/src/main/puppet/modules/hdp-yarn/files/validateYarnComponentStatus.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.6
 
 '''
 Licensed to the Apache Software Foundation (ASF) under one