Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 5129 invoked from network); 18 Jun 2010 21:31:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Jun 2010 21:31:46 -0000 Received: (qmail 11956 invoked by uid 500); 18 Jun 2010 21:31:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 11906 invoked by uid 500); 18 Jun 2010 21:31:46 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 11898 invoked by uid 99); 18 Jun 2010 21:31:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 21:31:46 +0000 X-ASF-Spam-Status: No, hits=-1531.0 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jun 2010 21:31:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5ILVPB0000812 for ; Fri, 18 Jun 2010 21:31:25 GMT Message-ID: <29005634.86111276896685213.JavaMail.jira@thor> Date: Fri, 18 Jun 2010 17:31:25 -0400 (EDT) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Subject: [jira] Resolved: (HBASE-2683) Make it obvious in the documentation that ZooKeeper needs permanent storage In-Reply-To: <2740073.9531275940486923.JavaMail.jira@thor> 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/HBASE-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-2683. --------------------------------------- Assignee: Jean-Daniel Cryans Fix Version/s: 0.20.5 (was: 0.20.6) Resolution: Fixed Committed a small paragraph to branch and trunk. > Make it obvious in the documentation that ZooKeeper needs permanent storage > --------------------------------------------------------------------------- > > Key: HBASE-2683 > URL: https://issues.apache.org/jira/browse/HBASE-2683 > Project: HBase > Issue Type: Bug > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.20.5, 0.21.0 > > > If our users let HBase manage ZK, they probably won't bother combing through hbase-default.xml to figure that they need to set hbase.zookeeper.property.dataDir to something else than /tmp. It probably happened to deinspanjer in prod today and that's a show stopper. > The fix would be, at least, to improve the Getting Started documentation to include that configuration in the "Fully-Distributed Operation" section. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.