You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/21 18:03:05 UTC

[GitHub] [beam] TheNeuralBit commented on a change in pull request #16297: [BEAM-13499] Add warning about hcatalog to release notes

TheNeuralBit commented on a change in pull request #16297:
URL: https://github.com/apache/beam/pull/16297#discussion_r773342318



##########
File path: CHANGES.md
##########
@@ -136,7 +136,7 @@
 
 ## Known Issues
 
-* ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+* Users of beam-sdks-java-io-hcatalog (and beam-sdks-java-extensions-sql-hcatalog) must take care to override the transitive log4j dependency when they add a hive dependency ([BEAM-13499](https://issues.apache.org/jira/browse/BEAM-13499)).

Review comment:
       Yes, unfortunately that change only affects Beam's build for running tests. To use these packages users must also specify their own Hive dependency (since in Beam it's `provided`), so we don't have control over the transitive log4j dependency.

##########
File path: CHANGES.md
##########
@@ -136,7 +136,7 @@
 
 ## Known Issues
 
-* ([BEAM-X](https://issues.apache.org/jira/browse/BEAM-X)).
+* Users of beam-sdks-java-io-hcatalog (and beam-sdks-java-extensions-sql-hcatalog) must take care to override the transitive log4j dependency when they add a hive dependency ([BEAM-13499](https://issues.apache.org/jira/browse/BEAM-13499)).

Review comment:
       Yes, unfortunately that change **only** affects Beam's build for running tests. To use these packages users must also specify their own Hive dependency (since in Beam it's `provided`), so we don't have control over the transitive log4j dependency.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org