Changeset 154


Ignore:
Timestamp:
Jul 16, 2010, 9:23:24 PM (14 years ago)
Author:
jazz
Message:
  • fix two typos and verified the output iso includes cloudera's distribution for hadoop.
Location:
drbl-hadoop-live
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • drbl-hadoop-live/Makefile

    r152 r154  
    11all: clean
     2  sudo ./create-hadoop-live-by-pkg -m http://free.nchc.org.tw/debian -s http://free.nchc.org.tw/debian-security -e unstable > build.log 2> error.log
     3
     4test: clean
    25  sudo ./test-live-helper.sh > build.log 2> error.log
    36
    47clean:
    58  sudo lh clean --purge
    6   sudo rm -rf config
    7 
    8 drbl-hadoop: clean
    9   sudo ./create-hadoop-live-by-pkg -m http://free.nchc.org.tw/debian -s http://free.nchc.org.tw/debian-security -e unstable > build.log 2> error.log
     9  sudo rm -rf config auto
  • drbl-hadoop-live/create-hadoop-live

    r153 r154  
    665665
    666666
    667   DISTRO=$(lsb_release -c)
     667  DISTRO=$(lsb_release -c | awk '{ print $2 }')
    668668
    669669  # prepare cloudera hadoop source list
    670   cat << AddHadoopRepository > config/chroot_source/hadoop.chroot
     670  cat << AddHadoopRepository > config/chroot_sources/hadoop.chroot
    671671  deb http://archive.cloudera.com/debian $DISTRO-cdh2 contrib
    672672AddHadoopRepository
Note: See TracChangeset for help on using the changeset viewer.