Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C46AF964E for ; Fri, 2 Dec 2011 23:10:03 +0000 (UTC) Received: (qmail 94948 invoked by uid 500); 2 Dec 2011 23:10:03 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 94909 invoked by uid 500); 2 Dec 2011 23:10:03 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 94901 invoked by uid 500); 2 Dec 2011 23:10:03 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 94898 invoked by uid 99); 2 Dec 2011 23:10:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Dec 2011 23:10:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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, 02 Dec 2011 23:10:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 33904BCFD2 for ; Fri, 2 Dec 2011 23:09:40 +0000 (UTC) Date: Fri, 2 Dec 2011 23:09:40 +0000 (UTC) From: "Daniel Dai (Assigned) (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <1813421999.36151.1322867380212.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <508304547.33150.1321399914027.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (PIG-2374) streaming regression with dotNext MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dai reassigned PIG-2374: ------------------------------- Assignee: Daniel Dai > streaming regression with dotNext > --------------------------------- > > Key: PIG-2374 > URL: https://issues.apache.org/jira/browse/PIG-2374 > Project: Pig > Issue Type: Bug > Environment: hadoopApache Pig version 0.9.2.1111101150 (r1200499) > compiled Nov 10 2011, 19:50:15 > -bash-3.1$ hadoop version > Hadoop 0.23.0.1111080202 > Subversion http://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23.0/hadoop-common-project/hadoop-common -r 1196973 > Compiled by hadoopqa on Tue Nov 8 02:12:04 PST 2011 > From source with checksum 4e42b2d96c899a98a8ab8c7cc23f27ae > Reporter: Araceli Henley > Assignee: Daniel Dai > Fix For: 0.9.2 > > > Streaming seems to be broken in dotNext. There are several tests that are failing. > The results from C below produce clean results. > The results from D which are streamed through CMD produce control characters on some of the output. > define CMD `perl GroupBy.pl '\t' 0` ship('/homes/monster/pigtest/pigtest_next/pigharness/dist/pig_harness/libexec/PigTest/GroupBy.pl'); > A = load '/user/user1/pig/tests/data/singlefile/studenttab10k'; > B = group A by $0; > C = foreach B generate flatten(A); > D = stream C through CMD; > store C into '/user/user1/pig/out/user1.1321117428/ComputeSpec_7_C.out'; > store D into '/user/user1/pig/out/user1.1321117428/ComputeSpec_7_D.out'; > Other streaming tests that fail with control characters: > EST FAILED > TEST FAILED > TEST FAILED > TEST FAILED > TEST FAILED > TEST FAILED > TEST FAILED > TEST FAILED > TEST FAILED > TEST FAILED > ... -- 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