Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 1681 invoked from network); 7 Jun 2010 19:55:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jun 2010 19:55:07 -0000 Received: (qmail 44367 invoked by uid 500); 7 Jun 2010 19:55:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 44332 invoked by uid 500); 7 Jun 2010 19:55:07 -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 44324 invoked by uid 99); 7 Jun 2010 19:55:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jun 2010 19:55:07 +0000 X-ASF-Spam-Status: No, hits=-1503.6 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; Mon, 07 Jun 2010 19:55:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o57Jsk0m017212 for ; Mon, 7 Jun 2010 19:54:47 GMT Message-ID: <2740073.9531275940486923.JavaMail.jira@thor> Date: Mon, 7 Jun 2010 15:54:46 -0400 (EDT) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Subject: [jira] Created: (HBASE-2683) Make it obvious in the documentation that ZooKeeper needs permanent storage MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 Fix For: 0.20.6, 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.