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

Owen O'Malley commented on AVRO-512:
------------------------------------

I think it is a very bad idea to make Avro depend on MapReduce. At the very 
least, please create a separate jar to put this stuff into rather than the main 
Avro jar so that MapReduce doesn't depend on a jar that depends on it.

Why not build this as a library on MapReduce? It shouldn't be bundled with 
Avro...

> define and implement mapreduce connector protocol
> -------------------------------------------------
>
>                 Key: AVRO-512
>                 URL: https://issues.apache.org/jira/browse/AVRO-512
>             Project: Avro
>          Issue Type: New Feature
>          Components: java
>            Reporter: Doug Cutting
>
> Avro should provide Hadoop Mapper and Reducer implementations that connect to 
> a subprocess in another programming language, transmitting raw binary values 
> to and from that process.  This should be modeled after Hadoop Pipes.  It 
> would allow one to easily write efficient mapreduce programs in non-Java 
> languages that process Avro-format data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to