source: hadoop4win-setup/my_packages/hbase/bin/start-hbase @ 156

Last change on this file since 156 was 141, checked in by jazz, 14 years ago

新增 HBase 安裝/啟動/停止 script

  • Property svn:executable set to *
File size: 143 bytes
Line 
1#!/bin/bash
2cygstart --showminnoactive /bin/bash -c /bin/start-hbase-daemon
3for ((i=1;i<=10;i++)); do sleep 1; printf "."; done
4printf "\n"
5jps
Note: See TracBrowser for help on using the repository browser.