Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 6613 invoked from network); 8 Oct 2009 18:13:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Oct 2009 18:13:55 -0000 Received: (qmail 35353 invoked by uid 500); 8 Oct 2009 18:13:55 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 35290 invoked by uid 500); 8 Oct 2009 18:13:55 -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 35280 invoked by uid 99); 8 Oct 2009 18:13:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Oct 2009 18:13:55 +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; Thu, 08 Oct 2009 18:13:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45FB8234C052 for ; Thu, 8 Oct 2009 11:13:31 -0700 (PDT) Message-ID: <751801154.1255025611272.JavaMail.jira@brutus> Date: Thu, 8 Oct 2009 11:13:31 -0700 (PDT) From: "Hong Tang (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1016) Make the format of the Job History be JSON instead of Avro binary In-Reply-To: <1052614942.1253567236054.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-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763602#action_12763602 ] Hong Tang commented on MAPREDUCE-1016: -------------------------------------- bq. I think we're over-engineering this. Can we take this to a separate issue? Sure. In this jira, comparing with the current code, I am only proposing breaking down the first line (version string) into two lines and add an empty line after the schema (and add a few keywords). This could make the format easily extended to a more elaborated schema in the future without any special code handling backward/forward compatibility. bq. That would require the parsing of schema string to figure out that the schema matches across the files before merging, no ? Yes/No. The one stored in TFile would be a default one. If a job history has a different schema than that default, then, for that entry, we can keep the "Schema: " line in the data. bq. Can we somehow make it available remotely via url ? One of the principal advantage of Avro versus Protocol Buffer is that it is completely self-contained, This seems a step backwards. > Make the format of the Job History be JSON instead of Avro binary > ----------------------------------------------------------------- > > Key: MAPREDUCE-1016 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1016 > Project: Hadoop Map/Reduce > Issue Type: Bug > Reporter: Owen O'Malley > Assignee: Doug Cutting > Fix For: 0.21.0, 0.22.0 > > Attachments: MAPREDUCE-1016.patch > > > I forgot that one of the features that would be nice is to off load the job history display from the JobTracker. That will be a lot easier, if the job history is stored in JSON. Therefore, I think we should change the storage now to prevent incompatibilities later. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.