You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/09/19 20:37:20 UTC

[jira] [Commented] (SPARK-17599) Folder deletion after globbing may fail StructuredStreaming jobs

    [ https://issues.apache.org/jira/browse/SPARK-17599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15504619#comment-15504619 ] 

Apache Spark commented on SPARK-17599:
--------------------------------------

User 'brkyvz' has created a pull request for this issue:
https://github.com/apache/spark/pull/15153

> Folder deletion after globbing may fail StructuredStreaming jobs
> ----------------------------------------------------------------
>
>                 Key: SPARK-17599
>                 URL: https://issues.apache.org/jira/browse/SPARK-17599
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL, Streaming
>    Affects Versions: 2.0.0
>            Reporter: Burak Yavuz
>
> The FileStreamSource used by StructuredStreaming first resolves globs, and then creates a ListingFileCatalog which listFiles with the resolved glob patterns. If a folder is deleted after glob resolution but before the ListingFileCatalog can list the files, we can run into a 'FileNotFoundException'.
> This should not be a fatal exception for a streaming job. However we should include a warn message.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org