| 
                Last change
                  on this file since 247 was
                  232,
                  checked in by jazz, 15 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 | 
|---|
| 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.