You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Zoyo Pei (JIRA)" <ji...@apache.org> on 2017/03/30 06:42:41 UTC

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

Zoyo Pei created AVRO-2014:
------------------------------

             Summary: C++ DataFile support custom stream
                 Key: AVRO-2014
                 URL: https://issues.apache.org/jira/browse/AVRO-2014
             Project: Avro
          Issue Type: Improvement
          Components: c++
            Reporter: Zoyo Pei


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
(v6.3.15#6346)