Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3912B200B6B for ; Thu, 25 Aug 2016 22:44:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 37B5E160AA5; Thu, 25 Aug 2016 20:44:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7F8D2160AA4 for ; Thu, 25 Aug 2016 22:44:44 +0200 (CEST) Received: (qmail 9371 invoked by uid 500); 25 Aug 2016 20:44:43 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 9362 invoked by uid 99); 25 Aug 2016 20:44:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2016 20:44:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 57190C6414 for ; Thu, 25 Aug 2016 20:44:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.739 X-Spam-Level: X-Spam-Status: No, score=-3.739 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.519] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id mUihpn2c7uQb for ; Thu, 25 Aug 2016 20:44:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 3ABD35F1B3 for ; Thu, 25 Aug 2016 20:44:41 +0000 (UTC) Received: (qmail 9334 invoked by uid 99); 25 Aug 2016 20:44:40 -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; Thu, 25 Aug 2016 20:44:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B0268E0BDC; Thu, 25 Aug 2016 20:44:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: godenyao@apache.org To: commits@hawq.incubator.apache.org Date: Thu, 25 Aug 2016 20:44:41 -0000 Message-Id: In-Reply-To: <9786d9a7a9214e3a81116ee9f8ec753b@git.apache.org> References: <9786d9a7a9214e3a81116ee9f8ec753b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-hawq git commit: HAWQ-1013. Move HAWQ Ambari plugin to Apache HAWQ, merging from mithmatt:hawq-ambari-plugin archived-at: Thu, 25 Aug 2016 20:44:45 -0000 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 Authored: Thu Aug 25 13:43:25 2016 -0700 Committer: Goden Yao 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(+) ----------------------------------------------------------------------