Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9488295F3 for ; Fri, 30 Mar 2012 21:43:50 +0000 (UTC) Received: (qmail 35676 invoked by uid 500); 30 Mar 2012 21:43:50 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 35588 invoked by uid 500); 30 Mar 2012 21:43:50 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 35580 invoked by uid 99); 30 Mar 2012 21:43:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2012 21:43:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2012 21:43:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 07D8934F6CC for ; Fri, 30 Mar 2012 21:43:27 +0000 (UTC) Date: Fri, 30 Mar 2012 21:43:27 +0000 (UTC) From: "Ahmed Radwan (Updated) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <681425417.40170.1333143807033.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1428886148.39715.1333139249681.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-4090) Branch 1 pipes doesn't work on MR2 clusters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ahmed Radwan updated MAPREDUCE-4090: ------------------------------------ Component/s: mrv1 Affects Version/s: 0.23.1 1.0.1 > Branch 1 pipes doesn't work on MR2 clusters > ------------------------------------------- > > Key: MAPREDUCE-4090 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4090 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv1, mrv2 > Affects Versions: 0.23.1, 1.0.1 > Reporter: Ahmed Radwan > > If I compile pipes examples on branch 1: > {code} > ant -Dcompile.c++=yes examples > {code} > And then try to run it on an MR2 cluster, the pipes job hangs forever at map 0% reduce 0%, I can see in the maps stderr: > {code} > Hadoop Pipes Exception: Illegal text protocol command > {code} > The issue here is that if users have older pipes job, they won't be able to run it on MR2 (without recompilation). Is this expected or there is something to be fixed so jobs can be used interchangeably? Or should we document it as an incompatibility? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira