Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 6919 invoked from network); 3 Apr 2008 01:27:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 01:27:02 -0000 Received: (qmail 90006 invoked by uid 500); 3 Apr 2008 01:27:02 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 89974 invoked by uid 500); 3 Apr 2008 01:27:02 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 89965 invoked by uid 99); 3 Apr 2008 01:27:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 18:27:02 -0700 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 01:26:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CDC51234C0B9 for ; Wed, 2 Apr 2008 18:24:24 -0700 (PDT) Message-ID: <1356205535.1207185864841.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 18:24:24 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Updated: (PIG-180) BinaryStorage is implicitly used where it should not be In-Reply-To: <168165547.1207176984992.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/PIG-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated PIG-180: ------------------------------ Status: Patch Available (was: Open) > BinaryStorage is implicitly used where it should not be > ------------------------------------------------------- > > Key: PIG-180 > URL: https://issues.apache.org/jira/browse/PIG-180 > Project: Pig > Issue Type: Bug > Reporter: Xu Zhang > Assignee: Arun C Murthy > Attachments: PIG-180_0_20080402.patch, script.pig, streaming.pl > > > When I ran the attached Pig script, I got unexpected resulting output data. After a closer at Pig's console output, it appeared BinaryStorage is incorrectly used: > {noformat} > I can't find HOD configuration for piglet, hopefully you weren't planning on using HOD. > 2008-04-02 15:39:11,668 [main] INFO org.apache.pig.backend.hadoop.executionengine.HExecutionEngine - Connecting to hadoop file system at: wilbur11.labs.corp.sp1.yahoo.com:8020 > 2008-04-02 15:39:12,478 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - ----- MapReduce Job ----- > 2008-04-02 15:39:12,478 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Input: [/user/pig/tests/data/singlefile/studenttab10k:org.apache.pig.builtin.PigStorage()] > 2008-04-02 15:39:12,478 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Map: [[*]->org.apache.pig.impl.eval.StreamSpec@181edf4] > 2008-04-02 15:39:12,479 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Group: null > 2008-04-02 15:39:12,479 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Combine: null > 2008-04-02 15:39:12,479 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Reduce: null > 2008-04-02 15:39:12,479 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Output: results_7:org.apache.pig.builtin.BinaryStorage > 2008-04-02 15:39:12,479 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Split: null > 2008-04-02 15:39:12,480 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Map parallelism: -1 > 2008-04-02 15:39:12,480 [main] INFO org.apache.pig.backend.hadoop.executionengine.POMapreduce - Reduce parallelism: -1 > 219190 hdfs://wilbur11.labs.corp.sp1.yahoo.com:8020/user/pig/tests/data/singlefile/studenttab10k > 2008-04-02 15:39:15,308 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapreduceExec.MapReduceLauncher - Pig progress = 0% > 2008-04-02 15:39:20,329 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapreduceExec.MapReduceLauncher - Pig progress = 50% > 2008-04-02 15:39:26,355 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapreduceExec.MapReduceLauncher - Pig progress = 60% > 2008-04-02 15:39:28,395 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapreduceExec.MapReduceLauncher - Pig progress = 80% > 2008-04-02 15:39:30,407 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapreduceExec.MapReduceLauncher - Pig progress = 90% > 2008-04-02 15:39:32,415 [main] INFO org.apache.pig.backend.hadoop.executionengine.mapreduceExec.MapReduceLauncher - Pig progress = 100% > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.