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 "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/05/16 03:01:16 UTC

[jira] Commented: (HADOOP-234) Hadoop Pipes for writing map/reduce jobs in C++ and python

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

Hadoop QA commented on HADOOP-234:
----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12357433/pipes-2.patch applied and successfully tested against trunk revision r538318.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/146/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/146/console

> Hadoop Pipes for writing map/reduce jobs in C++ and python
> ----------------------------------------------------------
>
>                 Key: HADOOP-234
>                 URL: https://issues.apache.org/jira/browse/HADOOP-234
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: pipes
>            Reporter: Sanjay Dahiya
>         Assigned To: Owen O'Malley
>             Fix For: 0.14.0
>
>         Attachments: Hadoop MaReduce Developer doc.pdf, hadoop-pipes.html, pipes-2.patch, 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.