[
https://issues.apache.org/jira/browse/BEAM-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16312170#comment-16312170
]
ASF GitHub Bot commented on BEAM-3397:
--------------------------------------
alanmyrvold opened a new pull request #4345: [BEAM-3397] Fix the failure in the
dataflow integration test by removing the spark and flink pipeline options
URL: https://github.com/apache/beam/pull/4345
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the
change (usually before you start working on it). Trivial changes like typos do
not require a JIRA issue. Your pull request should address just this issue,
without pulling in other changes.
- [ ] Each commit in the pull request should have a meaningful subject line
and body.
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue.
- [ ] Write a pull request description that is detailed enough to
understand what the pull request does, how, and why.
- [ ] Run `mvn clean verify` to make sure basic checks pass. A more
thorough check will be performed on your pull request automatically.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
---
Fix the failure in the dataflow integration test by removing the spark and
flink pipeline options
Otherwise there are 3 copies of the filesToStage option in the
pipelineoptions.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> beam_PreCommit_Java_MavenInstall failing on Dataflow integration test because
> of too long commandline
> -----------------------------------------------------------------------------------------------------
>
> Key: BEAM-3397
> URL: https://issues.apache.org/jira/browse/BEAM-3397
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow, testing
> Reporter: Luke Cwik
> Fix For: 2.3.0
>
>
> The Dataflow worker fails to launch the process because the command line is
> too long. The worker logs are riddled with a very long command line followed
> by this error message:
> `java failed with fork/exec /usr/local/bin/java: argument list too long`
> Example failures from run from master @
> 49981f15009de434af9c09c3c9f50003c7417b88
> https://builds.apache.org/view/A-D/view/Beam/job/beam_PreCommit_Java_MavenInstall/16428/
> Job ids (project: apache-beam-testing):
> 2017-12-28_01_32_55-16084854344397840285
> 2017-12-28_01_32_55-213040034028880428
> 2017-12-28_01_32_55-16742595557951289122
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)