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

Hudson commented on AVRO-1250:
------------------------------

Integrated in AvroJava #349 (See [https://builds.apache.org/job/AvroJava/349/])
    AVRO-1250. Add a command-line tool to concatenate data files.  Contributed 
by Nick White. (Revision 1445416)

     Result = SUCCESS
cutting : 
Files : 
* /avro/trunk/CHANGES.txt
* /avro/trunk/lang/java/tools/src/main/java/org/apache/avro/tool/ConcatTool.java
* /avro/trunk/lang/java/tools/src/main/java/org/apache/avro/tool/Main.java
* 
/avro/trunk/lang/java/tools/src/test/java/org/apache/avro/tool/TestConcatTool.java

                
> Add a Tool that Efficiently Concatenates Avro Files
> ---------------------------------------------------
>
>                 Key: AVRO-1250
>                 URL: https://issues.apache.org/jira/browse/AVRO-1250
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>    Affects Versions: 1.7.3
>            Reporter: Nick White
>            Assignee: Nick White
>              Labels: tools
>             Fix For: 1.7.4
>
>         Attachments: AVRO-1250.0.patch, AVRO-1250.1.patch
>
>
> It'd be useful to have a Tool that uses appendAllFrom (with recompress set to 
> false) to concatenate one or more of avro files to either another file or 
> stdout. The Tool would fail if any input files had a different schema or 
> metadata to ensure the tool doesn't try to decompress the contents.
> I've attached a patch that does this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to