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/05/25 20:34:32 UTC

[10/39] incubator-trafodion git commit: [TRAFODION-1973] Fix unpacking of hadoop dependencies

[TRAFODION-1973] Fix unpacking of hadoop dependencies

Issue found while testing build environment setup for release 2.0.
Simple fix.


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

Branch: refs/heads/master
Commit: dee95868a932834ded7f07ad61cba2e767a4ae13
Parents: af67497
Author: Steve Varnau <st...@esgyn.com>
Authored: Thu May 5 00:58:43 2016 +0000
Committer: Steve Varnau <st...@esgyn.com>
Committed: Thu May 5 00:58:43 2016 +0000

----------------------------------------------------------------------
 install/traf_tools_setup.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/dee95868/install/traf_tools_setup.sh
----------------------------------------------------------------------
diff --git a/install/traf_tools_setup.sh b/install/traf_tools_setup.sh
index 956cd59..10667e4 100755
--- a/install/traf_tools_setup.sh
+++ b/install/traf_tools_setup.sh
@@ -410,6 +410,7 @@ fi
 
 # -----------------------------------------------------------------------------
 # download hadoop/hdfs libs
+cd $BASEDIR
 echo
 echo "INFO: Hadoop/HDFS libs on $(date)" | tee -a $LOGFILE
 HVER="2.6.0"