Changeset 144 for hadoop4win-setup/hadoop4win-setup.bat
- Timestamp:
- Feb 4, 2010, 10:12:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop4win-setup/hadoop4win-setup.bat
r143 r144 105 105 REM real do cygwin installation 106 106 107 IF NOT EXIST "%CYGWIN_ROOT% " (107 IF NOT EXIST "%CYGWIN_ROOT%\bin\bash.exe" ( 108 108 "%CYGWIN_SETUP%" -q -d -L -l "%LOCAL_REPOSITORY%\cygwin_mirror" -R "%CYGWIN_ROOT%" -P cygrunsrv,file,openssh,perl,procps,ncurses,rsync,sharutils,shutdown,subversion,tcp_wrappers,termcap,unzip,wget,zip,zlib 109 109 ) … … 124 124 wget "%HBASE_MIRROR%/%HBASE_FILE%" -O "%MY_PACKAGE%\hbase\%HBASE_FILE%" 125 125 ) 126 127 pause128 126 129 127 IF NOT EXIST "%JDK_DES%" (
Note: See TracChangeset
for help on using the changeset viewer.