[
https://issues.apache.org/jira/browse/BEAM-259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273223#comment-15273223
]
ASF GitHub Bot commented on BEAM-259:
-------------------------------------
GitHub user kennknowles opened a pull request:
https://github.com/apache/incubator-beam/pull/294
[BEAM-259] Configure RunnableOnService tests for Spark runner, batch mode
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
Travis-CI on your fork and ensure the whole test matrix passes).
- [x] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [x] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.txt).
---
This PR demonstrates how to configure the integration tests. It has two
categories of issue:
1. Transforms that are not supported. For these we can add surefire
exclusions for now.
2. Runtime errors having to do with configuring Spark. I'm hoping someone
with expertise in the runner can take quickly recommend the course of action.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kennknowles/incubator-beam spark-integration
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-beam/pull/294.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #294
----
commit d8a2a34f723ff4ca7fe841c8056706c19d37770d
Author: Kenneth Knowles <[email protected]>
Date: 2016-05-05T22:11:07Z
Configure RunnableOnService tests for Spark runner, batch mode
----
> Execute selected RunnableOnService tests with Spark runner
> ----------------------------------------------------------
>
> Key: BEAM-259
> URL: https://issues.apache.org/jira/browse/BEAM-259
> Project: Beam
> Issue Type: Test
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)