Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57BFF105DC for ; Sun, 11 Aug 2013 17:06:57 +0000 (UTC) Received: (qmail 33089 invoked by uid 500); 11 Aug 2013 17:06:56 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 33035 invoked by uid 500); 11 Aug 2013 17:06:55 -0000 Mailing-List: contact ambari-dev-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-dev@incubator.apache.org Received: (qmail 33014 invoked by uid 99); 11 Aug 2013 17:06:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Aug 2013 17:06:48 +0000 Date: Sun, 11 Aug 2013 17:06:47 +0000 (UTC) From: "Siddharth Wagle (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-2868) YARN NodeManager directories when passes as comma separated directories - agent create a single directory including comma. 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-2868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Wagle updated AMBARI-2868: ------------------------------------ Attachment: AMBARI-2868.patch > YARN NodeManager directories when passes as comma separated directories - agent create a single directory including comma. > -------------------------------------------------------------------------------------------------------------------------- > > Key: AMBARI-2868 > URL: https://issues.apache.org/jira/browse/AMBARI-2868 > Project: Ambari > Issue Type: Bug > Components: agent > Affects Versions: 1.4.0 > Reporter: Siddharth Wagle > Assignee: Siddharth Wagle > Fix For: 1.4.0 > > Attachments: AMBARI-2868.patch > > > Looks like here is what happens: > {code} > $nm_local_dirs = hdp_default("yarn-site/yarn.nodemanager.local-dirs", "$hadoop_tmp_dir/nm-local-dir") > {code} > This code takes in the nm local directories as comman separated files, but its never split around the comma's. > When using multiple directories for NodeManager local directories here is what I saw on NM: > {code} > root@ip-10-80-149-186 yarn]# pwd > /grid/0/hadoop/yarn,/grid/1/hadoop/yarn > {code} > A directory with a comma was created. This causes NM to go unhealthy which causes the jobs to fail - and all. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira