Repository: incubator-trafodion Updated Branches: refs/heads/master 330448e3a -> c235e6142
TRAFODION-2848 Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/5d1d5b87 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/5d1d5b87 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/5d1d5b87 Branch: refs/heads/master Commit: 5d1d5b8764a399658ed6eab1bfa1a0ac1b0c7dc3 Parents: 4639458 Author: gpj1987 <[email protected]> Authored: Fri Dec 15 17:39:02 2017 +0800 Committer: gpj1987 <[email protected]> Committed: Fri Dec 15 17:39:02 2017 +0800 ---------------------------------------------------------------------- core/sqf/sql/scripts/install_local_hadoop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/5d1d5b87/core/sqf/sql/scripts/install_local_hadoop ---------------------------------------------------------------------- diff --git a/core/sqf/sql/scripts/install_local_hadoop b/core/sqf/sql/scripts/install_local_hadoop index fc3eed1..fffeb20 100755 --- a/core/sqf/sql/scripts/install_local_hadoop +++ b/core/sqf/sql/scripts/install_local_hadoop @@ -594,7 +594,7 @@ if [[ "$HBASE_DISTRO" = "HDP" ]]; then HADOOP_TAR=hadoop-2.7.1.2.3.2.0-2950.tar.gz fi if [[ "$HBASE_DISTRO" =~ "APACHE" ]]; then - HADOOP_TAR=hadoop-2.5.2.tar.gz + HADOOP_TAR=hadoop-2.6.0.tar.gz fi # Alternative: Use MariaDB (not validated)
