Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 611421956 for ; Sun, 24 Apr 2011 17:13:42 +0000 (UTC) Received: (qmail 67212 invoked by uid 500); 24 Apr 2011 17:13:41 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 67146 invoked by uid 500); 24 Apr 2011 17:13:41 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 67138 invoked by uid 99); 24 Apr 2011 17:13:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Apr 2011 17:13:41 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jason.rutherglen@gmail.com designates 209.85.212.178 as permitted sender) Received: from [209.85.212.178] (HELO mail-px0-f178.google.com) (209.85.212.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Apr 2011 17:13:36 +0000 Received: by pxi1 with SMTP id 1so1668705pxi.37 for ; Sun, 24 Apr 2011 10:13:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=+xF1ZcP8wehCuu+jmyzeOhV0e+6hCY560yO6riQ55Ig=; b=j9dsA4J+/fwD4rAxZuyv/OD5ihTArzKyFNRSfriCIkCoLr438uZA5et6FBsDHFkPle r6TaTuB/HDfNKAHIEv5V5jRg8F9oq7fAew5WW9Vxy9yipvuFONa1uql0meQB5eKzugOA Kp5nqNLgxTb4iTpoIBkUPac8wx7PrY5FVmPwA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=sMAI3rTbBr6AqvkNufK8hwzgyREycBkkRnol2UkoGm8bcOQB33BBs9bPziTxbpy0qv NgAx6LoSzlZa9vVaVTVnNuJZnpbRaBW4BQDHce2UYoas3kwwwUV1mEHuuiBG2vz0UITp H6BZm6arP8v7P42BchQXIer6ir9UOMPgGwyHQ= MIME-Version: 1.0 Received: by 10.68.55.229 with SMTP id v5mr5431287pbp.243.1303665196395; Sun, 24 Apr 2011 10:13:16 -0700 (PDT) Received: by 10.68.46.6 with HTTP; Sun, 24 Apr 2011 10:13:16 -0700 (PDT) In-Reply-To: <59AF3110A1004EE8907368CFD05FA3B0@xPC> References: <35066DFAD5F44B3E9299E5A417D0BAAF@xPC> <59AF3110A1004EE8907368CFD05FA3B0@xPC> Date: Sun, 24 Apr 2011 10:13:16 -0700 Message-ID: Subject: Re: HDFS + ZooKeeper From: Jason Rutherglen To: hdfs-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Right and AN is not using ZK for the actual NameNode methods/functions, only for the failover election of the 'backup' NameNode? On Sun, Apr 24, 2011 at 4:06 AM, Ozcan ILIKHAN wrote: > I have read =A0Dhruba's blog entry about AvatarNode long ago. If I am not > wrong initially it was not using ZooKeeper. That is way I raised that > question. Also, AvatorNode is build on HDFS 0.20 but my intension is to > utilize BackupNode that comes with HDFS 0.21 > > Thanks, > Ozcan. > > -----Original Message----- From: Jason Rutherglen > Sent: Saturday, April 23, 2011 1:17 PM > To: hdfs-user@hadoop.apache.org > Subject: Re: HDFS + ZooKeeper > > This is an interesting question. =A0AvatarNode doesn't use Zookeeper? > Is there a drawback to implementing ZK for the NameNode other than the > potential bugs from a newly engineered feature? > > Perhaps this issue is the main one for implementing the NameNode in > ZK? =A0HDFS-1623 > > On Fri, Apr 22, 2011 at 10:41 PM, Jean-Daniel Cryans > wrote: >> >> This is a 1M$ question. You could start thinking about this problem by >> looking at what "AvatarNode" does: >> https://issues.apache.org/jira/browse/HDFS-976 >> >> J-D >> >> On Fri, Apr 22, 2011 at 10:17 PM, Ozcan ILIKHAN >> wrote: >>> >>> Hi, >>> Does anyone have any idea about how we can use HDFS with ZooKeeper? Mor= e >>> elaborately if NameNode fails DataNodes should be able to retrieve >>> address >>> of new NameNode from ZooKeeper. >>> >>> Thanks, >>> --------------------------------- >>> Ozcan ILIKHAN >>> PhD Student, Graduate Research Assistant >>> Department of Computer Sciences >>> University of Wisconsin-Madison >>> http://pages.cs.wisc.edu/~ilikhan >>> >> > >