Repository: trafodion
Updated Branches:
  refs/heads/master 2e4cb9b08 -> cc3faca56


[TRAFODION-3075] Installer needs to support RH7 / Centos7


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

Branch: refs/heads/master
Commit: 580be156af361f7d9ab0302b4468fb4324480776
Parents: 008f4af
Author: LiuMing <ovis_p...@sina.com>
Authored: Sat May 19 12:32:17 2018 +0800
Committer: LiuMing <ovis_p...@sina.com>
Committed: Sat May 19 12:32:17 2018 +0800

----------------------------------------------------------------------
 install/python-installer/configs/version.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/580be156/install/python-installer/configs/version.json
----------------------------------------------------------------------
diff --git a/install/python-installer/configs/version.json 
b/install/python-installer/configs/version.json
index 9d0da44..efec2c7 100644
--- a/install/python-installer/configs/version.json
+++ b/install/python-installer/configs/version.json
@@ -2,8 +2,8 @@
     "linux":  ["centos", "redhat"],
     "hadoop": ["cloudera", "hortonworks", "apache"],
     "java":   ["1.7", "1.8"],
-    "centos": ["6"],
-    "redhat": ["6"],
+    "centos": ["6","7"],
+    "redhat": ["6","7"],
     "cdh":    ["5.4", "5.5", "5.6", "5.7"],
     "hdp":    ["2.3", "2.4"],
     "hbase":  ["1.0", "1.1", "1.2"]

Reply via email to