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 99CA2171E3 for ; Thu, 22 Jan 2015 22:16:42 +0000 (UTC) Received: (qmail 13913 invoked by uid 500); 22 Jan 2015 22:16:42 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 13856 invoked by uid 500); 22 Jan 2015 22:16:42 -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 13388 invoked by uid 99); 22 Jan 2015 22:16:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 22:16:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DEBEBE0DD7; Thu, 22 Jan 2015 22:16:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yusaku@apache.org To: commits@ambari.apache.org Date: Thu, 22 Jan 2015 22:16:53 -0000 Message-Id: <686da45f73a243b1b9229a9f27d9cddb@git.apache.org> In-Reply-To: <6ecb3e2414a54ceaa56c58be937aa79a@git.apache.org> References: <6ecb3e2414a54ceaa56c58be937aa79a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [13/14] ambari git commit: AMBARI-9279. MapReduce2 Service Check fails after enabling Kerberos with permission issue in local filesystem (rlevas) AMBARI-9279. MapReduce2 Service Check fails after enabling Kerberos with permission issue in local filesystem (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/790cf67c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/790cf67c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/790cf67c Branch: refs/heads/2.0-preview Commit: 790cf67c7693e1912c21f9323fbaea397440de43 Parents: a03fb1b Author: Robert Levas Authored: Thu Jan 22 16:29:52 2015 -0500 Committer: Yusaku Sako Committed: Thu Jan 22 14:15:43 2015 -0800 ---------------------------------------------------------------------- .../src/test/python/stacks/2.0.6/YARN/test_nodemanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/790cf67c/ambari-server/src/test/python/stacks/2.0.6/YARN/test_nodemanager.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.0.6/YARN/test_nodemanager.py b/ambari-server/src/test/python/stacks/2.0.6/YARN/test_nodemanager.py index 4a3f32d..eb46524 100644 --- a/ambari-server/src/test/python/stacks/2.0.6/YARN/test_nodemanager.py +++ b/ambari-server/src/test/python/stacks/2.0.6/YARN/test_nodemanager.py @@ -752,4 +752,4 @@ class TestNodeManager(RMFTestCase): hdp_stack_version = self.STACK_VERSION, target = RMFTestCase.TARGET_COMMON_SERVICES ) - put_structured_out_mock.assert_called_with({"securityState": "UNSECURED"}) \ No newline at end of file + put_structured_out_mock.assert_called_with({"securityState": "UNSECURED"})