Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 83942 invoked from network); 30 Sep 2007 13:15:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2007 13:15:18 -0000 Received: (qmail 97521 invoked by uid 500); 30 Sep 2007 13:15:02 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 97393 invoked by uid 500); 30 Sep 2007 13:15:01 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 97174 invoked by uid 99); 30 Sep 2007 13:15:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Sep 2007 06:15:01 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Sep 2007 13:15:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C0DE4714210 for ; Sun, 30 Sep 2007 06:14:50 -0700 (PDT) Message-ID: <33475763.1191158090787.JavaMail.jira@brutus> Date: Sun, 30 Sep 2007 06:14:50 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1972) LzoCompressor.finished doesn't check whether the user actually wants to finish compressing In-Reply-To: <7881398.1191155210760.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/HADOOP-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-1972: ---------------------------------- Status: Patch Available (was: Open) > LzoCompressor.finished doesn't check whether the user actually wants to finish compressing > ------------------------------------------------------------------------------------------ > > Key: HADOOP-1972 > URL: https://issues.apache.org/jira/browse/HADOOP-1972 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.14.1 > Reporter: Arun C Murthy > Assignee: Arun C Murthy > Priority: Blocker > Fix For: 0.14.2 > > Attachments: HADOOP-1972_1_20070930.patch > > > {{LzoCompressor.finished}} needs to check the *finish* variable, set when the user wants to finish compression and flush compressed data to the underlying stream. > The problem with this is that the user cannot chain writes to BlockCompressorStream without resetting all the time... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.