source: hadoop4win-setup/my_packages/hadoop/bin/start-hadoop @ 140

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

開另一個視窗避免 CTRL+C 把 java 子程序全砍了 - 暫時無法在 Cygwin 網站找到解法
http://www.mail-archive.com/cygwin@cygwin.com/msg104921.html

File size: 144 bytes
Line 
1#!/bin/bash
2cygstart --showminnoactive /bin/bash -c /bin/start-hadoop-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.