You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/03/09 18:04:57 UTC

[2/4] incubator-trafodion git commit: [TRAFODION-1880] Carry over the common hadoop version number to get_hdfs_files

[TRAFODION-1880] Carry over the common hadoop version number to get_hdfs_files


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/a63bec90
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/a63bec90
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/a63bec90

Branch: refs/heads/master
Commit: a63bec901e1e765bbbe9549117b6f6e433b32118
Parents: 3853382
Author: Steve Varnau <sv...@apache.org>
Authored: Wed Mar 9 00:10:23 2016 +0000
Committer: Steve Varnau <sv...@apache.org>
Committed: Wed Mar 9 00:10:23 2016 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/get_libhdfs_files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/a63bec90/core/sqf/sql/scripts/get_libhdfs_files
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/get_libhdfs_files b/core/sqf/sql/scripts/get_libhdfs_files
index ed21e9c..056f668 100755
--- a/core/sqf/sql/scripts/get_libhdfs_files
+++ b/core/sqf/sql/scripts/get_libhdfs_files
@@ -43,7 +43,7 @@ LOGFILE=${LIBHDFS_TEMP_DIR}/build.log
 
 # Hadoop source tar file to build libhdfs from
 HADOOP_MIRROR_URL=https://archive.apache.org/dist/hadoop/common/hadoop-2.6.0
-HADOOP_ID=hadoop-2.6.0
+HADOOP_ID=hadoop-${HADOOP_DEP_VER}
 HADOOP_SRC_ID=${HADOOP_ID}-src
 HADOOP_SRC_TAR=${HADOOP_SRC_ID}.tar.gz
 HADOOP_BIN_TAR=${HADOOP_ID}.tar.gz