Last change
on this file was
232,
checked in by jazz, 14 years ago
|
- 加入 0.1.3 變更內容,保留 0.1.2 的 cygwin_mirror/setup.ini
|
-
Property svn:executable set to
*
|
File size:
297 bytes
|
Rev | Line | |
---|
[141] | 1 | #!/bin/bash |
---|
[232] | 2 | if [ ! -z "$(jps | grep HRegionServer)" ];then /opt/hbase/bin/hbase-daemon.sh stop regionserver ; fi |
---|
| 3 | if [ ! -z "$(jps | grep HMaster)" ];then /opt/hbase/bin/hbase-daemon.sh stop master ; fi |
---|
| 4 | if [ ! -z "$(jps | grep HQuorumPeer)" ];then /opt/hbase/bin/hbase-daemon.sh stop zookeeper ; fi |
---|
Note: See
TracBrowser
for help on using the repository browser.