Changeset 154 for drbl-hadoop-live/create-hadoop-live
- Timestamp:
- Jul 16, 2010, 9:23:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-hadoop-live/create-hadoop-live
r153 r154 665 665 666 666 667 DISTRO=$(lsb_release -c )667 DISTRO=$(lsb_release -c | awk '{ print $2 }') 668 668 669 669 # prepare cloudera hadoop source list 670 cat << AddHadoopRepository > config/chroot_source /hadoop.chroot670 cat << AddHadoopRepository > config/chroot_sources/hadoop.chroot 671 671 deb http://archive.cloudera.com/debian $DISTRO-cdh2 contrib 672 672 AddHadoopRepository
Note: See TracChangeset
for help on using the changeset viewer.