Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 31589 invoked from network); 3 Jun 2010 00:32:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 00:32:17 -0000 Received: (qmail 76874 invoked by uid 500); 3 Jun 2010 00:32:17 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 76837 invoked by uid 500); 3 Jun 2010 00:32:17 -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 76823 invoked by uid 99); 3 Jun 2010 00:32:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 00:32:17 +0000 X-ASF-Spam-Status: No, hits=-1492.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 00:32:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o530Vuur016812 for ; Thu, 3 Jun 2010 00:31:56 GMT Message-ID: <11237149.148391275525116241.JavaMail.jira@thor> Date: Wed, 2 Jun 2010 20:31:56 -0400 (EDT) From: "Konstantin Boudnik (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1774) Large-scale Automated Framework In-Reply-To: <31230430.25161273210430994.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Boudnik updated MAPREDUCE-1774: ------------------------------------------ Attachment: MAPREDUCE-1774.patch Merging in Sreekanth's modifications of aspects addressing changes in 0.22 MR API. Also, rename of {{core}} to {{common}} was lost somehow, so I had to re-merge this particular modification once more. At the moment all code is being properly woven, tests are mostly compiled except for {{TestFileOwner}} which fails with follow message: {noformat} [javac] .../H0.22/git/mapreduce/src/test/system/test/org/apache/hadoop/mapred/TestFileOwner.java:183: cannot find symbol [javac] symbol : variable TASKJARDIR [javac] location: class org.apache.hadoop.mapred.TaskTracker [javac] if (filename.equals(TaskTracker.TASKJARDIR)) { [javac] ^ {noformat} However, the brief check shows that the symbol is present in the woven class file. > Large-scale Automated Framework > ------------------------------- > > Key: MAPREDUCE-1774 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1774 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Reporter: Konstantin Boudnik > Attachments: MAPREDUCE-1774.patch, MAPREDUCE-1774.patch, MAPREDUCE-1774.patch, MAPREDUCE-1774.patch, MAPREDUCE-1774.patch > > > This is MapReduce part of HADOOP-6332 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.