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 AA435DAD8 for ; Mon, 13 Aug 2012 10:13:16 +0000 (UTC) Received: (qmail 31894 invoked by uid 500); 13 Aug 2012 10:13:14 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 30509 invoked by uid 500); 13 Aug 2012 10:13:09 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 30458 invoked by uid 99); 13 Aug 2012 10:13:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 10:13:07 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FSL_RCVD_USER,HTML_MESSAGE,HTML_OBFUSCATE_05_10,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of manoj444@gmail.com designates 209.85.161.176 as permitted sender) Received: from [209.85.161.176] (HELO mail-gg0-f176.google.com) (209.85.161.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 10:13:00 +0000 Received: by ggke5 with SMTP id e5so2140316ggk.35 for ; Mon, 13 Aug 2012 03:12:40 -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=qVNtoj1+ibDu6mlPChvQgDgRNYdSoNbuhYOTXjgloAA=; b=XKr+pJzbsWYiDv2EuTQ0RNkXgX0VnaEKQ7ZMc8djEKaH4+iS+1yrQbRJ++mhtwQcze 5qLNprNAHUFosXZosA/Y+w05uDax0Dg7aJS/3lbd2GgyJas+zQAv7LLjrsFx+rlc30Cd sNpNTZPOut2hpT+qmlZF5rA+qBcNWc4gfGKa2mpuEuHECZgwh+WS2fg5GRhNg3YzLg4R PLYW75JULTx4e+0IFi5qismHXRNLoeJ/RzqVsWy6Us2A1ohCsdzI8S64n7Xw16rVYWNN +R4QaSYY4tvBoyRxqmgD1cEcorY4bqQho1vIfKyISysY0j7QUhD+jHvBHn3hq2t1QKEo 4+SQ== Received: by 10.68.132.194 with SMTP id ow2mr4420718pbb.36.1344852759681; Mon, 13 Aug 2012 03:12:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.66.134.162 with HTTP; Mon, 13 Aug 2012 03:12:19 -0700 (PDT) From: Manoj Babu Date: Mon, 13 Aug 2012 15:42:19 +0530 Message-ID: Subject: doubt on Hadoop job submission process To: mapreduce-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=047d7b15b139041ae404c722efed X-Virus-Checked: Checked by ClamAV on apache.org --047d7b15b139041ae404c722efed Content-Type: text/plain; charset=ISO-8859-1 Hi All, Normal Hadoop job submission process involves: 1. Checking the input and output specifications of the job. 2. Computing the InputSplits for the job. 3. Setup the requisite accounting information for the DistributedCache of the job, if necessary. 4. Copying the job's jar and configuration to the map-reduce system directory on the distributed file-system. 5. Submitting the job to the JobTracker and optionally monitoring it's status. I have a doubt in 4th point of job execution flow could any of you explain it? - What is job's jar? - Is it job's jar is the one we submitted to hadoop or hadoop will build based on the job configuration object? Cheers! Manoj. --047d7b15b139041ae404c722efed Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi All,

Normal Hadoop job submission process invo= lves:
  1. Checking the input and output specifications of the job.
  2. Comput= ing the=A0InputSplits for the job.
  3. Setup the requisite accounting information for the=A0Dist= ributedCache=A0of the job, if necessary.
  4. Copying the job's jar and configuration to the map-reduce system di= rectory on the distributed file-system.
  5. Submitting the job to the= =A0JobTracker=A0and optionally monitoring it's status.
I have a doubt in 4th point of =A0job execution flow could any o= f you explain it?
  • What is job's jar?
  • Is it job's jar is th= e one we submitted to hadoop or hadoop will build based on the job configur= ation object?=A0


Cheers! Manoj.
--047d7b15b139041ae404c722efed--