GitHub user rmetzger opened a pull request:

    https://github.com/apache/flink/pull/1113

    [FLINK-2639] Add repository for hdp specific jetty to 'vendor-repos' profile

    This adds a second hortonworks repository to the `vendor-repos` profile.
    Certain HDP-specific Hadoop releases depend on 
    ```
    [INFO] |  +- org.mortbay.jetty:jetty:jar:6.1.26.hwx:compile
    [INFO] |  +- org.mortbay.jetty:jetty-util:jar:6.1.26.hwx:compile
    ```
    Which is only available in a special Hortonworks repository.
    
    The dependency comes from 
`org.apache.hadoop:hadoop-common:jar:2.6.0.2.2.6.0-2800:compile`.
    Usually, we exclude jetty and other libraries which are only needed for 
Hadoop's web interfaces.
    In this case, the dependency comes from the 
`flink-shaded-include-yarn-tests`: The module builds a full shaded Hadoop 
package. For the `flink-yarn-tests` we need to also have jetty in the 
dependencies, because the YarnMiniCluster is also starting web servers (and we 
actually use these to test that Flink's web interface proxy is properly 
working).
    
    This change does not affect the regular builds, because the additional 
repository is "hidden" by the maven build profile.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rmetzger/flink flink2639

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1113.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 #1113
    
----
commit 5aa5294e91a5476ac0f2df606ceaa03d30a532b4
Author: Robert Metzger <[email protected]>
Date:   2015-09-08T17:42:05Z

    [FLINK-2639] Add repository for hdp specific jetty to 'vendor-repos'

----


---
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.
---

Reply via email to