You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Eugen Cepoi (JIRA)" <ji...@apache.org> on 2015/06/18 12:48:00 UTC

[jira] [Created] (SPARK-8439) SPARK-7155 - supporting comma separated paths, breaks compatibility

Eugen Cepoi created SPARK-8439:
----------------------------------

             Summary: SPARK-7155 - supporting comma separated paths, breaks compatibility
                 Key: SPARK-8439
                 URL: https://issues.apache.org/jira/browse/SPARK-8439
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.4.0
            Reporter: Eugen Cepoi


The improvement to support comma separated paths, replaced code that was adding paths to the config by code that is setting them.
This breaks user code that added by hand the paths using FileInputFormat.addInputPath(...).
The fix would be to use addInputPaths instead, so people can still add the paths using other mechanisms instead of constructing comma separated strings.

The PR that introduces the regression: https://github.com/apache/spark/pull/5708





--
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