[ https://issues.apache.org/jira/browse/HADOOP-2286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Kubes updated HADOOP-2286: --------------------------------- Attachment: HADOOP-2286-1-20071213.patch Adds a shutdown hook to the regionserver to allow region servers to safely shutdown through a kill signal. The hbase-daemon.sh script has been changed to allow shutdown of region server on the local box through the command "bin/hbase-daemon.sh stop regionserver" > [hbase] Add being able to shutdown regionservers > ------------------------------------------------ > > Key: HADOOP-2286 > URL: https://issues.apache.org/jira/browse/HADOOP-2286 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Reporter: stack > Assignee: Dennis Kubes > Attachments: HADOOP-2286-1-20071213.patch > > > You can't shutdown regionservers from the commandline: > durruti:~/Documents/checkouts/hadoop-trunk/src/contrib/hbase stack$ > ./bin/hbase regionserver stop > There is no regionserver stop mechanism. To stop regionservers, shutdown the > hbase master > The above was done intentionally to scare folks toward shutting down clusters > from the master. > But, as Paul Saab points out, if a server is errant, you'll want to be able > to shut it down gracefully. > Enable individual regionserver shutdown from command line and optionally from > the UI. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.