Github user mashengchen commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/348#discussion_r54819507
  
    --- 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
    --- End diff --
    
    it's just for someone why want to install hbase version beside CDH. they 
can config it by do 'export HBASE_DISTRO=APACHE/HDP'.


---
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.
---

Reply via email to