Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D853D967 for ; Wed, 26 Sep 2012 02:40:08 +0000 (UTC) Received: (qmail 89974 invoked by uid 500); 26 Sep 2012 02:40:08 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 89857 invoked by uid 500); 26 Sep 2012 02:40:08 -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 89849 invoked by uid 99); 26 Sep 2012 02:40:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 02:40:08 +0000 Date: Wed, 26 Sep 2012 13:40:08 +1100 (NCT) From: "Arun C Murthy (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1307761783.126620.1348627208101.JavaMail.jiratomcat@arcas> In-Reply-To: <1835330806.57998.1336821587900.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-4253) Tests for mapreduce-client-core are lying under mapreduce-client-jobclient 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-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13463479#comment-13463479 ] Arun C Murthy commented on MAPREDUCE-4253: ------------------------------------------ No, we are missing deps and the jira was still 'open'. I think I finally tracked what is going on... This jira moved pieces like TestProcfsBasedProcessTree.java to hadoop-mapreduce-client-core and did not update ivy.xml to include a dependency on hadoop-mapreduce-client-core-${version}-tests.jar which resulted in MAPREDUCE-4682. What's worse - we don't have a way to include that as a dependency since we don't create hadoop-mapreduce-client-core-${version}-tests.jar via our maven builds. Hence this commit should be blocked by MAPREDUCE-4683. For now, I'm blocked on this for hadoop-2.0.2-alpha release and I propose we revert this until after we fix MAPREDUCE-4683 to avoid MAPREDUCE-4682. > Tests for mapreduce-client-core are lying under mapreduce-client-jobclient > -------------------------------------------------------------------------- > > Key: MAPREDUCE-4253 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4253 > Project: Hadoop Map/Reduce > Issue Type: Task > Components: client > Affects Versions: 2.0.0-alpha > Reporter: Harsh J > Assignee: Tsuyoshi OZAWA > Fix For: 2.0.2-alpha > > Attachments: crossing_project_checker.rb, MR-4253.1.patch, MR-4253.2.patch, result.txt > > > Many of the tests for client libs from mapreduce-client-core are lying under mapreduce-client-jobclient. > We should investigate if this is the right thing to do and if not, move the tests back into client-core. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira