Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1541D107E9 for ; Sun, 2 Nov 2014 01:45:34 +0000 (UTC) Received: (qmail 73446 invoked by uid 500); 2 Nov 2014 01:45:33 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 73406 invoked by uid 500); 2 Nov 2014 01:45:33 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 73392 invoked by uid 99); 2 Nov 2014 01:45:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2014 01:45:33 +0000 Date: Sun, 2 Nov 2014 01:45:33 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-8102) NodeManager fails to start on HDP 2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-8102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14193643#comment-14193643 ] Hudson commented on AMBARI-8102: -------------------------------- SUCCESS: Integrated in Ambari-branch-1.7.0-docker #61 (See [https://builds.apache.org/job/Ambari-branch-1.7.0-docker/61/]) AMBARI-8102. NodeManager fails to start on HDP 2.2 (alejandro) (afernandez: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=85eb687736a8f0e0e866b6215a28c0e1106fa2cd) * ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml > NodeManager fails to start on HDP 2.2 > ------------------------------------- > > Key: AMBARI-8102 > URL: https://issues.apache.org/jira/browse/AMBARI-8102 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 1.7.0 > Reporter: Alejandro Fernandez > Assignee: Alejandro Fernandez > Priority: Blocker > Fix For: 1.7.0 > > Attachments: AMBARI-8102.patch, AMBARI-8102_branch-1.7.0.patch > > > Node Manager fails to start with the following error, > {code} > 2014-11-01 23:33:27,247 - Error while executing command 'start': > Traceback (most recent call last): > File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 122, in execute > method(env) > File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/YARN/package/scripts/nodemanager.py", line 42, in start > action='start' > File "/var/lib/ambari-agent/cache/stacks/HDP/2.0.6/services/YARN/package/scripts/service.py", line 59, in service > initial_wait=5 > File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 148, in __init__ > self.env.run() > File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 149, in run > self.run_action(resource, action) > File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 115, in run_action > provider_action() > File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 241, in action_run > raise ex > Fail: Execution of 'ls /var/run/hadoop-yarn/yarn/yarn-yarn-nodemanager.pid >/dev/null 2>&1 && ps `cat /var/run/hadoop-yarn/yarn/yarn-yarn-nodemanager.pid` >/dev/null 2>&1' returned 1. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)