source: hadoop4win-setup/my_packages/hbase/bin/stop-hbase @ 250

Last change on this file since 250 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
Line 
1#!/bin/bash
2if [ ! -z "$(jps | grep HRegionServer)" ];then /opt/hbase/bin/hbase-daemon.sh stop regionserver ; fi
3if [ ! -z "$(jps | grep HMaster)" ];then /opt/hbase/bin/hbase-daemon.sh stop master ; fi
4if [ ! -z "$(jps | grep HQuorumPeer)" ];then /opt/hbase/bin/hbase-daemon.sh stop zookeeper ; fi
Note: See TracBrowser for help on using the repository browser.