Skip to content

Commit

Permalink
* modified hadoop-live-hook
Browse files Browse the repository at this point in the history
    - install hadoop pipe as default
  * modified test-live-helper.sh
    - remove binary-hook since it is not used now



git-svn-id: https://drbl-hadoop.svn.sf.net/svnroot/drbl-hadoop@10 e5d5d847-f3c7-48d0-a564-dace3b5cdd67
  • Loading branch information
jazz committed Jul 23, 2010
1 parent c5704c6 commit 4da7a6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion drbl-hadoop-live/hadoop-live-hook
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ EOF
apt-get -y install sun-java6-jdk

# install cloudera hadoop package (CHD2)
apt-get -y install hadoop-0.20-conf-pseudo
apt-get -y install hadoop-0.20 hadoop-0.20-pipes hadoop-0.20-conf-pseudo

# ///Note/// This should be the last one after any apt-get.
# clean unnecessary backup file to save space
Expand Down
1 change: 0 additions & 1 deletion drbl-hadoop-live/test-live-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ lh clean --binary
lh config -b iso --binary-indices disabled -f minimal --cache enabled --cache-indices enabled -d lenny --hostname hadoop -m http://free.nchc.org.tw/debian --mirror-chroot http://free.nchc.org.tw/debian --mirror-chroot-security http://free.nchc.org.tw/debian-security --mirror-binary http://free.nchc.org.tw/debian --mirror-binary-security http://free.nchc.org.tw/debian-security --username hadoop --packages 'net-tools wireless-tools ssh sudo xserver-xorg-video-vesa xinit xfonts-base x11-xserver-utils xterm openbox iceweasel dhcp3-client' -k 686

cp chroot-hook/* config/chroot_local-hooks/
cp binary-hook/* config/binary_local-hooks/

lh build

Expand Down

0 comments on commit 4da7a6a

Please sign in to comment.