Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 6F1099C9F for ; Mon, 23 Jan 2012 18:07:54 +0000 (UTC) Received: (qmail 20263 invoked by uid 500); 23 Jan 2012 18:07:52 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 20218 invoked by uid 500); 23 Jan 2012 18:07:51 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 20210 invoked by uid 99); 23 Jan 2012 18:07:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2012 18:07:51 +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 (athena.apache.org: local policy) Received: from [98.138.91.140] (HELO nm10-vm3.bullet.mail.ne1.yahoo.com) (98.138.91.140) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Jan 2012 18:07:44 +0000 Received: from [98.138.90.48] by nm10.bullet.mail.ne1.yahoo.com with NNFMP; 23 Jan 2012 18:07:23 -0000 Received: from [98.138.84.38] by tm1.bullet.mail.ne1.yahoo.com with NNFMP; 23 Jan 2012 18:07:23 -0000 Received: from [127.0.0.1] by smtp106.mail.ne1.yahoo.com with NNFMP; 23 Jan 2012 18:07:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1327342043; bh=TrXxPoXdD/8AY+eAMpyRqTDCYIHrYGCsrvuMjXGFNcM=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:From:Content-Type:Content-Transfer-Encoding:Subject:Date:Message-Id:To:Mime-Version:X-Mailer; b=QNOKjfecyydM4PAv39aL2bWTU7zv9q4+F+leL0Mv9TqH4MVE2TgvM4HtC9WLFNoxUj1kmfxYrjoxllI0hZQ1VYDrCISxQw7to6rXX5AA+4lOlZZekpabm9sci71aqBPaIf+qYGjyM+5eA34jZVG3QtXsHVexJzjOlPjYmrEaFvM= X-Yahoo-Newman-Id: 11152.63032.bm@smtp106.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: oka8YQkVM1lO8fAQY_8O77mCLrWhfrLLyDFqn53uAAxVaze CeDSw2D0Y.b0t5jiMBho5X1Pz4AW8agDpX4g2CMQT649oduKwPYfKHBuy_1Q Heb_IKoiM2JaVDBCLluZLpcDLAFRsJNQqOVBb5gFwj2BP1rLfBnnXR7TdDb9 5wpdMnUd3yUDmYWhZGCWDo84Dv8Lgueo3iuGQvKNKoxfBAZHzcMditHzajS_ xCndwjEoYzYwukcqX37Aeo2tf7XRlFKWIxdaiC_auIwKHRhw.POu.XDYEqK2 x0SWt_Icu03dTWqr_V.eAYE.UG.gLN6fO6.Lnd0Jl6Iz3bWfAMmjSLx4dAXZ Ij57eRzLSgcerr3vN5n_OtcbYaQxFT3mTtUkeupwcALoVWQwdZ7rE8K6.p58 C6H0zB_xz X-Yahoo-SMTP: RGNwQ4aswBDAPpFjUxqdIJsyvXqO6r1xRBgr_cfKlj9o.Q-- Received: from [144.10.3.81] (bencuthbert@81.100.162.31 with plain) by smtp106.mail.ne1.yahoo.com with SMTP; 23 Jan 2012 10:07:22 -0800 PST From: Ben Cuthbert Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: hbase dns lookups Date: Mon, 23 Jan 2012 18:07:20 +0000 Message-Id: <3686CE98-D7B4-4D38-AE6F-6F70E6BB2F03@ymail.com> To: user@hbase.apache.org Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) All Is there a way to have hardcoded /etc/hosts entries for the region and = master address in hbase.=20 When we try 10.10.10.1 master01 10.10.10.2 slave01 in the /etc/hosts Hbase starts but the region server attemps to connect back to the master = on its dns name not master01 as per the host file.