You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by rmetzger <gi...@git.apache.org> on 2015/09/10 11:10:39 UTC

[GitHub] flink pull request: [FLINK-2639] Add repository for hdp specific j...

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 <rm...@apache.org>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-2639] Add repository for hdp specific j...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


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

[GitHub] flink pull request: [FLINK-2639] Add repository for hdp specific j...

Posted by fhueske <gi...@git.apache.org>.
Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/1113#issuecomment-139238980
  
    +1
    Will merge it in the next batch


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

[GitHub] flink pull request: [FLINK-2639] Add repository for hdp specific j...

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1113#issuecomment-139238059
  
    Looks good, +1 to merge


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