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/05 15:35:21 UTC

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

Repository: incubator-trafodion
Updated Branches:
  refs/heads/release2.0 84620dffb -> b3f7856f5


[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/release2.0
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"


[2/2] incubator-trafodion git commit: Merge [TRAFODION-1973] PR 467 Fix unpacking of hadoop dependencies

Posted by db...@apache.org.
Merge [TRAFODION-1973] PR 467 Fix unpacking of hadoop dependencies


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

Branch: refs/heads/release2.0
Commit: b3f7856f5e63690f51ded33f11bd87103c8d4e51
Parents: 84620df dee9586
Author: Dave Birdsall <db...@apache.org>
Authored: Thu May 5 15:34:43 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu May 5 15:34:43 2016 +0000

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