From commits-return-7510-archive-asf-public=cust-asf.ponee.io@trafodion.apache.org Sat May 19 13:10:47 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1DE8518063B for ; Sat, 19 May 2018 13:10:46 +0200 (CEST) Received: (qmail 80762 invoked by uid 500); 19 May 2018 11:10:46 -0000 Mailing-List: contact commits-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@trafodion.apache.org Delivered-To: mailing list commits@trafodion.apache.org Received: (qmail 80748 invoked by uid 99); 19 May 2018 11:10:46 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 May 2018 11:10:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CA6C2DFB18; Sat, 19 May 2018 11:10:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: liuming@apache.org To: commits@trafodion.apache.org Date: Sat, 19 May 2018 11:10:45 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] trafodion git commit: [TRAFODION-3075] Installer needs to support RH7 / Centos7 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 Authored: Sat May 19 12:32:17 2018 +0800 Committer: LiuMing 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"]