You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by NathanHowell <gi...@git.apache.org> on 2017/07/28 21:40:07 UTC

[GitHub] beam pull request #3660: [BEAM-2690] HCatalogIO needs provided scope depende...

GitHub user NathanHowell opened a pull request:

    https://github.com/apache/beam/pull/3660

    [BEAM-2690] HCatalogIO needs provided scope dependencies on Hadoop, Hive

    `beam-sdks-java-io-hcatalog`'s Hadoop and Hive dependencies have a`compile` scope, causing redundant classes to get compiled into the uber jars created for job submission.
    
    This changes the dependencies to `provided` scope, and is consistent with how Hadoop dependencies are handled in `beam-sdks-java-io-hadoop-file-system`.

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

    $ git pull https://github.com/NathanHowell/beam BEAM-2690

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

    https://github.com/apache/beam/pull/3660.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 #3660
    
----
commit b6ed5ee275653f04f8014c51a3274e81062ae081
Author: Nathan Howell <nh...@godaddy.com>
Date:   2017-07-28T21:23:27Z

    [BEAM-2690] HCatalogIO needs provided scope dependencies on Hadoop, Hive

----


---
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] beam pull request #3660: [BEAM-2690] HCatalogIO needs provided scope depende...

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

    https://github.com/apache/beam/pull/3660


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