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 <[email protected]> Authored: Thu Jul 21 21:27:41 2016 -0700 Committer: Kenneth Knowles <[email protected]> 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>
