Thanks -Pete
-----Original Message----- From: saint....@gmail.com [mailto:saint....@gmail.com] On Behalf Of Stack Sent: Wednesday, April 20, 2011 10:23 AM To: user@hbase.apache.org Subject: Re: Restarting a Region Server On the host that is carrying the regionserver do: ./bin/hbase-daemon.sh stop regionserver Then start it again. Or, since 0.90.2, see bin/graceful_stop.sh. It will let you do a gradual decommission optionally restarting the regionserver after the regions have been gently offloaded and then optionally again after the server comes back, moving its old region burden back on to the regionserver to preserve locality. See http://hbase.apache.org/book.html#decommission for more. St.Ack On Wed, Apr 20, 2011 at 10:03 AM, Peter Haidinyak <phaidin...@local.com> wrote: > Hi, > I just bounced a region server. How do I start just this one region server > and make sure it rejoins the cluster? > > Thanks > > -Pete >