You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Prasad Nagaraj Subramanya (JIRA)" <ji...@apache.org> on 2017/09/15 18:24:01 UTC

[jira] [Resolved] (DRILL-5724) Scan on a local directory containing multiple text files (one or more empty) throws FileNotFoundException

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

Prasad Nagaraj Subramanya resolved DRILL-5724.
----------------------------------------------
    Resolution: Cannot Reproduce

> Scan on a local directory containing multiple text files (one or more empty) throws FileNotFoundException
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-5724
>                 URL: https://issues.apache.org/jira/browse/DRILL-5724
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Text & CSV
>    Affects Versions: 1.11.0
>            Reporter: Prasad Nagaraj Subramanya
>
> 1) Create a directory having multiple text files (one or more empty)
> 2) Do a scan on the directory
> {code}
> select * from lfs.`/home/user/dir1`;
> {code}
> The query throws the below error-
> {code}
> Error: SYSTEM ERROR: FileNotFoundException: File file:///home/user/dir1/<filename> does not exist
> Setup failed for CompliantTextRecordReader
> Fragment 1:2
> {code}
> Issue reproducible with - csv, tsv and psv files



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)