HAWQ-1013. Move HAWQ Ambari plugin to Apache HAWQ, merging from mithmatt: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/43b8e44c Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/43b8e44c Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/43b8e44c Branch: refs/heads/master Commit: 43b8e44c584e9321e4414d421e7784d30d422dc8 Parents: b13ca83 5b013ba Author: Goden Yao <goden...@apache.org> Authored: Thu Aug 25 13:43:25 2016 -0700 Committer: Goden Yao <goden...@apache.org> Committed: Thu Aug 25 13:43:25 2016 -0700 ---------------------------------------------------------------------- contrib/hawq-ambari-plugin/.gitignore | 5 + contrib/hawq-ambari-plugin/README.md | 98 ++++ contrib/hawq-ambari-plugin/build.properties | 8 + contrib/hawq-ambari-plugin/pom.xml | 119 +++++ .../main/resources/services/HAWQ/metainfo.xml | 27 + .../main/resources/services/PXF/metainfo.xml | 54 ++ .../src/main/resources/utils/add-hawq.py | 499 +++++++++++++++++++ pom.xml | 2 + 8 files changed, 812 insertions(+) ----------------------------------------------------------------------