This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 257d379d48629a62907bcf38a6930cd651b35c3e Author: aromanenko-dev <[email protected]> AuthorDate: Tue Jan 2 18:52:40 2018 +0100 Fixed an example of shading the application jar to it run on Spark --- src/documentation/runners/spark.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/documentation/runners/spark.md b/src/documentation/runners/spark.md index 7c43d95..1502f24 100644 --- a/src/documentation/runners/spark.md +++ b/src/documentation/runners/spark.md @@ -79,6 +79,10 @@ And shading the application jar using the maven shade plugin: <configuration> <shadedArtifactAttached>true</shadedArtifactAttached> <shadedClassifierName>shaded</shadedClassifierName> + <transformers> + <transformer + implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + </transformers> </configuration> </execution> </executions> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
