[ 
https://issues.apache.org/jira/browse/BEAM-1167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Beam JIRA Bot updated BEAM-1167:
--------------------------------
    Labels: stale-P2  (was: )

> Jobs that contain FileBasedSources with globs that expand into zero files 
> should fail
> -------------------------------------------------------------------------------------
>
>                 Key: BEAM-1167
>                 URL: https://issues.apache.org/jira/browse/BEAM-1167
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core, sdk-py-core
>            Reporter: Chamikara Madhusanka Jayalath
>            Priority: P2
>              Labels: stale-P2
>
> Currently we do not fail if a glob that is used to create a FileBasedSource 
> expand into zero files. This can be error prone since a typo when specifying 
> a glob pattern can result in a job that silently pass without producing any 
> output. I believe this should be fixed as follows.
> If a glob pattern specified as input to a FileBasedSource expand into zero 
> files.
> (1) If validation of FileBasedSource is enabled, fail the job at pipeline 
> construction.
> (2) If validation is disabled, fail the job at runtime by raising an 
> exception at initial splitting.
> Both Java and Python SDKs have to be fixed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to