Changeset 153


Ignore:
Timestamp:
Jul 13, 2010, 8:24:45 PM (14 years ago)
Author:
jazz
Message:
 
Location:
drbl-hadoop-live
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • drbl-hadoop-live/create-hadoop-live

    r152 r153  
    664664  LC_ALL=C wget -O config/chroot_sources/drbl.chroot.gpg $DRBL_GPG_KEY_URL
    665665
     666
     667  DISTRO=$(lsb_release -c)
     668
     669  # prepare cloudera hadoop source list
     670  cat << AddHadoopRepository > config/chroot_source/hadoop.chroot
     671  deb http://archive.cloudera.com/debian $DISTRO-cdh2 contrib
     672AddHadoopRepository
     673
     674  # prepare cloudera key
     675  LC_ALL=C wget -O config/chroot_sources/hadoop.chroot.gpg http://archive.cloudera.com/debian/archive.key
     676
    666677  $pref lh build
    667678  )
  • drbl-hadoop-live/hadoop-live-hook

    r152 r153  
    230230apt-get -y install sun-java6-jdk
    231231
     232# install cloudera hadoop package (CHD2)
     233apt-get -y install hadoop-0.20-conf-pseudo
     234
    232235# ///Note/// This should be the last one after any apt-get.
    233236# clean unnecessary backup file to save space
Note: See TracChangeset for help on using the changeset viewer.