Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 34686 invoked from network); 5 Jun 2008 07:50:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2008 07:50:09 -0000 Received: (qmail 64981 invoked by uid 500); 5 Jun 2008 07:50:09 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 64953 invoked by uid 500); 5 Jun 2008 07:50:09 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 64942 invoked by uid 99); 5 Jun 2008 07:50:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 00:50:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jun 2008 07:49:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 76A09234C13A for ; Thu, 5 Jun 2008 00:49:45 -0700 (PDT) Message-ID: <1340390454.1212652185485.JavaMail.jira@brutus> Date: Thu, 5 Jun 2008 00:49:45 -0700 (PDT) From: "Hemanth Yamijala (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3483) [HOD] Improvements with cluster directory handling In-Reply-To: <5663792.1212491324960.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602573#action_12602573 ] Hemanth Yamijala commented on HADOOP-3483: ------------------------------------------ The failure in the core and contrib tests are respectively in DFS and Streaming. As these are not dependent on HOD, the failures are unrelated to the patch. > [HOD] Improvements with cluster directory handling > -------------------------------------------------- > > Key: HADOOP-3483 > URL: https://issues.apache.org/jira/browse/HADOOP-3483 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/hod > Affects Versions: 0.16.0 > Reporter: Hemanth Yamijala > Assignee: Hemanth Yamijala > Fix For: 0.18.0 > > Attachments: 3483.1.patch, 3483.2.patch, 3483.patch > > > The following improvements are asked for from users related to cluster directory handling: > - Create a new cluster directory if one does not exist. > - If a cluster directory points to a dead cluster, currently allocate fails with a message asking user to deallocate it first. Instead, it should issue a warning, deallocate the cluster and automatically allocate a fresh one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.