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 2022/06/03 16:39:02 UTC

[GitHub] [beam] kennknowles opened a new issue, #18234: Create an examples/java and examples/java8 uber jar that doesn't contain a runner

kennknowles opened a new issue, #18234:
URL: https://github.com/apache/beam/issues/18234

   In addition to the regular artifact examples/java and examples/java8 that are produced, consider making an uber jar as an additional attached artifact that shades all the dependencies for easier command line usage so that it can be joined with a runner uber jar.
   ```
   
   java -cp examples.jar:myrunner.jar WordCount ...
   
   ```
   
   
   Also look at the maven archetypes found in:
   https://github.com/apache/beam/tree/master/sdks/java/maven-archetypes
   
   Imported from Jira [BEAM-2251](https://issues.apache.org/jira/browse/BEAM-2251). Original Jira may contain additional context.
   Reported by: lcwik.


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

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