Github user mashengchen commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/348#discussion_r54819711
--- Diff: core/sqf/sql/scripts/install_local_hadoop ---
@@ -579,17 +591,15 @@ fi
#####################################################
# See JIRA TRAFODION-1512 that will eliminate this check
-if [ -d $MY_LOCAL_SW_DIST ]; then
- HADOOP_MIRROR_URL=http://archive.cloudera.com/cdh5/cdh/5
- HADOOP_TAR=hadoop-2.5.0-cdh5.3.0.tar.gz
-else
-
HADOOP_MIRROR_URL=http://download.nextag.com/apache/hadoop/common/hadoop-2.5.2
- HADOOP_TAR=hadoop-2.5.2.tar.gz
-fi
+HADOOP_MIRROR_URL=http://archive.cloudera.com/cdh5/cdh/5
+HADOOP_TAR=hadoop-2.6.0-cdh5.4.4.tar.gz
-if [[ "$SQ_HBASE_DISTRO" = "HDP" ]]; then
- HADOOP_TAR=hadoop-2.6.0.2.2.0.0-2041.tar.gz
+if [[ "$HBASE_DISTRO" = "HDP" ]]; then
+ HADOOP_TAR=hadoop-2.7.1.2.3.2.0-2950.tar.gz
--- End diff --
MY_LOCAL_SW_DIST is the defaule set. just put the tars under
MY_LOCAL_SW_DIST
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---