Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C26410A20 for ; Wed, 25 Dec 2013 18:30:09 +0000 (UTC) Received: (qmail 38897 invoked by uid 500); 25 Dec 2013 18:30:09 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 38873 invoked by uid 500); 25 Dec 2013 18:30:09 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 38866 invoked by uid 99); 25 Dec 2013 18:30:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Dec 2013 18:30:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 10061894C01; Wed, 25 Dec 2013 18:30:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mpapirkovskyy@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-4177. YARN check execute fails on install. (Dmytro Shkvyra via mpapirkovskyy) Date: Wed, 25 Dec 2013 18:30:09 +0000 (UTC) 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 Authored: Wed Dec 25 20:29:32 2013 +0200 Committer: Myroslav Papirkovskyy 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