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 281799E63 for ; Wed, 1 Feb 2012 18:03:24 +0000 (UTC) Received: (qmail 14952 invoked by uid 500); 1 Feb 2012 18:03:24 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 14895 invoked by uid 500); 1 Feb 2012 18:03:23 -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 14876 invoked by uid 99); 1 Feb 2012 18:03:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 18:03:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 18:03:22 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E316E184306 for ; Wed, 1 Feb 2012 18:03:01 +0000 (UTC) Date: Wed, 1 Feb 2012 18:03:01 +0000 (UTC) From: "Eli Collins (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <1491665368.3518.1328119381931.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1749740608.10437.1327981930396.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3768) MR-2450 introduced a significant performance regression 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-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13198007#comment-13198007 ] Eli Collins commented on MAPREDUCE-3768: ---------------------------------------- Here's a jstack during test execution. Possible that it could be a bug in Hive but more likely an issue of 2450 interacting with the LocalJobRunner. {noformat} "LocalJobRunner Map Task Executor #0" prio=5 tid=102804800 nid=0x10ef1e000 in Object.wait() [10ef1d000] java.lang.Thread.State: WAITING (on object monitor) at java.lang.Object.wait(Native Method) - waiting on <7bd6c6890> (a java.lang.Object) at java.lang.Object.wait(Object.java:485) at org.apache.hadoop.mapred.Task$TaskReporter.stopCommunicationThread(Task.java:726) - locked <7bd6c6890> (a java.lang.Object) at org.apache.hadoop.mapred.Task.done(Task.java:935) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:332) at org.apache.hadoop.mapred.LocalJobRunner$Job$MapTaskRunnable.run(LocalJobRunner.java:232) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:680) {noformat} > MR-2450 introduced a significant performance regression > ------------------------------------------------------- > > Key: MAPREDUCE-3768 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3768 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.1 > Reporter: Eli Collins > Priority: Blocker > > MAPREDUCE-2450 introduced, or at least triggers, a significant performance regression in Hive. With MR-2450 the execution time of TestCliDriver.skewjoin goes from 2 minutes to 15 minutes. Reverting this change from the build fixes the issue. > Here's the relevant query: > {noformat} > FROM src src1 JOIN src src2 ON (src1.key = src2.key) > INSERT OVERWRITE TABLE dest_j1 SELECT src1.key, src2.value; > {noformat} > You can reproduce this by running the following from Hive 8.0 against Hadoop built from branch-23. > {noformat} > ant very-clean package test -Dtestcase=TestCliDriver -Dqfile=skewjoin.q > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira