Repository: incubator-hawq Updated Branches: refs/heads/master 4eb6f0ab0 -> 13df9e1a7
HAWQ-1387. Add support for CentOS/RHEL 7 in HAWQ Ambari plugin. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/13df9e1a Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/13df9e1a Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/13df9e1a Branch: refs/heads/master Commit: 13df9e1a7cba62e4d3779ce1b66fd90bf1f4e3ac Parents: 4eb6f0a Author: Ed Espino <[email protected]> Authored: Wed Mar 15 15:58:07 2017 -0700 Committer: Ed Espino <[email protected]> Committed: Wed Mar 15 15:58:07 2017 -0700 ---------------------------------------------------------------------- contrib/hawq-ambari-plugin/src/main/resources/utils/add-hawq.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/13df9e1a/contrib/hawq-ambari-plugin/src/main/resources/utils/add-hawq.py ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/src/main/resources/utils/add-hawq.py b/contrib/hawq-ambari-plugin/src/main/resources/utils/add-hawq.py index d8ba361..4ae07a7 100755 --- a/contrib/hawq-ambari-plugin/src/main/resources/utils/add-hawq.py +++ b/contrib/hawq-ambari-plugin/src/main/resources/utils/add-hawq.py @@ -30,7 +30,7 @@ from optparse import OptionParser PLUGIN_VERSION = '${release}' DEFAULT_STACK = '${default.stack}' -SUPPORTED_OS_LIST = ['redhat6'] +SUPPORTED_OS_LIST = ['redhat6', 'redhat7'] HAWQ_LIB_STAGING_DIR = '${hawq.lib.staging.dir}' REPO_VERSION = '${repository.version}' HAWQ_REPO = '${hawq.repo.prefix}' @@ -496,4 +496,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()
