Return-Path: Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: (qmail 34634 invoked from network); 5 Apr 2011 18:13:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Apr 2011 18:13:09 -0000 Received: (qmail 53242 invoked by uid 500); 5 Apr 2011 18:13:09 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 53224 invoked by uid 500); 5 Apr 2011 18:13:09 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 53217 invoked by uid 99); 5 Apr 2011 18:13:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 18:13:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Apr 2011 18:13:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6BE6823888EA; Tue, 5 Apr 2011 18:12:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1089149 - /hbase/trunk/src/docbkx/getting_started.xml Date: Tue, 05 Apr 2011 18:12:47 -0000 To: commits@hbase.apache.org From: stack@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110405181247.6BE6823888EA@eris.apache.org> Author: stack Date: Tue Apr 5 18:12:47 2011 New Revision: 1089149 URL: http://svn.apache.org/viewvc?rev=1089149&view=rev Log: Pointed at oracle config. doc. for example of how other dbs have same issues we do w/ sys configs Modified: hbase/trunk/src/docbkx/getting_started.xml Modified: hbase/trunk/src/docbkx/getting_started.xml URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/getting_started.xml?rev=1089149&r1=1089148&r2=1089149&view=diff ============================================================================== --- hbase/trunk/src/docbkx/getting_started.xml (original) +++ hbase/trunk/src/docbkx/getting_started.xml Tue Apr 5 18:12:47 2011 @@ -329,10 +329,10 @@ stopping hbase............... - HBase is a database, it uses a lot of files all at the same time. - The default ulimit -n -- i.e. user file limit -- of 1024 on *nix systems - is insufficient. Any significant amount of loading will lead you to FAQ: Why do I + HBase is a database. It uses a lot of files all at the same time. + The default ulimit -n -- i.e. user file limit -- of 1024 on most *nix systems + is insufficient (On mac os x its 256). Any significant amount of loading will + lead you to FAQ: Why do I see "java.io.IOException...(Too many open files)" in my logs?. You may also notice errors such as 2010-04-06 03:04:37,542 INFO org.apache.hadoop.hdfs.DFSClient: Exception increateBlockOutputStream java.io.EOFException @@ -343,7 +343,12 @@ stopping hbase...............nproc setting; under load, a low-nproc setting could manifest as OutOfMemoryError See Jack Levin's major hdfs issues - note up on the user list.. + note up on the user list. + The requirement that a database requires upping of system limits + is not peculiar to HBase. See for example the section + Setting Shell Limits for the Oracle User in + + Short Guide to install Oracle 10 on Linux.. To be clear, upping the file descriptors and nproc for the user who is