Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-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 743B6E4F4 for ; Wed, 6 Feb 2013 16:36:16 +0000 (UTC) Received: (qmail 92688 invoked by uid 500); 6 Feb 2013 16:36:10 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 92591 invoked by uid 500); 6 Feb 2013 16:36:10 -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 92584 invoked by uid 99); 6 Feb 2013 16:36:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 16:36:10 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,HTML_OBFUSCATE_05_10,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Sean.McNamara@webtrends.com designates 216.64.169.22 as permitted sender) Received: from [216.64.169.22] (HELO pdxsmtp01.WebTrends.dmz) (216.64.169.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 16:36:02 +0000 Received: from PDXEXMAIL02.webtrends.corp (Not Verified[10.61.2.34]) by pdxsmtp01.WebTrends.dmz with MailMarshal (v6,8,4,9558) (using TLS: SSLv23) id ; Wed, 06 Feb 2013 16:35:35 +0000 Received: from PDXEXMAIL01.WebTrends.corp ([169.254.3.229]) by PDXEXMAIL02.webtrends.corp ([169.254.4.24]) with mapi id 14.02.0328.009; Wed, 6 Feb 2013 16:35:35 +0000 From: Sean McNamara To: "user@hadoop.apache.org" Subject: Re: TaskStatus Exception using HFileOutputFormat Thread-Topic: TaskStatus Exception using HFileOutputFormat Thread-Index: AQHOBAFLhGci5kSvXkOdczZlM/VHuphr/t2A//+NJICAAJVVAIAAcUOA Date: Wed, 6 Feb 2013 16:35:34 +0000 Message-ID: <012039977044474D9CFA6A36A4D1FF66F38CFD@PDXEXMAIL01.webtrends.corp> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.61.2.4] Content-Type: multipart/alternative; boundary="_000_012039977044474D9CFA6A36A4D1FF66F38CFDPDXEXMAIL01webtre_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_012039977044474D9CFA6A36A4D1FF66F38CFDPDXEXMAIL01webtre_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > Using the below construct, do you still get exception ? Correct, I am still getting this exception. Sean From: Ted Yu > Reply-To: "user@hadoop.apache.org" > Date: Tuesday, February 5, 2013 7:50 PM To: "user@hadoop.apache.org" > Subject: Re: TaskStatus Exception using HFileOutputFormat Using the below construct, do you still get exception ? Please consider upgrading to hadoop 1.0.4 Thanks On Tue, Feb 5, 2013 at 4:55 PM, Sean McNamara > wrote: > an you tell us the HBase and hadoop versions you were using ? Ahh yes, sorry I left that out: Hadoop: 1.0.3 HBase: 0.92.0 > I guess you have used the above construct Our code is as follows: HTable table =3D new HTable(conf, configHBaseTable); FileOutputFormat.setOutputPath(job, outputDir); HFileOutputFormat.configureIncrementalLoad(job, table); Thanks! From: Ted Yu > Reply-To: "user@hadoop.apache.org" > Date: Tuesday, February 5, 2013 5:46 PM To: "user@hadoop.apache.org" > Subject: Re: TaskStatus Exception using HFileOutputFormat Can you tell us the HBase and hadoop versions you were using ? >From TestHFileOutputFormat: HFileOutputFormat.configureIncrementalLoad(job, table); FileOutputFormat.setOutputPath(job, outDir); I guess you have used the above construct ? Cheers On Tue, Feb 5, 2013 at 4:31 PM, Sean McNamara > wrote: We're trying to use HFileOutputFormat for bulk hbase loading. When using = HFileOutputFormat's setOutputPath or configureIncrementalLoad, the job is u= nable to run. The error I see in the jobtracker logs is: Trying to set fin= ish time for task attempt_201301030046_123198_m_000002_0 when no start time= is set, stackTrace is : java.lang.Exception If I remove an references to HFileOutputFormat, and use FileOutputFormat.se= tOutputPath, things seem to run great. Does anyone know what could be caus= ing the TaskStatus error when using HFileOutputFormat? Thanks, Sean What I see on the Job Tracker: 2013-02-06 00:17:33,685 ERROR org.apache.hadoop.mapred.TaskStatus: Trying t= o set finish time for task attempt_201301030046_123198_m_000002_0 when no s= tart time is set, stackTrace is : java.lang.Exception at org.apache.hadoop.mapred.TaskStatus.setFinishTime(TaskStatus.jav= a:145) at org.apache.hadoop.mapred.TaskInProgress.incompleteSubTask(TaskIn= Progress.java:670) at org.apache.hadoop.mapred.JobInProgress.failedTask(JobInProgress.= java:2945) at org.apache.hadoop.mapred.JobInProgress.updateTaskStatus(JobInPro= gress.java:1162) at org.apache.hadoop.mapred.JobTracker.updateTaskStatuses(JobTracke= r.java:4739) at org.apache.hadoop.mapred.JobTracker.processHeartbeat(JobTracker.= java:3683) at org.apache.hadoop.mapred.JobTracker.heartbeat(JobTracker.java:33= 78) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod= AccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:563) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1388) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1384) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:396) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupIn= formation.java:1121) at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1382) What I see from the console: 391 [main] INFO org.apache.hadoop.hbase.mapreduce.HFileOutputFormat - Lo= oking up current regions for table org.apache.hadoop.hbase.client.HTable@3a= 083b1b 1284 [main] INFO org.apache.hadoop.hbase.mapreduce.HFileOutputFormat - Co= nfiguring 41 reduce partitions to match current region count 1285 [main] INFO org.apache.hadoop.hbase.mapreduce.HFileOutputFormat - Wr= iting partition information to file:/opt/webtrends/oozie/jobs/Lab/O/Visitor= Analytics.MapReduce/bin/partitions_1360109875112 1319 [main] INFO org.apache.hadoop.util.NativeCodeLoader - Loaded the nat= ive-hadoop library 1328 [main] INFO org.apache.hadoop.io.compress.zlib.ZlibFactory - Success= fully loaded & initialized native-zlib library 1329 [main] INFO org.apache.hadoop.io.compress.CodecPool - Got brand-new = compressor 1588 [main] INFO org.apache.hadoop.hbase.mapreduce.HFileOutputFormat - In= cremental table output configured. 2896 [main] INFO org.apache.hadoop.hbase.mapreduce.TableOutputFormat - Cr= eated table instance for Lab_O_VisitorHistory 2910 [main] INFO org.apache.hadoop.mapreduce.lib.input.FileInputFormat - = Total input paths to process : 1 Job Name: job_201301030046_123199 Job Id: http://strack01.staging.dmz:50030/jobdetails.jsp?jobid=3Djob_201301= 030046_123199 Job URL: VisitorHistory MapReduce (soozie01.Lab.O) 3141 [main] INFO org.apache.hadoop.mapred.JobClient - Running job: job_20= 1301030046_123199 4145 [main] INFO org.apache.hadoop.mapred.JobClient - map 0% reduce 0% 10162 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_m_000002_0, Status : FAILED 10196 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata01.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000002_0&filter=3Dstdout 10199 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata01.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000002_0&filter=3Dstderr 10199 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_r_000042_0, Status : FAILED 10203 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata01.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000042_0&filter=3Dstdout 10205 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata01.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000042_0&filter=3Dstderr 10206 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_m_000002_1, Status : FAILED 10210 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata05.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000002_1&filter=3Dstdout 10213 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata05.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000002_1&filter=3Dstderr 10213 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_r_000042_1, Status : FAILED 10217 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata05.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000042_1&filter=3Dstdout 10219 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata05.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000042_1&filter=3Dstderr 10220 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_m_000002_2, Status : FAILED 10224 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata03.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000002_2&filter=3Dstdout 10226 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata03.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000002_2&filter=3Dstderr 10227 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_r_000042_2, Status : FAILED 10236 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata03.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000042_2&filter=3Dstdout 10239 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata03.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000042_2&filter=3Dstderr 10239 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_m_000001_0, Status : FAILED 10244 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata02.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000001_0&filter=3Dstdout 10247 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata02.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000001_0&filter=3Dstderr 10247 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_r_000041_0, Status : FAILED 10250 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata02.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000041_0&filter=3Dstdout 10252 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata02.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000041_0&filter=3Dstderr 11255 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_m_000001_1, Status : FAILED 11259 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata05.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000001_1&filter=3Dstdout 11262 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata05.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000001_1&filter=3Dstderr 11262 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_r_000041_1, Status : FAILED 11265 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata05.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000041_1&filter=3Dstdout 11267 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata05.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000041_1&filter=3Dstderr 11267 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_m_000001_2, Status : FAILED 11271 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata03.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000001_2&filter=3Dstdout 11273 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata03.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_m_000001_2&filter=3Dstderr 11274 [main] INFO org.apache.hadoop.mapred.JobClient - Task Id : attempt_= 201301030046_123199_r_000041_2, Status : FAILED 11277 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata03.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000041_2&filter=3Dstdout 11279 [main] WARN org.apache.hadoop.mapred.JobClient - Error reading task= outputhttp://sdata03.staging.dmz:50060/tasklog?plaintext=3Dtrue&attemptid= =3Dattempt_201301030046_123199_r_000041_2&filter=3Dstderr 11280 [main] INFO org.apache.hadoop.mapred.JobClient - Job complete: job_= 201301030046_123199 11291 [main] INFO org.apache.hadoop.mapred.JobClient - Counters: 4 11292 [main] INFO org.apache.hadoop.mapred.JobClient - Job Counters 11292 [main] INFO org.apache.hadoop.mapred.JobClient - SLOTS_MILLIS_M= APS=3D0 11292 [main] INFO org.apache.hadoop.mapred.JobClient - Total time spe= nt by all reduces waiting after reserving slots (ms)=3D0 11292 [main] INFO org.apache.hadoop.mapred.JobClient - Total time spe= nt by all maps waiting after reserving slots (ms)=3D0 11293 [main] INFO org.apache.hadoop.mapred.JobClient - SLOTS_MILLIS_R= EDUCES=3D0 --_000_012039977044474D9CFA6A36A4D1FF66F38CFDPDXEXMAIL01webtre_ Content-Type: text/html; charset="us-ascii" Content-ID: <512A4D6763784D47B9C190504D054802@WebTrends.com> Content-Transfer-Encoding: quoted-printable
> Using the below construct, do you still get exception ?

Correct, I am still getting this exception.

Sean

From: Ted Yu <yuzhihong@gmail.com>
Reply-To: "user@hadoop.apache.org" <user@hadoop.apache.org>
Date: Tuesday, February 5, 2013 7:5= 0 PM
To: "user@hadoop.apache.org" <user@hadoop.apache.org>
Subject: Re: TaskStatus Exception u= sing HFileOutputFormat

Using the below construct, do you still get exception ?

Please consider upgrading to hadoop 1.0.4

Thanks

On Tue, Feb 5, 2013 at 4:55 PM, Sean McNamara <Sean.M= cNamara@webtrends.com> wrote:
> an you tell us the HBase and hadoop versions you were using = ?

Ahh yes, sorry I left that out:

Hadoop: 1.0.3
HBase: 0.92.0


> I guess you have used the above construct


Our code is as follows:
HTable table =3D new HTable(conf, configHBaseTable);
FileOutputFormat.setOutputPath(job, outputDir);
HFileOutputFormat.configureIncrementalLoad(job, table);


Thanks!

From: Ted Yu <yuzhihong@gmail.com>
Reply-To: "user@hadoop.apache.org" &= lt;user@hadoop.= apache.org>
Date: Tuesday, February 5, 2013 5:4= 6 PM
To: "user@hadoop.apache.org" <user@hadoop.apache= .org>
Subject: Re: TaskStatus Exception u= sing HFileOutputFormat

Can you tell us the HBase and hadoop versions you were using ?
From TestHFileOutputFormat:

    HFileOutputFormat.configureIncrementalLoad(job, table= );

    FileOutputFormat.setOutputPath(job, outDir);

I guess you have used the above construct ?

Cheers

On Tue, Feb 5, 2013 at 4:31 PM, Sean McNamara <Sean.M= cNamara@webtrends.com> wrote:

We're trying to use HFileOutputFormat for bulk hbase loading. &nb= sp; When using HFileOutputFormat's setOutputPath or configur= eIncrementalLoad, the job is unable to run.  The error I see in the jo= btracker logs is: Trying to set finish time for task attempt_201301030= 046_123198_m_000002_0 when no start time is set, stackTrace is : java.lang.Exception

If I remove an references to HFileOutputFormat, and use File= OutputFormat.setOutputPath, things seem to run great.  Does anyone kno= w what could be causing the TaskStatus error when using HFileOutputFor= mat?

Thanks,

Sean


What I see on the Job Tracker:

2013-02-06 00:17:33,685 ERROR org.apache.hadoop.mapred.TaskStatus: Try= ing to set finish time for task attempt_201301030046_123198_m_000002_0 when= no start time is set, stackTrace is : java.lang.Exception
        at org.apache.hadoop.mapred.TaskStatus.set= FinishTime(TaskStatus.java:145)
        at org.apache.hadoop.mapred.TaskInProgress= .incompleteSubTask(TaskInProgress.java:670)
        at org.apache.hadoop.mapred.JobInProgress.= failedTask(JobInProgress.java:2945)
        at org.apache.hadoop.mapred.JobInProgress.= updateTaskStatus(JobInProgress.java:1162)
        at org.apache.hadoop.mapred.JobTracker.upd= ateTaskStatuses(JobTracker.java:4739)
        at org.apache.hadoop.mapred.JobTracker.pro= cessHeartbeat(JobTracker.java:3683)
        at org.apache.hadoop.mapred.JobTracker.hea= rtbeat(JobTracker.java:3378)
        at sun.reflect.GeneratedMethodAccessor2.in= voke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImp= l.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.= java:597)
        at org.apache.hadoop.ipc.RPC$Server.call(R= PC.java:563)
        at org.apache.hadoop.ipc.Server$Handler$1.= run(Server.java:1388)
        at org.apache.hadoop.ipc.Server$Handler$1.= run(Server.java:1384)
        at java.security.AccessController.doPrivil= eged(Native Method)
        at javax.security.auth.Subject.doAs(Subjec= t.java:396)
        at org.apache.hadoop.security.UserGroupInf= ormation.doAs(UserGroupInformation.java:1121)
        at org.apache.hadoop.ipc.Server$Handler.ru= n(Server.java:1382)


