use latest build of hadoop openstack from tarballs

we migrated hadoop openstack jars to tarballs.openstack.org,
so we should switch to use these files.

Change-Id: I2b8a773c29649113fa85a9e0260b54b77bda6a3f
This commit is contained in:
Vitaly Gridnev 2016-09-21 16:02:30 +03:00
parent 42c4a37ab7
commit 9da9f50326
1 changed files with 2 additions and 2 deletions

View File

@ -42,9 +42,9 @@ case "$plugin_type" in
;;
esac
HADOOP_SWIFT_BUILD_LOCATION="http://tarballs.openstack.org/sahara/dist/hadoop-openstack/master"
HDFS_LIB_DIR=${DIB_HDFS_LIB_DIR:-"/usr/share/hadoop/lib"}
JAR_BUILD_DATE="2016-03-17"
SWIFT_LIB_URI="http://sahara-files.mirantis.com/hadoop-swift/hadoop-openstack-${hadoop}-${JAR_BUILD_DATE}.jar"
SWIFT_LIB_URI="$HADOOP_SWIFT_BUILD_LOCATION/hadoop-openstack-${hadoop}.jar"
HADOOP_SWIFT_JAR_NAME=${DIB_HADOOP_SWIFT_JAR_NAME:-"hadoop-openstack.jar"}
if [ -z "${swift_url:-}" ]; then