Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A1E47F90 for ; Sat, 10 Sep 2011 07:21:44 +0000 (UTC) Received: (qmail 25192 invoked by uid 500); 10 Sep 2011 07:21:44 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 24923 invoked by uid 500); 10 Sep 2011 07:21:35 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 24907 invoked by uid 99); 10 Sep 2011 07:21:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Sep 2011 07:21:32 +0000 X-ASF-Spam-Status: No, hits=-2000.5 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; Sat, 10 Sep 2011 07:21:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CDE948BA3A for ; Sat, 10 Sep 2011 07:21:08 +0000 (UTC) Date: Sat, 10 Sep 2011 07:21:08 +0000 (UTC) From: "Subroto Sanyal (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1740991530.12922.1315639268839.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-5814) NativeS3FileSystem doesn't report progress when writing 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/HADOOP-5814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Subroto Sanyal updated HADOOP-5814: ----------------------------------- Attachment: HADOOP-5814(1).patch > NativeS3FileSystem doesn't report progress when writing > ------------------------------------------------------- > > Key: HADOOP-5814 > URL: https://issues.apache.org/jira/browse/HADOOP-5814 > Project: Hadoop Common > Issue Type: Improvement > Components: fs/s3 > Reporter: Tom White > Assignee: Devaraj K > Labels: S3Native > Attachments: HADOOP-5814(1).patch, HADOOP-5814.patch > > > This results in timeouts since the whole file is uploaded in the close method. See http://www.mail-archive.com/core-user@hadoop.apache.org/msg09881.html. > One solution is to keep a reference to the Progressable passed in to the NativeS3FsOutputStream's constructor, and progress it during writes, and while copying the backup file to S3 in the close method. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira