You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/19 15:03:00 UTC

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

    [ https://issues.apache.org/jira/browse/AVRO-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16296928#comment-16296928 ] 

ASF GitHub Bot commented on AVRO-2014:
--------------------------------------

GitHub user mariusvniekerk opened a pull request:

    https://github.com/apache/avro/pull/270

    AVRO-2014 Add support for custom streams for the DataFile interfaces.

    Downstream consumers will still have to implement their own relevant
    Input/Outputstream subclasses.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mariusvniekerk/avro avrocpp-datafile-constructors

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/270.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #270
    
----
commit 1f9553a759d05b46e91e7380699b0c646fa21e86
Author: Marius Van Niekerk <ma...@gmail.com>
Date:   2017-12-19T15:01:44Z

    AVRO-2014 Add support for custom streams for the DataFile interfaces.
    
    Downstream consumers will still have to implement their own relevant
    Input/Outputstream subclasses.

----


> 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.4.14#64029)