Return-Path: Delivered-To: apmail-pig-dev-archive@www.apache.org Received: (qmail 87217 invoked from network); 1 Nov 2010 17:54:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 17:54:16 -0000 Received: (qmail 11679 invoked by uid 500); 1 Nov 2010 17:54:47 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 11656 invoked by uid 500); 1 Nov 2010 17:54:47 -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 11648 invoked by uid 500); 1 Nov 2010 17:54:47 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 11645 invoked by uid 99); 1 Nov 2010 17:54:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 17:54:47 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 17:54:45 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA1HsOwx015198 for ; Mon, 1 Nov 2010 17:54:24 GMT Message-ID: <11153619.177321288634064122.JavaMail.jira@thor> Date: Mon, 1 Nov 2010 13:54:24 -0400 (EDT) From: "Olga Natkovich (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Updated: (PIG-1704) Output Compression is not at work if the output path is absolute and there is a trailing / afte the compression suffix In-Reply-To: <221771.147651288379120208.JavaMail.jira@thor> 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-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olga Natkovich updated PIG-1704: -------------------------------- Fix Version/s: 0.8.0 > Output Compression is not at work if the output path is absolute and there is a trailing / afte the compression suffix > ---------------------------------------------------------------------------------------------------------------------- > > Key: PIG-1704 > URL: https://issues.apache.org/jira/browse/PIG-1704 > Project: Pig > Issue Type: Bug > Affects Versions: 0.8.0 > Reporter: Yan Zhou > Assignee: Yan Zhou > Fix For: 0.8.0 > > Attachments: PIG-1704.patch, PIG-1704.patch > > > For example, if the output path is /path/to/output.bz2/, the files generated are not compressed at all. This is new in 0.8 as the patch of PIG-1378 changes the call path. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.