Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 2CF9E10263 for ; Wed, 28 May 2014 23:54:03 +0000 (UTC) Received: (qmail 98370 invoked by uid 500); 28 May 2014 23:54:03 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 98334 invoked by uid 500); 28 May 2014 23:54:03 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 98325 invoked by uid 99); 28 May 2014 23:54:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 23:54:03 +0000 Date: Wed, 28 May 2014 23:54:03 +0000 (UTC) From: "Nishkam Ravi (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2041) Hard to co-locate MR2 and Spark jobs on the same cluster in YARN 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/YARN-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011844#comment-14011844 ] Nishkam Ravi commented on YARN-2041: ------------------------------------ Unlike FIFO, whose performance deteriorates consistently across multiple benchmarks as value of yarn.nodemanager.resource.memory-mb is increased from 16GB to 40GB, Capacity scheduler performs well for all benchmarks except for TeraValidate. For TeraValidate in single-job mode: Exec. time with Fair: 38 sec (yarn.nodemanager.resource.memory-mb = 16GB) Exec. time with Fair: 38 sec (yarn.nodemanager.resource.memory-mb = 40GB) Exec. time with Capacity: 51 sec (yarn.nodemanager.resource.memory-mb = 16GB) Exec. time with Capacity: 100 sec (yarn.nodemanager.resource.memory-mb = 40GB) Also, in multi-job mode, Capacity seems to be behaving like FIFO. Scheduling one job at a time for execution. > Hard to co-locate MR2 and Spark jobs on the same cluster in YARN > ---------------------------------------------------------------- > > Key: YARN-2041 > URL: https://issues.apache.org/jira/browse/YARN-2041 > Project: Hadoop YARN > Issue Type: Improvement > Components: nodemanager > Affects Versions: 2.3.0 > Reporter: Nishkam Ravi > > Performance of MR2 jobs falls drastically as YARN config parameter yarn.nodemanager.resource.memory-mb is increased beyond a certain value. > Performance of Spark falls drastically as the value of yarn.nodemanager.resource.memory-mb is decreased beyond a certain value for a large data set. > This makes it hard to co-locate MR2 and Spark jobs in YARN. > The experiments are being conducted on a 6-node cluster. The following workloads are being run: TeraGen, TeraSort, TeraValidate, WordCount, ShuffleText and PageRank. > Will add more details to this JIRA over time. -- This message was sent by Atlassian JIRA (v6.2#6252)