Skip to content

Commit

Permalink
* fix two typos and verified the output iso
Browse files Browse the repository at this point in the history
    includes cloudera's distribution for hadoop.



git-svn-id: https://drbl-hadoop.svn.sf.net/svnroot/drbl-hadoop@9 e5d5d847-f3c7-48d0-a564-dace3b5cdd67
  • Loading branch information
jazz committed Jul 16, 2010
1 parent bec2371 commit c5704c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions drbl-hadoop-live/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
all: clean
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

test: clean
sudo ./test-live-helper.sh > build.log 2> error.log

clean:
sudo lh clean --purge
sudo rm -rf config

drbl-hadoop: clean
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
sudo rm -rf config auto
4 changes: 2 additions & 2 deletions drbl-hadoop-live/create-hadoop-live
Original file line number Diff line number Diff line change
Expand Up @@ -664,10 +664,10 @@ AddDRBLRepository
LC_ALL=C wget -O config/chroot_sources/drbl.chroot.gpg $DRBL_GPG_KEY_URL


DISTRO=$(lsb_release -c)
DISTRO=$(lsb_release -c | awk '{ print $2 }')

# prepare cloudera hadoop source list
cat << AddHadoopRepository > config/chroot_source/hadoop.chroot
cat << AddHadoopRepository > config/chroot_sources/hadoop.chroot
deb http://archive.cloudera.com/debian $DISTRO-cdh2 contrib
AddHadoopRepository

Expand Down

0 comments on commit c5704c6

Please sign in to comment.