[ https://issues.apache.org/jira/browse/SPARK-6351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aaron Davidson resolved SPARK-6351.
-----------------------------------
Resolution: Duplicate
Fix Version/s: 1.3.1
Assignee: Volodymyr Lyubinets
> ParquetRelation2 does not support paths for different file systems
> ------------------------------------------------------------------
>
> Key: SPARK-6351
> URL: https://issues.apache.org/jira/browse/SPARK-6351
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.3.0
> Reporter: Pei-Lun Lee
> Assignee: Volodymyr Lyubinets
> Priority: Critical
> Labels: backport-needed
> Fix For: 1.3.1
>
>
> With new parquet API, if multiple parquet paths with different file systems (e.g. s3n
and hdfs) are given, the error "IllegalArgumentException: Wrong FS" will be raised. Due to
the FileSystem is created from hadoop configuration, which only allow one default file system.
This behavior was supposed to work in old API.
--
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
|