source:
hadoop4win-setup/my_packages/hadoop/bin/start-hadoop
@
142
Last change on this file since 142 was 140, checked in by jazz, 15 years ago | |
---|---|
File size: 144 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | cygstart --showminnoactive /bin/bash -c /bin/start-hadoop-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.