You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2007/04/19 00:31:15 UTC

[jira] Updated: (HADOOP-234) Support for writing Map/Reduce functions in C++

     [ https://issues.apache.org/jira/browse/HADOOP-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley updated HADOOP-234:
---------------------------------

    Attachment: pipes.patch

Here is a first pass of this patch. I still need to add unit tests.

> Support for writing Map/Reduce functions in C++
> -----------------------------------------------
>
>                 Key: HADOOP-234
>                 URL: https://issues.apache.org/jira/browse/HADOOP-234
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: mapred
>            Reporter: Sanjay Dahiya
>         Assigned To: Owen O'Malley
>         Attachments: Hadoop MaReduce Developer doc.pdf, hadoop-pipes.html, pipes.patch
>
>
> MapReduce C++ support
> Requirements 
> 1. Allow users to write Map, Reduce, RecordReader, and RecordWriter functions in C++, rest of the infrastructure already present in Java should be reused. 
> 2. Avoid users having to write both Java and C++ for this to work. 
> 3. Avoid users having to work with JNI methods directly by wrapping them in helper functions. 
> 4. The interface should be SWIG'able.

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