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 67BFDC369 for ; Wed, 9 May 2012 18:37:57 +0000 (UTC) Received: (qmail 27728 invoked by uid 500); 9 May 2012 18:37:55 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 27686 invoked by uid 500); 9 May 2012 18:37:55 -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 27678 invoked by uid 99); 9 May 2012 18:37:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 18:37:55 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jdcryans@gmail.com designates 209.85.161.169 as permitted sender) Received: from [209.85.161.169] (HELO mail-gg0-f169.google.com) (209.85.161.169) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 May 2012 18:37:50 +0000 Received: by ggeq1 with SMTP id q1so533832gge.14 for ; Wed, 09 May 2012 11:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=3d67oECKaCzUvx7EN1YOcP3Ww+hOF4MvuuqoC9+zDg8=; b=eS7AUEjxSg7JG+XIVS2SZ5F0dYmGlyAIzysaLlaPpEhewrCqvs0V0xlVZXXiT0EpK5 SDpn4DNVbFGbWYJWcYu8zq5lx8aPunKcEsd62hFAVyIozCztnZaRphpBppTWFlYH8gzE r7I4HCodqIxc4907FDYjhY3IfCrmkJoQHvErWegO5RIXlFLkx/mSZuY+GfMRySvRdgSx g2m8fXig2zzJx93ocyHOERBGX//MHSEsZRlBkMpLFmp8COlH1sJgIC8BZn8VNBwt1owG zaxWZMf81NP06APqqGVV/1q7gr50OoTuysVMOZb+NyV31I3aNtM6mMYObEQg57I+sNpa vMtw== MIME-Version: 1.0 Received: by 10.236.145.168 with SMTP id p28mr1614174yhj.4.1336588649589; Wed, 09 May 2012 11:37:29 -0700 (PDT) Sender: jdcryans@gmail.com Received: by 10.100.40.7 with HTTP; Wed, 9 May 2012 11:37:29 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 May 2012 11:37:29 -0700 X-Google-Sender-Auth: Xt9a5c6JZdY5mB7GLqvkMKJOJU0 Message-ID: Subject: Re: Handling Hostname changes in HBase From: Jean-Daniel Cryans To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Those bugs were taken care of, just shutdown the processes and restart them after the machine has the new configuration. J-D On Wed, May 9, 2012 at 3:00 AM, kisalay wrote: > Hi, > > I had a doubt about the procedure for hostname change of master / > regionservers. Can we achieve this without cleaning up the zookeeper > state and retaining all the data already there in the tables ? I found > some reference in > http://comments.gmane.org/gmane.comp.java.hadoop.hbase.user/17220 but > was not sure if something has changed in the mean time. > > Thanks > Kisalay