[
https://issues.apache.org/jira/browse/BEAM-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089872#comment-16089872
]
ASF GitHub Bot commented on BEAM-1286:
--------------------------------------
GitHub user szewi opened a pull request:
https://github.com/apache/beam/pull/3572
[BEAM-1286] DataflowRunner handling of missing filesToStage
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [ ] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [ ] Make sure tests pass via `mvn clean verify`.
- [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [ ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/szewi/beam beam-1286
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3572.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 #3572
----
commit 9bfeaa3c49bf3ae056adc72537d03bb19b4f197c
Author: Kamil Szewczyk <[email protected]>
Date: 2017-07-17T11:54:10Z
Handling of missing files to stage when classpath resources wasn't found
----
> DataflowRunner handling of missing filesToStage
> -----------------------------------------------
>
> Key: BEAM-1286
> URL: https://issues.apache.org/jira/browse/BEAM-1286
> Project: Beam
> Issue Type: Improvement
> Components: runner-dataflow
> Reporter: Daniel Halperin
> Assignee: Kamil Szewczyk
> Labels: newbie, starter
>
> DataflowRunner allows filesToStage to be missing -- it logs an error and
> moves on. Is this the right behavior? It can complicate user experience.
> At least, I guess that if nothing to be staged is found, we should fail.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)