source:
hadoop4win-setup/my_packages/hbase/bin/start-hbase
@
142
Last change on this file since 142 was 141, checked in by jazz, 15 years ago | |
---|---|
|
|
File size: 143 bytes |
Rev | Line | |
---|---|---|
[141] | 1 | #!/bin/bash |
2 | cygstart --showminnoactive /bin/bash -c /bin/start-hbase-daemon | |
3 | for ((i=1;i<=10;i++)); do sleep 1; printf "."; done | |
4 | printf "\n" | |
5 | jps |
Note: See TracBrowser
for help on using the repository browser.