What I see from the console:

391  [main] INFO  org.apache.hadoop.hbase.mapreduce.HFileOut= putFormat  - Looking up current regions for table org.apache.hadoop.hb= ase.client.HTable@3a083b1b
1284 [main] INFO  org.apache.hadoop.hbase.mapreduce.HFileOutputFo= rmat  - Configuring 41 reduce partitions to match current region count=
1285 [main] INFO  org.apache.hadoop.hbase.mapreduce.HFileOutputFo= rmat  - Writing partition information to file:/opt/webtrends/oozie/job= s/Lab/O/VisitorAnalytics.MapReduce/bin/partitions_1360109875112
1319 [main] INFO  org.apache.hadoop.util.NativeCodeLoader  -= Loaded the native-hadoop library
1328 [main] INFO  org.apache.hadoop.io.compress.zlib.ZlibFactory =  - Successfully loaded & initialized native-zlib library
1329 [main] INFO  org.apache.hadoop.io.compress.CodecPool  -= Got brand-new compressor
1588 [main] INFO  org.apache.hadoop.hbase.mapreduce.HFileOutputFo= rmat  - Incremental table output configured.
2896 [main] INFO  org.apache.hadoop.hbase.mapreduce.TableOutputFo= rmat  - Created table instance for Lab_O_VisitorHistory
2910 [main] INFO  org.apache.hadoop.mapreduce.lib.input.FileInput= Format  - Total input paths to process : 1
Job Name:       job_201301030046_123199
Job URL:        VisitorHistory MapReduce (soozie01= .Lab.O)
3141 [main] INFO  org.apache.hadoop.mapred.JobClient  - Runn= ing job: job_201301030046_123199
4145 [main] INFO  org.apache.hadoop.mapred.JobClient  - &nbs= p;map 0% reduce 0%
10162 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_m_000002_0, Status : FAILED
10199 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_r_000042_0, Status : FAILED
10206 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_m_000002_1, Status : FAILED
10213 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_r_000042_1, Status : FAILED
10220 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_m_000002_2, Status : FAILED
10227 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_r_000042_2, Status : FAILED
10239 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_m_000001_0, Status : FAILED
10247 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_r_000041_0, Status : FAILED
11255 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_m_000001_1, Status : FAILED
11262 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_r_000041_1, Status : FAILED
11267 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_m_000001_2, Status : FAILED
11274 [main] INFO  org.apache.hadoop.mapred.JobClient  - Tas= k Id : attempt_201301030046_123199_r_000041_2, Status : FAILED
11280 [main] INFO  org.apache.hadoop.mapred.JobClient  - Job= complete: job_201301030046_123199
11291 [main] INFO  org.apache.hadoop.mapred.JobClient  - Cou= nters: 4
11292 [main] INFO  org.apache.hadoop.mapred.JobClient  - &nb= sp; Job Counters 
11292 [main] INFO  org.apache.hadoop.mapred.JobClient  - &nb= sp;   SLOTS_MILLIS_MAPS=3D0
11292 [main] INFO  org.apache.hadoop.mapred.JobClient  - &nb= sp;   Total time spent by all reduces waiting after reserving slots (m= s)=3D0
11292 [main] INFO  org.apache.hadoop.mapred.JobClient  - &nb= sp;   Total time spent by all maps waiting after reserving slots (ms)= =3D0
11293 [main] INFO  org.apache.hadoop.mapred.JobClient  - &nb= sp;   SLOTS_MILLIS_REDUCES=3D0





--_000_012039977044474D9CFA6A36A4D1FF66F38CFDPDXEXMAIL01webtre_--