You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2016/08/04 19:49:28 UTC

[1/2] incubator-beam git commit: Name local Spark RunnableOnService profile more precisely

Repository: incubator-beam
Updated Branches:
  refs/heads/master 74c5e5e1b -> fcf6b1d34


Name local Spark RunnableOnService profile more precisely

Settling on the name "local-runnable-on-service-tests" for
all profiles with a local endpoint. That way, this profile plus
the desired module will suffice to run against a local endpoint if
possible.


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

Branch: refs/heads/master
Commit: b9543b9786ae89861ec6c65038e57adf6062e9c2
Parents: 8b1e64a
Author: Kenneth Knowles <kl...@google.com>
Authored: Thu Jul 21 21:27:41 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Tue Aug 2 09:59:01 2016 -0700

----------------------------------------------------------------------
 runners/spark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/b9543b97/runners/spark/pom.xml
----------------------------------------------------------------------
diff --git a/runners/spark/pom.xml b/runners/spark/pom.xml
index 1020880..a6311b5 100644
--- a/runners/spark/pom.xml
+++ b/runners/spark/pom.xml
@@ -55,7 +55,7 @@
     <profile>
       <!-- This profile adds execution of RunnableOnService integration tests 
            against a local Spark endpoint. -->
-      <id>runnable-on-service-tests</id>
+      <id>local-runnable-on-service-tests</id>
       <activation><activeByDefault>false</activeByDefault></activation>
       <build>
         <pluginManagement>


[2/2] incubator-beam git commit: This closes #711

Posted by ke...@apache.org.
This closes #711


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

Branch: refs/heads/master
Commit: fcf6b1d34e8b9da284e9857fecced2deb5a5ab1d
Parents: 74c5e5e b9543b9
Author: Kenneth Knowles <kl...@google.com>
Authored: Thu Aug 4 12:49:08 2016 -0700
Committer: Kenneth Knowles <kl...@google.com>
Committed: Thu Aug 4 12:49:08 2016 -0700

----------------------------------------------------------------------
 runners/spark/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------