Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 35449 invoked from network); 19 Sep 2008 22:55:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2008 22:55:37 -0000 Received: (qmail 74002 invoked by uid 500); 19 Sep 2008 22:55:31 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 73974 invoked by uid 500); 19 Sep 2008 22:55:31 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 73962 invoked by uid 99); 19 Sep 2008 22:55:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 15:55:31 -0700 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; Fri, 19 Sep 2008 22:54:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 657C3234C1F5 for ; Fri, 19 Sep 2008 15:54:44 -0700 (PDT) Message-ID: <60752322.1221864884414.JavaMail.jira@brutus> Date: Fri, 19 Sep 2008 15:54:44 -0700 (PDT) From: "Arun C Murthy (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4190) Changes to JobHistory makes it backward incompatible In-Reply-To: <1211171734.1221577124189.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-4190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy updated HADOOP-4190: ---------------------------------- Status: Open (was: Patch Available) I ran 'ant test' and TestJobHistoryParsing failed with: {noformat} estsuite: org.apache.hadoop.mapred.TestJobHistoryParsing Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.307 sec Testcase: testHistoryParsing took 0.305 sec FAILED expected: but was:<> junit.framework.ComparisonFailure: expected: but was:<> at org.apache.hadoop.mapred.TestJobHistoryParsing.testHistoryParsing(TestJobHistoryParsing.java:93) {noformat} > Changes to JobHistory makes it backward incompatible > ---------------------------------------------------- > > Key: HADOOP-4190 > URL: https://issues.apache.org/jira/browse/HADOOP-4190 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Reporter: Amar Kamat > Assignee: Amar Kamat > Priority: Blocker > Fix For: 0.19.0 > > Attachments: HADOOP-4190-v3.patch, HADOOP-4190-v4.patch > > > With HADOOP-3245, the job history format has changed. Every log line now ends with a '.' (dot). JobHistory's parser will consider a history line valid only if it ends in a dot > Hence the new parser wont be able to parse old history files. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.