Changeset 153 for drbl-hadoop-live
- Timestamp:
- Jul 13, 2010, 8:24:45 PM (14 years ago)
- Location:
- drbl-hadoop-live
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-hadoop-live/create-hadoop-live
r152 r153 664 664 LC_ALL=C wget -O config/chroot_sources/drbl.chroot.gpg $DRBL_GPG_KEY_URL 665 665 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 672 AddHadoopRepository 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 666 677 $pref lh build 667 678 ) -
drbl-hadoop-live/hadoop-live-hook
r152 r153 230 230 apt-get -y install sun-java6-jdk 231 231 232 # install cloudera hadoop package (CHD2) 233 apt-get -y install hadoop-0.20-conf-pseudo 234 232 235 # ///Note/// This should be the last one after any apt-get. 233 236 # clean unnecessary backup file to save space
Note: See TracChangeset
for help on using the changeset viewer.