Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 10795 invoked from network); 19 Oct 2009 15:56:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Oct 2009 15:56:06 -0000 Received: (qmail 9743 invoked by uid 500); 19 Oct 2009 15:56:05 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 9716 invoked by uid 500); 19 Oct 2009 15:56:05 -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 9706 invoked by uid 99); 19 Oct 2009 15:56:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2009 15:56:05 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ananth.t.sarathy@gmail.com designates 209.85.212.185 as permitted sender) Received: from [209.85.212.185] (HELO mail-vw0-f185.google.com) (209.85.212.185) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2009 15:56:01 +0000 Received: by vws15 with SMTP id 15so1479429vws.5 for ; Mon, 19 Oct 2009 08:55:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=/coGxY9c8FajTEa+yUVlNnSGSvl//1AnQxmfPWzF0KQ=; b=xv91+vj9yxlcahk9RmjX0yjCfrx7y1qURtSRW0E08MifNNY9Fc8G2EL0kxCvJkVMoR StN4vBhX9Ygy0iHkYw+SnMrtW1shQ0B2ST7pCtLUplkOrE1QV5hl5/cRHc/0HmwShd5/ zoMkwdbannaUulm+RpCJZ/xBF32vZ9vJ0ocoE= 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; b=BlHR7udkIbTHudmabPdyJ7TbkmHocnLct1ejG1Bw93hn4wkkddSzIwX8Cs447eUcSw IHmQ3+MXMydXhLnnLoZYxOb6wDIPUjAaO+Qee5LSuHebHzDh1qSVU8DPOIknrVr6Bg9g cn31iuLEPYVssq+vKJ03QzXKix732M5PsS1XE= MIME-Version: 1.0 Received: by 10.239.138.13 with SMTP id n13mr475751hbn.9.1255967739379; Mon, 19 Oct 2009 08:55:39 -0700 (PDT) In-Reply-To: References: Date: Mon, 19 Oct 2009 11:55:39 -0400 Message-ID: Subject: Re: zookeeper configuration From: "Ananth T. Sarathy" To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001485f78b48f480e304764bc68e --001485f78b48f480e304764bc68e Content-Type: text/plain; charset=ISO-8859-1 Hmm.. ok When I do that I get this now (on the master) 2009-10-19 11:52:27,020 INFO org.apache.zookeeper.ZooKeeper: Initiating client connection, host=ec2-174-129-15-236.compute-1.amazonaws.com:2181sessionTimeout=60000 watcher=Thread[Thread-1,5,main] 2009-10-19 11:52:27,021 INFO org.apache.zookeeper.ClientCnxn: zookeeper.disableAutoWatchReset is false 2009-10-19 11:52:27,030 INFO org.apache.zookeeper.ClientCnxn: Attempting connection to server ec2-174-129-15-236.compute-1.amazonaws.com/10.244.9.171:2181 2009-10-19 11:52:27,032 WARN org.apache.zookeeper.ClientCnxn: Exception closing session 0x0 to sun.nio.ch.SelectionKeyImpl@656dc861 java.net.ConnectException: Connection refused at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:574) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:885) 2009-10-19 11:52:27,032 WARN org.apache.zookeeper.ClientCnxn: Ignoring exception during shutdown input java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.shutdownInput(SocketChannelImpl.java:638) at sun.nio.ch.SocketAdaptor.shutdownInput(SocketAdaptor.java:360) at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:951) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:922) 2009-10-19 11:52:27,033 WARN org.apache.zookeeper.ClientCnxn: Ignoring exception during shutdown output java.nio.channels.ClosedChannelException at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:649) at sun.nio.ch.SocketAdaptor.shutdownOutput(SocketAdaptor.java:368) at org.apache.zookeeper.ClientCnxn$SendThread.cleanup(ClientCnxn.java:956) at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:922) I opened ports 2181... any other ports I need to worry about? why does it say server ec2-174-129-15-236.compute-1.amazonaws.com/10.244.9.171:2181 in the quorom list i put only ec2-174-129-15-236.compute-1.amazonaws.com Ananth T Sarathy On Mon, Oct 19, 2009 at 11:37 AM, Tatsuya Kawano wrote: > Hi, > > In your case (run zookeeper only on one server where the hbase master > is running), just the master server needs to be in the list. > > Thanks, > > > On Tue, Oct 20, 2009 at 12:13 AM, Ananth T. Sarathy > wrote: > > so does every machine that is a region server need to be in that list or > > just the master server if I want I am going only run zookeeper on one > > server? > > -- > Tatsuya Kawano (Mr.) > Tokyo, Japan > --001485f78b48f480e304764bc68e--