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 747FB91D2 for ; Thu, 2 Feb 2012 12:44:24 +0000 (UTC) Received: (qmail 72142 invoked by uid 500); 2 Feb 2012 12:44:23 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 72058 invoked by uid 500); 2 Feb 2012 12:44:23 -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 72008 invoked by uid 99); 2 Feb 2012 12:44:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 12:44:15 +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; Thu, 02 Feb 2012 12:44:14 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8D99D1882D8 for ; Thu, 2 Feb 2012 12:43:54 +0000 (UTC) Date: Thu, 2 Feb 2012 12:43:54 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1629205112.2278.1328186634581.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1714472457.42111.1321591311953.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3427) streaming tests fail with MR2 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-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198736#comment-13198736 ] Hudson commented on MAPREDUCE-3427: ----------------------------------- Integrated in Hadoop-Hdfs-trunk #944 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/944/]) MAPREDUCE-3427. Fix streaming unit tests broken after mavenization. Contributed by Hitesh Shah. acmurthy : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1239391 Files : * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-tools/hadoop-streaming/pom.xml * /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestStreamingBadRecords.java * /hadoop/common/trunk/hadoop-tools/hadoop-streaming/src/test/java/org/apache/hadoop/streaming/TestUlimit.java > streaming tests fail with MR2 > ----------------------------- > > Key: MAPREDUCE-3427 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3427 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: contrib/streaming, mrv2 > Affects Versions: 0.23.1, 0.24.0 > Reporter: Alejandro Abdelnur > Assignee: Hitesh Shah > Priority: Blocker > Fix For: 0.23.1 > > Attachments: MR-3427.1.patch > > > After Mavenizing streaming and getting its testcases to use the MiniMRCluster wrapper (MAPREDUCE-3169), 4 testcases fail to pass. > Following is an assessment of those failures. Note that the testcases have been tweaked only to set the streaming JAR and yarn as the framework. > > (If these issues are unrelated we should create sub-tasks for each one of them). > *TestStreamingCombiner*, fails because returned counters don't match assertion. However, counters printed in the test output indicate values that would satisfy the assertion. As Tom has indicated it seems MR/YARN are not passing back counter information to the client API. > *TestStreamingBadRecords*, the job is failing with the following exception > {code} > Application application_1321575850006_0001 failed 1 times due to AM Container for > appattempt_1321575850006_0001_000001 exited with exitCode: 127 due to: > .Failing this attempt.. Failing the application. > {code} > Difficult to troubleshoot because there are not task logs from Mini MR/YARN run. > *TestStreamingStatus* fails in validateTaskStatus() in the following assertion > {code} > expected:<[before consuming input > sort]> but was:<[SUCCEEDED]> > {code} > *TestUlimit* fails with > {code} > org.junit.ComparisonFailure: output is wrong expected:<[786432]> but was:<[unlimited]> > {code} -- 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