GitHub user tom-haines opened 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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---