Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAEA91742A for ; Mon, 27 Apr 2015 22:32:09 +0000 (UTC) Received: (qmail 55567 invoked by uid 500); 27 Apr 2015 22:32:03 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 55459 invoked by uid 500); 27 Apr 2015 22:32:03 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 55449 invoked by uid 99); 27 Apr 2015 22:32:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 22:32:02 +0000 X-ASF-Spam-Status: No, hits=4.1 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HK_RANDOM_ENVFROM,HK_RANDOM_FROM,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.164.171.186 which is an MX secondary for user@hadoop.apache.org) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2015 22:31:56 +0000 Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id CDD8C43BD0 for ; Mon, 27 Apr 2015 22:31:35 +0000 (UTC) Received: by iedfl3 with SMTP id fl3so6218521ied.1 for ; Mon, 27 Apr 2015 15:30:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ExbQrQ81sCtlzaGD+Wbzcxd+J+SQP0Hzbdae32vxaJo=; b=umNapIWzh80UEhqGwMHa66mXcgcMuKTaGZoP4zu/LjkyaYCk5PAT5Z/7HAwE7xMX/Y 9Rt/1jjojCGEK9BWdVnXb8NGglIE8Pt47VOi/ZU5/MUwr/SeWTSvxFvEsdD2ZEZ+Bghd 9AfvRHUWocvTfRmoGiFMKzBIoyIsC5HjQ37ek/9+fd1zp34zOkbdskbyrHEopUStJf3D +fV2Z1aiI6mCcsVufEuT91CEv7DNAFBZnTQziktW3/8WHqA6PpZVJbtatKR6UD/BoaHs 9mMTqJ7qKa4s/ira8HuKVwCcbJGBhh/6BU80kcIed1o1h1mu5fHUSU3DNhTcK9rTZOei FrsQ== X-Received: by 10.42.110.66 with SMTP id o2mr15255057icp.54.1430173854267; Mon, 27 Apr 2015 15:30:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.18.144 with HTTP; Mon, 27 Apr 2015 15:30:33 -0700 (PDT) From: Yang Date: Mon, 27 Apr 2015 15:30:33 -0700 Message-ID: Subject: in YARN/MR2, can I still submit multiple jobs to one MR application master? To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=20cf303bf71e8d02890514bc4c69 X-Virus-Checked: Checked by ClamAV on apache.org --20cf303bf71e8d02890514bc4c69 Content-Type: text/plain; charset=UTF-8 conceptually, the MR application master is similar to the old job tracker. if so, can I submit multiple jobs to the same MR application master? it looks like an odd use case, the context is that we have users generating lots of MR jobs, and he currently has a little crude scheduler that periodically launches jobs to the RM by just "hadoop jar ..." instead I was thinking to "carve out" a MR2 allocation in RM first, then periodically submit to the "job tracker"/application master, so that all the jobs are localized to this allocation. I was also thinking about using Tez instead of MR application master. Tez replaces MR2 application master, not on top of it, right? Thanks Yang --20cf303bf71e8d02890514bc4c69 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
conceptually, the MR application master is similar to the = old job tracker.

if so, can I submit multiple jobs to th= e same MR application master? =C2=A0it looks like an odd use case, the cont= ext is that we have users generating lots of MR jobs, and he currently has = a little crude scheduler that periodically launches jobs to the RM by just = "hadoop jar ..."

instead I was thinking = to "carve out" a MR2 allocation in RM first, then periodically su= bmit to the "job tracker"/application master, so that all the job= s are localized to this allocation.


I was also thinking about using Tez instead of MR application master. Tez = replaces MR2 application master, not on top of it, right?

Thanks
Yang
--20cf303bf71e8d02890514bc4c69--