[
https://issues.apache.org/jira/browse/SPARK-7599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yin Huai updated SPARK-7599:
----------------------------
Fix Version/s: 1.4.0
> Don't restrict customized FSBasedRelation OutputCommitter to be subclass of
> FileOutputFormat
> --------------------------------------------------------------------------------------------
>
> Key: SPARK-7599
> URL: https://issues.apache.org/jira/browse/SPARK-7599
> Project: Spark
> Issue Type: Bug
> Components: SQL
> Affects Versions: 1.4.0
> Reporter: Cheng Lian
> Assignee: Cheng Lian
> Priority: Blocker
> Fix For: 1.4.0
>
>
> Used {{FileOutputCommitter}} here because we need to retrieve the actual path
> of file being written, which is returned by
> {{FileOutputCommitter.getWorkPath}}. This implies customized output
> committers must be subclasses of {{FileOutputCommitter}}, which was true for
> {{DirectParquetOutputCommitter}}. But this restriction is too strict. Should
> resort to {{OutputCommitter}} rather than {{FileOutputCommitter}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]