Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 35897 invoked from network); 24 Nov 2009 22:23:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 22:23:09 -0000 Received: (qmail 55318 invoked by uid 500); 24 Nov 2009 22:23:08 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 55258 invoked by uid 500); 24 Nov 2009 22:23:08 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 55248 invoked by uid 99); 24 Nov 2009 22:23:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 22:23:08 +0000 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; Tue, 24 Nov 2009 22:23:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6B73234C1F1 for ; Tue, 24 Nov 2009 14:22:39 -0800 (PST) Message-ID: <7367763.1259101359675.JavaMail.jira@brutus> Date: Tue, 24 Nov 2009 22:22:39 +0000 (UTC) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-1958) Remove "# TODO: PUT BACK !!! "${HADOOP_HOME}"/bin/hadoop dfsadmin -safemode wait" In-Reply-To: <864417875.1257547112506.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-1958. -------------------------- Resolution: Fixed Removed the line. We wait on hdfs to leave safe mode up in java code, not in shell. > Remove "# TODO: PUT BACK !!! "${HADOOP_HOME}"/bin/hadoop dfsadmin -safemode wait" > --------------------------------------------------------------------------------- > > Key: HBASE-1958 > URL: https://issues.apache.org/jira/browse/HBASE-1958 > Project: Hadoop HBase > Issue Type: Task > Reporter: stack > > In start-hbase.sh there is the above comment. Was done as part of the below: > {code} > ------------------------------------------------------------------------ > r618560 | stack | 2008-02-04 22:15:44 -0800 (Mon, 04 Feb 2008) | 14 lines > HBASE-403 Fix build after move of hbase in svn > Make it so scripts basically work again. Make up a log4j > basic properites file (currently broke). > M trunk/conf/hbase-env.sh > Put a JAVA_HOME in here. Need to set it here now instead of up in hadoop-env > A trunk/conf/log4j.properties > Basic log4j for hbase. > M trunk/bin/hbase > Made pointers up into hadoop instead point to hbase substitutions. > M trunk/bin/start-hbase.sh > Remove wait on dfs for moment. Need to figure how to do it now > we're detached (Besides there is talk that we'd acually > {code} > The comment doesn't seem to apply any more because we wait up in java. This issue is about cleaning up this remark. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.