You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by am...@apache.org on 2017/01/02 14:21:33 UTC

[1/2] beam git commit: [BEAM-1145] Remove classifier from shaded spark runner artifact

Repository: beam
Updated Branches:
  refs/heads/master ee69825ea -> 70ff6bfd9


[BEAM-1145] Remove classifier from shaded spark runner artifact

Hanging integration test fix


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/b90dce21
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/b90dce21
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/b90dce21

Branch: refs/heads/master
Commit: b90dce21c41f1a36e310b8db1b8a57a465e1ae7d
Parents: ee69825
Author: Aviem Zur <av...@gmail.com>
Authored: Tue Dec 13 17:22:46 2016 +0200
Committer: Sela <an...@paypal.com>
Committed: Mon Jan 2 15:57:50 2017 +0200

----------------------------------------------------------------------
 examples/java/pom.xml | 2 --
 runners/spark/pom.xml | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/b90dce21/examples/java/pom.xml
----------------------------------------------------------------------
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index d7910bb..e001d1c 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -233,8 +233,6 @@
                   <includes>
                     <include>WordCountIT.java</include>
                   </includes>
-                  <parallel>all</parallel>
-                  <threadCount>4</threadCount>
                   <systemPropertyVariables>
                     <beamTestPipelineOptions>
                       [

http://git-wip-us.apache.org/repos/asf/beam/blob/b90dce21/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index d9d45dd..84e92fe 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -380,8 +380,6 @@
                     <shadedPattern>org.apache.beam.spark.relocated.com.google.thirdparty</shadedPattern>
                   </relocation>
                 </relocations>
-                <shadedArtifactAttached>true</shadedArtifactAttached>
-                <shadedClassifierName>spark-app</shadedClassifierName>
                 <transformers>
                   <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
                 </transformers>


[2/2] beam git commit: This closes #1594

Posted by am...@apache.org.
This closes #1594


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/70ff6bfd
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/70ff6bfd
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/70ff6bfd

Branch: refs/heads/master
Commit: 70ff6bfd960d404a608aa23251a6664f745d404c
Parents: ee69825 b90dce2
Author: Sela <an...@paypal.com>
Authored: Mon Jan 2 15:58:28 2017 +0200
Committer: Sela <an...@paypal.com>
Committed: Mon Jan 2 15:58:28 2017 +0200

----------------------------------------------------------------------
 examples/java/pom.xml | 2 --
 runners/spark/pom.xml | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------