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:
parent
7702e191e3
commit
ee651893c4
|
@ -1123,7 +1123,8 @@ false
|
|||
<programlisting>$ for i in `cat conf/regionservers|sort`; do ./bin/graceful_stop.sh --restart --reload --debug $i; done &> /tmp/log.txt &
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue