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/12 04:14:08 UTC

[beam-site] branch asf-site updated (c8b7cbc -> 2d17933)

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

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


    from c8b7cbc  Prepare repository for deployment.
     add 120c90c  Fixed an example of shading the application jar to it run on Spark
     add 67e8acf  This closes #369
     new 2d17933  Prepare repository for deployment.

The 1 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/documentation/runners/spark/index.html | 4 ++++
 src/documentation/runners/spark.md             | 4 ++++
 2 files changed, 8 insertions(+)

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

[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2d17933d4ef740cc34fd69c8fa9e413749d72148
Author: Mergebot <me...@apache.org>
AuthorDate: Fri Jan 12 04:14:07 2018 +0000

    Prepare repository for deployment.
---
 content/documentation/runners/spark/index.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/content/documentation/runners/spark/index.html b/content/documentation/runners/spark/index.html
index 516a732..89940e4 100644
--- a/content/documentation/runners/spark/index.html
+++ b/content/documentation/runners/spark/index.html
@@ -198,6 +198,10 @@ The Spark Runner can execute Spark pipelines just like a native Spark applicatio
       <span class="o">&lt;</span><span class="n">configuration</span><span class="o">&gt;</span>
         <span class="o">&lt;</span><span class="n">shadedArtifactAttached</span><span class="o">&gt;</span><span class="kc">true</span><span class="o">&lt;/</span><span class="n">shadedArtifactAttached</span><span class="o">&gt;</span>
         <span class="o">&lt;</span><span class="n">shadedClassifierName</span><span class="o">&gt;</span><span class="n">shaded</span><span class="o">&lt;/</span><span class="n">shadedClassifierName</span><span class="o">&gt;</span>
+        <span class="o">&lt;</span><span class="n">transformers</span><span class="o">&gt;</span>
+          <span class="o">&lt;</span><span class="n">transformer</span>
+            <span class="n">implementation</span><span class="o">=</span><span class="s">"org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"</span><span class="o">/&gt;</span>
+        <span class="o">&lt;/</span><span class="n">transformers</span><span class="o">&gt;</span>
       <span class="o">&lt;/</span><span class="n">configuration</span><span class="o">&gt;</span>
     <span class="o">&lt;/</span><span class="n">execution</span><span class="o">&gt;</span>
   <span class="o">&lt;/</span><span class="n">executions</span><span class="o">&gt;</span>

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