You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2017/03/09 17:29:36 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2525] pyinstaller - support HBase1.2 version in config file

Repository: incubator-trafodion
Updated Branches:
  refs/heads/release2.1 b347946df -> 29c08ed04


[TRAFODION-2525] pyinstaller - support HBase1.2 version in config file


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

Branch: refs/heads/release2.1
Commit: 8b9b21425f55fa2929d5d2f79b67a9fe04865f38
Parents: 3eddda4
Author: Eason <hf...@gmail.com>
Authored: Wed Mar 8 10:28:34 2017 +0800
Committer: Eason <hf...@gmail.com>
Committed: Wed Mar 8 10:28:34 2017 +0800

----------------------------------------------------------------------
 install/python-installer/configs/version.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/8b9b2142/install/python-installer/configs/version.json
----------------------------------------------------------------------
diff --git a/install/python-installer/configs/version.json b/install/python-installer/configs/version.json
index 0d13da3..9d0da44 100644
--- a/install/python-installer/configs/version.json
+++ b/install/python-installer/configs/version.json
@@ -6,5 +6,5 @@
     "redhat": ["6"],
     "cdh":    ["5.4", "5.5", "5.6", "5.7"],
     "hdp":    ["2.3", "2.4"],
-    "hbase":  ["1.0", "1.1"]
+    "hbase":  ["1.0", "1.1", "1.2"]
 }


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2525] PR 999 Add HBase1.2 version to pyinstaller config file

Posted by db...@apache.org.
Merge [TRAFODION-2525] PR 999 Add HBase1.2 version to pyinstaller config file


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

Branch: refs/heads/release2.1
Commit: 29c08ed044e89f717d48882af0fd982856ac1f4c
Parents: b347946 8b9b214
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Mar 9 17:28:24 2017 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Mar 9 17:28:24 2017 +0000

----------------------------------------------------------------------
 install/python-installer/configs/version.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------