You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/05/12 07:51:45 UTC

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

[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/master
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"]
 }