Changeset 144 for hadoop4win-setup


Ignore:
Timestamp:
Feb 4, 2010, 10:12:51 PM (14 years ago)
Author:
jazz
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • hadoop4win-setup/hadoop4win-setup.bat

    r143 r144  
    105105REM real do cygwin installation
    106106
    107 IF NOT EXIST "%CYGWIN_ROOT%" (
     107IF NOT EXIST "%CYGWIN_ROOT%\bin\bash.exe" (
    108108  "%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
    109109)
     
    124124  wget "%HBASE_MIRROR%/%HBASE_FILE%" -O "%MY_PACKAGE%\hbase\%HBASE_FILE%"
    125125)
    126 
    127 pause
    128126
    129127IF NOT EXIST "%JDK_DES%" (
Note: See TracChangeset for help on using the changeset viewer.