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 4223C11728 for ; Fri, 18 Jul 2014 17:08:06 +0000 (UTC) Received: (qmail 43365 invoked by uid 500); 18 Jul 2014 17:07:59 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 43252 invoked by uid 500); 18 Jul 2014 17:07:59 -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 43240 invoked by uid 99); 18 Jul 2014 17:07:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 17:07:58 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dobhalashish772@gmail.com designates 209.85.219.54 as permitted sender) Received: from [209.85.219.54] (HELO mail-oa0-f54.google.com) (209.85.219.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2014 17:07:55 +0000 Received: by mail-oa0-f54.google.com with SMTP id n16so3626271oag.41 for ; Fri, 18 Jul 2014 10:07:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0vsmajOoZKMojVc80ByfZOIU5ZEqNPqmwo6U5iGCDU4=; b=LNut2U/cGUSiKlZE0zhc9XNd7UrE5SIqgIpKDloXaAfBP0zz7QvjoVPsNyKS8dh3Yc 51ZHlBa+baugU/69WJyP8u7HL967EZriU4JknOgyCR5yhElPy/jpPmOw/VN23emo8+WQ DCAIRPv+D5KjzNkwA/bEP1Rv/n8gyInu6gPwNPGY2EaLS9ekbWFOaiEtib6CxdDOvgYO u7NQGIfzgwXTc2EGO3fFn0B/uTHsUvDGqaZQJWnKN3JcuaplfW9HKH2peH+id6PS1j6B Isz0QZnR63m7+QqMu3fXf4BByHfGBUugKxPwo1BLcTU40GimUoj7md1x/IeJ7cDcoiMh y6Dw== MIME-Version: 1.0 X-Received: by 10.182.91.4 with SMTP id ca4mr9088003obb.26.1405703249380; Fri, 18 Jul 2014 10:07:29 -0700 (PDT) Received: by 10.60.27.234 with HTTP; Fri, 18 Jul 2014 10:07:29 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Jul 2014 22:37:29 +0530 Message-ID: Subject: Re: MR JOB From: Ashish Dobhal To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=e89a8fb1f33cd6c9c504fe7acad2 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb1f33cd6c9c504fe7acad2 Content-Type: text/plain; charset=UTF-8 Rich Haase Thanks, But if the copy ops do not occur as a MR job then how does the splitting of a file into several blocks takes place. On Fri, Jul 18, 2014 at 10:24 PM, Rich Haase wrote: > File copy operations do not run as map reduce jobs. All hadoop fs > commands are run as operations against HDFS and do not use the MapReduce. > > > On Fri, Jul 18, 2014 at 10:49 AM, Ashish Dobhal > wrote: > >> Does the normal operations of hadoop such as uploading and downloading a >> file into the HDFS run as a MR job. >> If so why cant I see the job being run on my task tracker and job tracker. >> Thank you. >> > > > > -- > *Kernighan's Law* > "Debugging is twice as hard as writing the code in the first place. > Therefore, if you write the code as cleverly as possible, you are, by > definition, not smart enough to debug it." > --e89a8fb1f33cd6c9c504fe7acad2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Rich Haase Thanks,
But if the copy ops do not occur as= a MR job then how does the splitting of a file into several blocks takes p= lace.


On Fri, Jul 18, 2014 at 10:24 PM, Rich Haase <rdhaase@gmail.com> wrote:
File copy operations do not run as map reduce jobs. =C2=A0= All hadoop fs commands are run as operations against HDFS and do not use th= e MapReduce.

On Fri, Jul 18, 2014 at 10:49 AM, Ashish Dobhal <dobhalashish772@g= mail.com> wrote:
Does the normal operations = of hadoop such as uploading and downloading a file into the HDFS run as a M= R job.
If so why cant I see the job being run on my task tracker and job tracker.<= /div>
Thank you.=C2=A0



--
Kernighan's Law"Debugging is twice as hard as writing the code in the first place.= =C2=A0 Therefore, if you write the code as cleverly as possible, you are, b= y definition, not smart enough to debug it."

--e89a8fb1f33cd6c9c504fe7acad2--