[
https://issues.apache.org/jira/browse/FLINK-10114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16610830#comment-16610830
]
vinoyang commented on FLINK-10114:
----------------------------------
[~kkl0u]
I'm dealing with this issue, but the orc's writer API only provides a
Path-based usage, and BulkWriter's API:
{code:java}
BulkWriter<T> create(FSDataOutputStream out) throws IOException;{code}
It is required to build it via FSDataOutputStream. It seems that we have to
extend the Orc API to implement a Bridge, but it doesn't seem to be
particularly easy. Do you have any better ideas? Thank you.
> Support Orc for StreamingFileSink
> ---------------------------------
>
> Key: FLINK-10114
> URL: https://issues.apache.org/jira/browse/FLINK-10114
> Project: Flink
> Issue Type: Sub-task
> Components: Streaming Connectors
> Reporter: zhangminglei
> Assignee: vinoyang
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)