Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 71693 invoked from network); 24 Sep 2009 06:19:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Sep 2009 06:19:40 -0000 Received: (qmail 66840 invoked by uid 500); 24 Sep 2009 06:19:40 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 66799 invoked by uid 500); 24 Sep 2009 06:19:39 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 66784 invoked by uid 99); 24 Sep 2009 06:19:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2009 06:19: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; Thu, 24 Sep 2009 06:19:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2BB5C234C4AF for ; Wed, 23 Sep 2009 23:19:16 -0700 (PDT) Message-ID: <12742869.1253773156178.JavaMail.jira@brutus> Date: Wed, 23 Sep 2009 23:19:16 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: hdfs-issues@hadoop.apache.org Subject: [jira] Commented: (HDFS-641) Move all of the benchmarks and tests that depend on mapreduce to mapreduce In-Reply-To: <319045692.1253642416192.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/HDFS-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12759036#action_12759036 ] Owen O'Malley commented on HDFS-641: ------------------------------------ That had been the plan, but in practice, it didn't work well. To build, you needed to compile common, and update the common jars in hdfs and mapred. Then you compile hdfs and push the jar to mapreduce. Then you compile mapreduce and push to hdfs. Then you compile hdfs-test and push to mapreduce. Then you compile mapreduce test and push it to hdfs. Then you run the hdfs tests. Then you run the mapreduce tests. By comparison, if we break the cycle, we can compile common, test common, compile hdfs, test hdfs, compile mapreduce, and test mapreduce. Yes, we need to do more work to test hdfs without mapreduce. But this is a good change. > Move all of the benchmarks and tests that depend on mapreduce to mapreduce > -------------------------------------------------------------------------- > > Key: HDFS-641 > URL: https://issues.apache.org/jira/browse/HDFS-641 > Project: Hadoop HDFS > Issue Type: Bug > Components: test > Affects Versions: 0.20.2 > Reporter: Owen O'Malley > Assignee: Owen O'Malley > Priority: Blocker > Fix For: 0.21.0 > > > Currently, we have a bad cycle where to build hdfs you need to test mapreduce and iterate once. This is broken. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.