You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/01/10 22:46:14 UTC

[beam-site] branch mergebot updated (0098e13 -> f53b268)

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a change to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git.


    from 0098e13  This closes #366
     add c8b7cbc  Prepare repository for deployment.
     new 6b48293  Fixed an example of shading the application jar to it run on Spark
     new f53b268  This closes #369

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/contribute/release-guide/index.html | 3 +++
 src/documentation/runners/spark.md          | 4 ++++
 2 files changed, 7 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam-site] 01/02: Fixed an example of shading the application jar to it run on Spark

Posted by me...@apache.org.
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 6b482939f958d566c028ed6d3651c47f8bf48750
Author: aromanenko-dev <ar...@gmail.com>
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
"commits@beam.apache.org" <co...@beam.apache.org>.

[beam-site] 02/02: This closes #369

Posted by me...@apache.org.
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 f53b268c9ce1c551fda0468ee7a8fcab8af010eb
Merge: c8b7cbc 6b48293
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Jan 10 22:44:40 2018 +0000

    This closes #369

 src/documentation/runners/spark.md | 4 ++++
 1 file changed, 4 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.