Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 79801 invoked from network); 2 Dec 2008 02:43:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2008 02:43:53 -0000 Received: (qmail 23898 invoked by uid 500); 2 Dec 2008 02:44:04 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 23875 invoked by uid 500); 2 Dec 2008 02:44:04 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 23864 invoked by uid 99); 2 Dec 2008 02:44:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 18:44:04 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.9.54] (HELO web65510.mail.ac4.yahoo.com) (76.13.9.54) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 02 Dec 2008 02:42:35 +0000 Received: (qmail 72624 invoked by uid 60001); 2 Dec 2008 02:42:17 -0000 X-YMail-OSG: MGTzpvwVM1mMDg9BfzVVq8S5q.KypU6QeEEqlt8K.qp0xJFAzYPziHop2DlQlvcHhLveVlMeePuPs.V4_FLSyCgzXBQZA43DZVN955gZDmf2xdc0ACO157Q9RXQlNydSu6bvakjqu7wtj8cn6_S1d6P.WlxFkwQf17gsc4CQkDRb4LnLERrHoXPkIqM- Received: from [69.106.202.224] by web65510.mail.ac4.yahoo.com via HTTP; Mon, 01 Dec 2008 18:42:17 PST X-RocketYMMF: apurtell X-Mailer: YahooMailWebService/0.7.260.1 Date: Mon, 1 Dec 2008 18:42:17 -0800 (PST) From: Andrew Purtell Reply-To: apurtell@apache.org Subject: Re: Bulk import question. To: hbase-user@hadoop.apache.org, "Edward J. Yoon" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <823889.72529.qm@web65510.mail.ac4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Edward, You are running with insufficient resources -- too little CPU for your task and too little disk for your data. If you are running a mapreduce task and DFS runs out of space for the temporary files, then you indeed should expect aberrant job status from the Hadoop job framework, for example such things as completion status running backwards. I do agree that under these circumstances HBase daemons should fail more gracefully, by entering some kind of degraded read only mode, if DFS is not totally dead. I suspect this is already on a to do list somewhere, and I vaguely recall a jira filed on that topic. - Andy > From: Edward J. Yoon > Subject: Re: Bulk import question. > To: hbase-user@hadoop.apache.org, apurtell@apache.org > Date: Monday, December 1, 2008, 6:26 PM > It was by 'Datanode DiskOutOfSpaceException'. But, I > think daemons should not dead. > > On Wed, Nov 26, 2008 at 1:08 PM, Edward J. Yoon > wrote: > > Hmm. It often occurs to me. I'll check the logs. > > > > On Fri, Nov 21, 2008 at 9:46 AM, Andrew Purtell > wrote: > > > I think a 2 node cluster is simply too small for > > > the full load of everything. > > >