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/11 18:22:13 UTC

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

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.


 discard f53b268  This closes #369
 discard 6b48293  Fixed an example of shading the application jar to it run on Spark
     new 257d379  Fixed an example of shading the application jar to it run on Spark
     new f8d3a7d  This closes #369

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f53b268)
            \
             N -- N -- N   refs/heads/mergebot (f8d3a7d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:

-- 
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 257d379d48629a62907bcf38a6930cd651b35c3e
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 f8d3a7d623b9241748db18688fba53565f1a2ae4
Merge: c8b7cbc 257d379
Author: Mergebot <me...@apache.org>
AuthorDate: Thu Jan 11 18:20:30 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>.