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 subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/07 22:54:50 UTC

[jira] [Commented] (AVRO-1414) Compression with C++ DataFile

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

ASF subversion and git services commented on AVRO-1414:
-------------------------------------------------------

Commit 1556373 from [~cutting] in branch 'avro/trunk'
[ https://svn.apache.org/r1556373 ]

AVRO-1414. C++: Add support for deflate-compressed data files.  Contributed by Daniel Russel.

> Compression with C++ DataFile
> -----------------------------
>
>                 Key: AVRO-1414
>                 URL: https://issues.apache.org/jira/browse/AVRO-1414
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>            Reporter: Daniel Russel
>             Fix For: 1.7.6
>
>         Attachments: AVRO-1414.patch, patch
>
>
> There is no way to use compression with the C++ DataFileReader and C++ DataFileWriter, from what I can tell. Adding compression of the written blocks using boost streams is relatively straight forward and I can provide a patch if people are interested. 
> However, there are a couple caveats:
> - the windows builds of boost don't currently include zlib support (required for compression) by default. You have to do extra work to get it.
> - I don't know if doing it that way is compatible with other avro implementations



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)