-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix two typos and verified the output iso
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
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters