Re: issue with map running time

2012-07-06 Thread Robert Evans
How long a program takes to run depends on a lot of things. It could be a connectivity issue, or it could be that your program does a lot more processing for some input records then for others, or it could be that some of your records are a lot smaller so that more of them exist in a single inp

Re: Job exceeded Reduce Input limit

2012-07-06 Thread Robert Evans
What version of hadoop are you using? From: Stephen Boesch mailto:java...@gmail.com>> Reply-To: "mapreduce-user@hadoop.apache.org" mailto:mapreduce-user@hadoop.apache.org>> To: "mapreduce-user@hadoop.apache.org" m

Re: sequence_no generation in pig

2012-07-06 Thread Harsh J
Hi, Why do you want sequence numbers when processing with MR (Pig/Hive)? You may also want to read this: http://search-hadoop.com/m/ZD8rhxeFWV1 On Fri, Jul 6, 2012 at 4:38 PM, avnish pundir wrote: > Hi , > I'm not able to generate additional field as sequence number for my code.Is > there any p