Browse Source

Switched to use the official CDH3b3 tarball.

bc Wong 15 years ago
parent
commit
d1f097f532
1 changed files with 2 additions and 3 deletions
  1. 2 3
      tools/hudson/build-functions

+ 2 - 3
tools/hudson/build-functions

@@ -20,9 +20,8 @@
 # Use $CDH_URL to control where to download Hadoop.
 # If not specified, it uses the $CDH variable to select an archive location.
 #
-if [ -z "$CDH_URL" ] ; then
-  CDH_URL="http://people.apache.org/~todd/snapshot-for-hue-build/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz"
-fi
+
+CDH_URL=${CDH_URL:-http://archive.cloudera.com/cdh/3/hadoop-0.20.2+737.tar.gz}
 
 CDH_TGZ=$(basename $CDH_URL)
 CDH_VERSION=${CDH_TGZ/.tar.gz/}