[
https://issues.apache.org/jira/browse/BEAM-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16105731#comment-16105731
]
ASF GitHub Bot commented on BEAM-2690:
--------------------------------------
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 <[email protected]>
Date: 2017-07-28T21:23:27Z
[BEAM-2690] HCatalogIO needs provided scope dependencies on Hadoop, Hive
----
> HCatalogIO has compile scoped dependencies on Hadoop and Hive
> -------------------------------------------------------------
>
> Key: BEAM-2690
> URL: https://issues.apache.org/jira/browse/BEAM-2690
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-extensions
> Affects Versions: 2.1.0
> Reporter: Nathan Howell
> Assignee: Davor Bonaci
>
> HCatalogIO takes compile scope dependencies on libraries that are already
> present in the classpath on a Hadoop cluster. These should have provided
> scope instead.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)