Browse Source

[BUILD] Update hudson.sh to pull down the tarball for CDH3b4 Hadoop.

Aaron T. Myers 15 years ago
parent
commit
7d0bd81657
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/hudson/build-functions

+ 1 - 1
tools/hudson/build-functions

@@ -21,7 +21,7 @@
 # If not specified, it uses the $CDH variable to select an archive location.
 #
 
-CDH_URL=${CDH_URL:-http://archive.cloudera.com/cdh/3/hadoop-0.20.2+737.tar.gz}
+CDH_URL=${CDH_URL:-http://nightly.cloudera.com/cdh/3/hadoop-0.20.2-CDH3B4-SNAPSHOT.tar.gz}
 
 CDH_TGZ=$(basename $CDH_URL)
 CDH_VERSION=${CDH_TGZ/.tar.gz/}