You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2018/12/28 16:23:01 UTC

[jira] [Updated] (AVRO-2014) C++ DataFile support custom stream

     [ https://issues.apache.org/jira/browse/AVRO-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-2014:
--------------------------------------
    Fix Version/s: 1.9.0

> C++ DataFile support custom stream
> ----------------------------------
>
>                 Key: AVRO-2014
>                 URL: https://issues.apache.org/jira/browse/AVRO-2014
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Zoyo Pei
>            Assignee: Thiruvalluvan M. G.
>            Priority: Major
>             Fix For: 1.9.0
>
>
> It is recommended that C++ DataFile support custom stream. E.g,
> DataFileWriter(OutputStream *stream, ...);
> So we can write into hdfs like this
> auto writer = new DataFileWriter<T>(new HDFSOutputStream(...), ...);



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