Repository: trafodion Updated Branches: refs/heads/master 45073a453 -> 2a80c1ec3
[TRAFODION-3037] install_local_hadoop script out of date (APACHE) Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a3971a23 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a3971a23 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/a3971a23 Branch: refs/heads/master Commit: a3971a2365d23f66303c0a33d36b70cb47fb6c21 Parents: 45073a4 Author: Liu Ming <[email protected]> Authored: Sun Apr 22 06:32:24 2018 +0000 Committer: Liu Ming <[email protected]> Committed: Sun Apr 22 06:32:24 2018 +0000 ---------------------------------------------------------------------- core/sqf/sql/scripts/install_local_hadoop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/a3971a23/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 497d917..8f338b0 100755 --- a/core/sqf/sql/scripts/install_local_hadoop +++ b/core/sqf/sql/scripts/install_local_hadoop @@ -594,6 +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_MIRROR_URL=https://archive.apache.org/dist/hadoop/common/hadoop-2.6.0/ HADOOP_TAR=hadoop-2.6.0.tar.gz fi @@ -624,7 +625,7 @@ if [[ "$HBASE_DISTRO" = "HDP" ]]; then HBASE_TAR=hbase-${HBASE_DEP_VER_HDP}.tar.gz fi if [[ "$HBASE_DISTRO" =~ "APACHE" ]]; then - HBASE_MIRROR_URL=https://archive.apache.org/dist/hbase/hbase-${HBASE_DEP_VER_APACHE} + HBASE_MIRROR_URL=https://archive.apache.org/dist/hbase/${HBASE_DEP_VER_APACHE} HBASE_TAR=hbase-${HBASE_DEP_VER_APACHE}-bin.tar.gz fi
