You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jens Rabe (JIRA)" <ji...@apache.org> on 2018/02/12 12:49:00 UTC

[jira] [Created] (SPARK-23395) Add an option to return an empty DataFrame from an RDD generated by a Hadoop file

Jens Rabe created SPARK-23395:
---------------------------------

             Summary: Add an option to return an empty DataFrame from an RDD generated by a Hadoop file
                 Key: SPARK-23395
                 URL: https://issues.apache.org/jira/browse/SPARK-23395
             Project: Spark
          Issue Type: Improvement
          Components: Input/Output
    Affects Versions: 2.2.1, 2.2.0
            Reporter: Jens Rabe


When using file-based data from custom formats, Spark's ability to use Hadoop's FileInputFormats is very handy. However, when the path they are pointed at contains no usable data, they throw an IOException saying "No input paths specified in job".

It would be a nice feature if the DataFrame API somehow could capture this and return an empty DataFrame instead of failing the job.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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