Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 44417 invoked from network); 6 Apr 2010 22:23:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Apr 2010 22:23:57 -0000 Received: (qmail 77315 invoked by uid 500); 6 Apr 2010 22:23:57 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 77248 invoked by uid 500); 6 Apr 2010 22:23:57 -0000 Mailing-List: contact pig-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-dev@hadoop.apache.org Received: (qmail 77217 invoked by uid 99); 6 Apr 2010 22:23:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 22:23:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 06 Apr 2010 22:23:54 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 858C3234C48C for ; Tue, 6 Apr 2010 22:23:33 +0000 (UTC) Message-ID: <2142903230.28181270592613546.JavaMail.jira@brutus.apache.org> Date: Tue, 6 Apr 2010 22:23:33 +0000 (UTC) From: "Yan Zhou (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Updated: (PIG-1356) [zebra] TableLoader makes unnecessary calls to build a Job instance that create a new JobClient in the hadoop 0.20.9 In-Reply-To: <1014553080.26661270589613561.JavaMail.jira@brutus.apache.org> 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-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Zhou updated PIG-1356: -------------------------- Attachment: PIG-1356.patch > [zebra] TableLoader makes unnecessary calls to build a Job instance that create a new JobClient in the hadoop 0.20.9 > -------------------------------------------------------------------------------------------------------------------- > > Key: PIG-1356 > URL: https://issues.apache.org/jira/browse/PIG-1356 > Project: Pig > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: Yan Zhou > Fix For: 0.7.0 > > Attachments: PIG-1356.patch > > > This extra JobClient is actually a bug in Hadoop 0.20.9, but Zebra could have avoided the problem by not creating the unnecessary instance of Job. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.