Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E78EF10C3D for ; Fri, 20 Sep 2013 16:09:23 +0000 (UTC) Received: (qmail 7342 invoked by uid 500); 20 Sep 2013 16:09:23 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 7281 invoked by uid 500); 20 Sep 2013 16:09:22 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 7274 invoked by uid 99); 20 Sep 2013 16:09:21 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 16:09:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6B5DD8A3FA9; Fri, 20 Sep 2013 16:09:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: odiachenko@apache.org To: ambari-commits@incubator.apache.org Message-Id: <11e4f6694db945e39062e190dec4cc0e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Revert "AMBARI-3288. Upon executing the "hdfs" command, a stack trace appears. (Dmytro Shkvyra via odiachenko)" Date: Fri, 20 Sep 2013 16:09:21 +0000 (UTC) Updated Branches: refs/heads/branch-1.4.1 de3cde090 -> ead9da453 Revert "AMBARI-3288. Upon executing the "hdfs" command, a stack trace appears. (Dmytro Shkvyra via odiachenko)" This reverts commit 632ebf74facd89138d178e3d8a7f3eb96c91d8ce. Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/ead9da45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/ead9da45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/ead9da45 Branch: refs/heads/branch-1.4.1 Commit: ead9da4535f69b7af41104882010b23f93bf8ede Parents: de3cde0 Author: Oleksandr Diachenko Authored: Fri Sep 20 19:06:15 2013 +0300 Committer: Oleksandr Diachenko Committed: Fri Sep 20 19:06:15 2013 +0300 ---------------------------------------------------------------------- ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/service.pp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/ead9da45/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/service.pp ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/service.pp b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/service.pp index c20fa42..2eb3f35 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/service.pp +++ b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/service.pp @@ -85,7 +85,6 @@ define hdp-yarn::service( file {$job_summary_log: path => $job_summary_log, owner => $user, - mode => '0664', } }