Ignore:
Timestamp:
Mar 29, 2011, 12:19:15 AM (13 years ago)
Author:
jazz
Message:
  • modified my_packages/hadoop/bin/hadoop4win-init
    • [BUGFIX] fix error at line 31
  • modified my_packages/hbase/bin/hbase-init
    • add HBASE_PID_DIR to hbase-env.sh
  • modified my_packages/ant/bin/ant-init
    • fix syntax error of unzip
File:
1 edited

Legend:

Unmodified
Added
Removed
  • hadoop4win-setup/my_packages/hadoop/bin/hadoop4win-init

    r232 r236  
    2626chmod a+x `find . -name "*.dll"`
    2727cd /opt/hadoop
    28 bin/hadoop namenode -format
     28/opt/hadoop/bin/hadoop namenode -format
    2929source /etc/profile
    3030/bin/start-hadoop
    31 bin/hadoop fs -mkdir tmp
     31/opt/hadoop/bin/hadoop fs -mkdir tmp
    3232echo "/bin/stop-hadoop" > ~/.bash_logout
    3333echo "/bin/stop-hadoop" > /etc/skel/.bash_logout
Note: See TracChangeset for help on using the changeset viewer.