Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 16984 invoked from network); 7 Dec 2010 21:30:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Dec 2010 21:30:37 -0000 Received: (qmail 4240 invoked by uid 500); 7 Dec 2010 21:30:36 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 4210 invoked by uid 500); 7 Dec 2010 21:30:36 -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 4200 invoked by uid 99); 7 Dec 2010 21:30:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 21:30:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.161.50 as permitted sender) Received: from [209.85.161.50] (HELO mail-fx0-f50.google.com) (209.85.161.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Dec 2010 21:30:30 +0000 Received: by fxm14 with SMTP id 14so308590fxm.23 for ; Tue, 07 Dec 2010 13:30:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=J50REFzU5iO9slRvo+SMBfo1B3QbgnGpfRyc+KqgKHw=; b=w2EdZsZY+rRsUQJxTAz2OlGETGmDttGlPJWzSXihnQv2QI9CcOfOgZI9vb5m6XNB5P +sbrBU5AdliY6fmtu3+h9+AQLd5jt8ECrztlKaZEIa8Yr1cRSFDx0umS5xLpm9oQALRA 9b6pr0cIop1YWhxaCnrJl2EVAoKFE4eQFNYWM= 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=EyP6ofI3VFVHQPvPmAjLZ18z4rGVD4oWZ5kUOhkDcy5cJJngFdPna6bEbd+ltyZgGZ WTcNDEGi2qaaJo3cxfI8P1irXAzShGDNIxug14eQ27sYN3MHaAbqfxjUR0NRjl+kuF3P uqSJQX8XYs4kowDvudddiK3bGGcsUanrt+brQ= MIME-Version: 1.0 Received: by 10.223.100.15 with SMTP id w15mr7662857fan.121.1291757409349; Tue, 07 Dec 2010 13:30:09 -0800 (PST) Received: by 10.223.83.200 with HTTP; Tue, 7 Dec 2010 13:30:09 -0800 (PST) In-Reply-To: <996FE584DE9DE642B04DF887487D18F001E34AD0FE@SP2-EX07VS01.ds.corp.yahoo.com> References: <996FE584DE9DE642B04DF887487D18F001E34AD0FE@SP2-EX07VS01.ds.corp.yahoo.com> Date: Tue, 7 Dec 2010 13:30:09 -0800 Message-ID: Subject: Re: restart hbase after configuration changes? From: Ted Yu To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf3054a2e985319d0496d8b593 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3054a2e985319d0496d8b593 Content-Type: text/plain; charset=ISO-8859-1 You need to restart cluster. See also https://issues.apache.org/jira/browse/HBASE-2789 On Tue, Dec 7, 2010 at 12:14 PM, Albert Shau wrote: > Hi all, > > If I'm changing the configuration (editing value of > hbase.hregion.majorcompaction in hbase-site.xml), do I need to restart > hbase? Also, do I need to change the setting on all the regionservers, or > is the master enough? > > Thanks, > Albert > --20cf3054a2e985319d0496d8b593--