more on rolling restart

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1088905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-04-05 06:19:05 +00:00
parent 7702e191e3
commit ee651893c4
1 changed files with 2 additions and 1 deletions

View File

@ -1123,7 +1123,8 @@ false
<programlisting>$ for i in `cat conf/regionservers|sort`; do ./bin/graceful_stop.sh --restart --reload --debug $i; done &amp;> /tmp/log.txt &amp;
</programlisting>
Tail the output of <filename>/tmp/log.txt</filename> to follow the scripts
progress.
progress. The above does regionservers only. You'd need to do the master
update separately.
</para>
</section>
</appendix>