Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F31EA903D for ; Wed, 14 Dec 2011 21:49:35 +0000 (UTC) Received: (qmail 17288 invoked by uid 500); 14 Dec 2011 21:49:32 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 17245 invoked by uid 500); 14 Dec 2011 21:49:32 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 17237 invoked by uid 99); 14 Dec 2011 21:49:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2011 21:49:32 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [76.96.30.56] (HELO qmta06.emeryville.ca.mail.comcast.net) (76.96.30.56) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2011 21:49:22 +0000 Received: from omta06.emeryville.ca.mail.comcast.net ([76.96.30.51]) by qmta06.emeryville.ca.mail.comcast.net with comcast id 99TR1i00716AWCUA69ouVQ; Wed, 14 Dec 2011 21:48:54 +0000 Received: from fs ([24.4.185.157]) by omta06.emeryville.ca.mail.comcast.net with comcast id 99oX1i00T3QAh8g8S9oXbV; Wed, 14 Dec 2011 21:48:31 +0000 Received: from mail.boudnik.org (localhost [127.0.0.1]) by fs (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id pBELmxNC007137 for ; Wed, 14 Dec 2011 13:48:59 -0800 Received: (from cos@localhost) by mail.boudnik.org (8.14.3/8.14.3/Submit) id pBELmxW3007136 for common-user@hadoop.apache.org; Wed, 14 Dec 2011 13:48:59 -0800 X-Authentication-Warning: mail.boudnik.org: cos set sender to cos@apache.org using -f Date: Wed, 14 Dec 2011 13:48:58 -0800 From: Konstantin Boudnik To: common-user@hadoop.apache.org Subject: Re: HDFS Backup nodes Message-ID: <20111214214858.GC27452@linspire.com> References: <20111214072839.GB27452@linspire.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Organization: It's something of 'Cos User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Dec 14, 2011 at 10:09AM, Scott Carey wrote: > > On 12/13/11 11:28 PM, "Konstantin Boudnik" wrote: > > >On Tue, Dec 13, 2011 at 11:00PM, M. C. Srivas wrote: > >> Suresh, > >> > >> As of today, there is no option except to use NFS. And as you yourself > >> mention, the first HA prototype when it comes out will require NFS. > > > > > >NFS is just happen to be readily available in any data center and doesn't > >require much of the extra investment on top of what exists. > > That is a false assumption. I'm not buying a netapp filer just for this. > We have no NFS, or want any. If we ever use it, it won't be in the data > center with Hadoop! It isn't a false assumption, it is a reasonable one based on the experience. You don't need netapp for NFS, you can have a Thumper or whatever. I am not saying NFS is the only and the best - all I said it is pretty common ;) I would opt fo BK or Jini Spaces like solution any day, though. Cos