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 395BF200C34 for ; Mon, 27 Feb 2017 16:29:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3807E160B60; Mon, 27 Feb 2017 15:29:10 +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 A5F1B160B56 for ; Mon, 27 Feb 2017 16:29:09 +0100 (CET) Received: (qmail 73565 invoked by uid 500); 27 Feb 2017 15:29:08 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 73556 invoked by uid 99); 27 Feb 2017 15:29:08 -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; Mon, 27 Feb 2017 15:29:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BBC49DFDA9; Mon, 27 Feb 2017 15:29:08 +0000 (UTC) From: tom-haines To: commits@beam.apache.org Reply-To: commits@beam.apache.org References: In-Reply-To: Subject: [GitHub] beam pull request #2110: [BEAM-1558] add cloudera repository for flink runne... Content-Type: text/plain Message-Id: <20170227152908.BBC49DFDA9@git1-us-west.apache.org> Date: Mon, 27 Feb 2017 15:29:08 +0000 (UTC) archived-at: Mon, 27 Feb 2017 15:29:10 -0000 GitHub user tom-haines reopened a pull request: https://github.com/apache/beam/pull/2110 [BEAM-1558] add cloudera repository for flink runner deps When building beam from source with a fresh local repository, the org.mortbay.jetty:jetty-util:jar:6.1.26.cloudera.4 dependency is not available in the repository list (the dependency is transitive via org.apache.flink:flink-java:jar:1.2.0). This PR adds the cloudera repo matching the repo listed in flink 1.2.0 pom.xml, to follow convention of listing repositories containing the artifacts required for the build. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tom-haines/beam BEAM-1558-add-cloudera Alternatively you can review and apply these changes as the patch at: https://github.com/apache/beam/pull/2110.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2110 ---- commit ba600375f2e25367f5a0979a684359600f7aed98 Author: tom-haines Date: 2017-02-26T18:19:42Z BEAM-1558 add cloudera repository for jetty-util 6.1.26.cloudera.4 dependency of flink 1.2.0 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---