Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 55322 invoked from network); 5 Aug 2009 06:41:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Aug 2009 06:41:32 -0000 Received: (qmail 27510 invoked by uid 500); 5 Aug 2009 06:41:39 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 27456 invoked by uid 500); 5 Aug 2009 06:41:39 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 27445 invoked by uid 99); 5 Aug 2009 06:41:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Aug 2009 06:41:39 +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; Wed, 05 Aug 2009 06:41:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CAACB234C044 for ; Tue, 4 Aug 2009 23:41:14 -0700 (PDT) Message-ID: <1884554124.1249454474814.JavaMail.jira@brutus> Date: Tue, 4 Aug 2009 23:41:14 -0700 (PDT) From: "Sharad Agarwal (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-814) Move completed Job history files to HDFS In-Reply-To: <22528446.1248864554961.JavaMail.jira@brutus> 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/MAPREDUCE-814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharad Agarwal updated MAPREDUCE-814: ------------------------------------- Attachment: 814_v3.patch Fixed issue related to filesystem handle in JobHistory. Now log dir and done dir could have different filesystem. Added a testcase to have done folder on HDFS. > Move completed Job history files to HDFS > ---------------------------------------- > > Key: MAPREDUCE-814 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-814 > Project: Hadoop Map/Reduce > Issue Type: New Feature > Components: jobtracker > Reporter: Sharad Agarwal > Assignee: Sharad Agarwal > Attachments: 814_v1.patch, 814_v2.patch, 814_v3.patch > > > Currently completed job history files remain on the jobtracker node. Having the files available on HDFS will enable clients to access these files more easily. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.