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 39498200C4E for ; Wed, 22 Mar 2017 15:51:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 37F2E160B83; Wed, 22 Mar 2017 14:51:59 +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 586ED160B86 for ; Wed, 22 Mar 2017 15:51:58 +0100 (CET) Received: (qmail 58240 invoked by uid 500); 22 Mar 2017 14:51:57 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 58224 invoked by uid 99); 22 Mar 2017 14:51:57 -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; Wed, 22 Mar 2017 14:51:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F0B5ADFA28; Wed, 22 Mar 2017 14:51:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tzulitai@apache.org To: commits@flink.apache.org Date: Wed, 22 Mar 2017 14:51:57 -0000 Message-Id: <70b9d812d6314e30afa157db468cd6f5@git.apache.org> In-Reply-To: <78ed2bcfd9094d608adb7ae596919147@git.apache.org> References: <78ed2bcfd9094d608adb7ae596919147@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] flink git commit: [FLINK-6139] [build] Add "mapr" build profile archived-at: Wed, 22 Mar 2017 14:51:59 -0000 [FLINK-6139] [build] Add "mapr" build profile This build profile is for building Flink to be compatible with MapR. It additionally excludes dependency clashes between MapR's Hadoop / Zookeeper distributions and Flink's dependencies. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a84aa3cd Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a84aa3cd Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a84aa3cd Branch: refs/heads/master Commit: a84aa3cd30627e304ea67c38834e1151a335ad09 Parents: aa207ef Author: Tzu-Li (Gordon) Tai Authored: Wed Mar 22 15:14:03 2017 +0800 Committer: Tzu-Li (Gordon) Tai Committed: Wed Mar 22 22:51:24 2017 +0800 ---------------------------------------------------------------------- .../flink-shaded-hadoop2/pom.xml | 156 +++++++++++++++++++ pom.xml | 36 +++++ 2 files changed, 192 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/a84aa3cd/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml ---------------------------------------------------------------------- diff --git a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml index 86f3f91..c750bbd 100644 --- a/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml +++ b/flink-shaded-hadoop/flink-shaded-hadoop2/pom.xml @@ -652,4 +652,160 @@ under the License. + + + + + mapr + + + org.apache.hadoop + hadoop-common + ${hadoop.version} + + + + com.mapr.hadoop + maprfs-core + + + com.mapr.hadoop + hadoop2 + + + com.mapr.hadoop + maprfs + + + com.mapr.hadoop + maprfs-diagnostic-tools + + + com.mapr.hadoop + maprfs-jni + + + com.mapr.fs + libprotodefs + + + com.mapr.fs + mapr-hbase + + + + asm + asm + + + org.ow2.asm + asm + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + + org.mortbay.jetty + jetty + + + org.mortbay.jetty + jsp-api-2.1 + + + org.mortbay.jetty + jsp-2.1 + + + + org.eclipse.jdt + core + + + org.mortbay.jetty + jetty + + + com.sun.jersey + jersey-json + + + org.codehaus.jettison + jettison + + + com.sun.jersey + jersey-server + + + tomcat + jasper-compiler + + + tomcat + jasper-runtime + + + javax.servlet.jsp + jsp-api + + + com.sun.jersey.jersey-test-framework + jersey-test-framework-grizzly2 + + + com.sun.jersey.jersey-test-framework + jersey-test-framework-core + + + com.sun.jersey + jersey-grizzly2 + + + org.glassfish.grizzly + grizzly-http + + + org.glassfish.grizzly + grizzly-framework + + + org.glassfish.grizzly + grizzly-http-server + + + org.glassfish.grizzly + grizzly-rcm + + + org.glassfish.grizzly + grizzly-http-servlet + + + org.glassfish + javax.servlet + + + com.sun.jersey.contribs + jersey-guice + + + + commons-beanutils + commons-beanutils + + + + + + http://git-wip-us.apache.org/repos/asf/flink/blob/a84aa3cd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5fba16c..17984d3 100644 --- a/pom.xml +++ b/pom.xml @@ -522,6 +522,42 @@ under the License. + + mapr + + + + 2.7.0-mapr-1607 + 3.4.5-mapr-1604 + + + + + org.apache.zookeeper + zookeeper + ${zookeeper.version} + + + + org.jboss.netty + netty + + + + + + + aggregate-scaladoc