Ignore:
Timestamp:
Apr 1, 2011, 10:29:17 PM (13 years ago)
Author:
jazz
Message:
  • modified hadoop4win-setup.bat
    • change order of hadoop4win-init and ant-init
  • modified my_packages/ant/bin/ant-init
    • fix typo in echo message
    • use unzip "-d" to change directory
  • modified my_packages/hbase/bin/hbase-init
    • setup hbase.tmp.dir and HBASE_PID_DIR
  • modified my_packages/hadoop/bin/hadoop4win-init
    • use mv and cp instead of symbolic link
    • copy example config as pseudo config
    • force to leave safe mode since Hadoop 0.20.2 need extra 30 seconds to check.
    • add sleep 10 seconds since start-hadoop will take 10 seconds.
File:
1 edited

Legend:

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

    r235 r241  
    175175echo "=====================================================" 
    176176%CYGWIN_ROOT%\bin\bash --login -c "/bin/hadoop4win-init"
     177%CYGWIN_ROOT%\bin\bash --login -c "/bin/ant-init"
    177178%CYGWIN_ROOT%\bin\bash --login -c "/bin/hbase-init"
    178 %CYGWIN_ROOT%\bin\bash --login -c "/bin/ant-init"
    179179cls
    180180set PATH=%OLDPATH%
Note: See TracChangeset for help on using the changeset viewer.