Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 99311 invoked from network); 24 Apr 2007 04:51:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 04:51:37 -0000 Received: (qmail 75449 invoked by uid 500); 24 Apr 2007 04:51:43 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 75170 invoked by uid 500); 24 Apr 2007 04:51:43 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 75160 invoked by uid 99); 24 Apr 2007 04:51:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 21:51:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 21:51:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94D9C714062 for ; Mon, 23 Apr 2007 21:51:15 -0700 (PDT) Message-ID: <21942381.1177390275606.JavaMail.jira@brutus> Date: Mon, 23 Apr 2007 21:51:15 -0700 (PDT) From: "Runping Qi (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1247) Make Hadoop Abacus work with Hadoop Streaming In-Reply-To: <27092041.1176314072253.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Runping Qi updated HADOOP-1247: ------------------------------- Attachment: patch_1247.txt A new patch with Owen's points 1 and 2 addressed. For point 3, I've created another JIRA, HADOOP-1290 to propose to move Abacus to hadoop mainframework. Once that is done, then the streaming build will no longer need to pull abacus source code in its build process. > Make Hadoop Abacus work with Hadoop Streaming > --------------------------------------------- > > Key: HADOOP-1247 > URL: https://issues.apache.org/jira/browse/HADOOP-1247 > Project: Hadoop > Issue Type: New Feature > Components: contrib/streaming > Reporter: Runping Qi > Assigned To: Runping Qi > Attachments: patch_1247.txt > > > It will be nice if Hadoop streaming can use Hadoop Abacus. > This requires to make some changes on StreamJob and StreamMapRed classes so that the streaming job uses the Abacus reducer/combiner classes, and streaming mapper generates intermediate data conforming to Hadoop Abacus protocol. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.