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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.