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/ant/bin/ant-init

    r235 r236  
    66
    77if [ ! -f /opt/apache-ant* ]; then
    8   unzip /usr/src/ant-*.zip -C /opt
     8  cd /opt/
     9  unzip /usr/src/ant-*.zip
    910  ln -s /opt/apache-ant-* /opt/ant
    10 
    1111  echo "export PATH=/opt/ant/bin/:\$PATH" >> /etc/profile
    1212fi
Note: See TracChangeset for help on using the changeset viewer.