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:55 UTC

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

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 0237c9512 -> 12ead26f1


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/8c38f482
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/8c38f482
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/8c38f482

Branch: refs/heads/master
Commit: 8c38f482b8085f6f9676a0d6d93834e65e17795a
Parents: 961e0af
Author: mashengchen <ma...@gmail.com>
Authored: Wed Nov 2 10:58:21 2016 +0800
Committer: GitHub <no...@github.com>
Committed: Wed Nov 2 10:58:21 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/8c38f482/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 3f82c26..6403536 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>


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

Posted by li...@apache.org.
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>


[3/3] incubator-trafodion git commit: Merge [TRAFODION-2293] remove minor version for the hbase-trx-apache_*.jar

Posted by li...@apache.org.
Merge [TRAFODION-2293] remove minor version for the hbase-trx-apache_*.jar


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

Branch: refs/heads/master
Commit: 12ead26f137270d4e18526502e061f7a7b1b6786
Parents: 0237c95 e31e35f
Author: Liu Ming <li...@apache.org>
Authored: Fri Nov 4 07:53:22 2016 +0000
Committer: Liu Ming <li...@apache.org>
Committed: Fri Nov 4 07:53:22 2016 +0000

----------------------------------------------------------------------
 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/12ead26f/core/sqf/sql/scripts/install_local_hadoop
----------------------------------------------------------------------