You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2016/11/04 08:16:56 UTC

[2/3] incubator-trafodion git commit: Update install_local_hadoop

Update install_local_hadoop

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

Branch: refs/heads/master
Commit: e31e35f0b864f067c249928e74fd792b452117cb
Parents: 8c38f48
Author: mashengchen <ma...@gmail.com>
Authored: Fri Nov 4 09:06:20 2016 +0800
Committer: GitHub <no...@github.com>
Committed: Fri Nov 4 09:06:20 2016 +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/e31e35f0/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 6403536..a138e8f 100755
--- a/core/sqf/sql/scripts/install_local_hadoop
+++ b/core/sqf/sql/scripts/install_local_hadoop
@@ -1554,7 +1554,7 @@ echo "$MY_LOCAL_SW_DIST/${HBASE_TAR}"
       org.apache.hadoop.hbase.security.visibility.VisibilityController"
   fi
 
-  if [[ "$HBASE_DISTRO" != "APACHE1.2" && "$HBASE_DISTRO" != "CDH5.7"]]; then 
+  if [[ "$HBASE_DISTRO" != "APACHE1.2" && "$HBASE_DISTRO" != "CDH5.7" ]]; then 
     HREGION_IMPL="<property>
     <name>hbase.hregion.impl</name>
     <value>org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion</value>