RE: Limitation of key-value pairs for a particular key.

2013-01-18 Thread Utkarsh Gupta
order was not maintained From: Harsh J [mailto:ha...@cloudera.com] Sent: Thursday, January 17, 2013 1:57 AM To: mapreduce-user Subject: RE: Limitation of key-value pairs for a particular key. We don't sort values (only keys) nor apply any manual limits in MR. Can your post a reproduceable test

RE: Limitation of key-value pairs for a particular key.

2013-01-18 Thread Sven Groot
January 2013 18:25 To: mapreduce-user@hadoop.apache.org Subject: RE: Limitation of key-value pairs for a particular key. You are right Actually we were expecting the values to be sorted. We tried to reproduce the problem by this simple code private final IntWritable one=new IntWritable(1

RE: Limitation of key-value pairs for a particular key.

2013-01-16 Thread Utkarsh Gupta
...@hortonworks.com] Sent: Thursday, January 10, 2013 11:00 PM To: mapreduce-user@hadoop.apache.org Subject: Re: Limitation of key-value pairs for a particular key. There isn't any limit like that. Can you reproduce this consistently? If so, please file a ticket. It will definitely help if you can

RE: Limitation of key-value pairs for a particular key.

2013-01-16 Thread Harsh J
, January 10, 2013 11:00 PM *To:* mapreduce-user@hadoop.apache.org *Subject:* Re: Limitation of key-value pairs for a particular key. ** ** There isn't any limit like that. Can you reproduce this consistently? If so, please file a ticket. It will definitely help if you can provide a test case

Re: Limitation of key-value pairs for a particular key.

2013-01-10 Thread Vinod Kumar Vavilapalli
There isn't any limit like that. Can you reproduce this consistently? If so, please file a ticket. It will definitely help if you can provide a test case which can reproduce this issue. Thanks, +Vinod On Thu, Jan 10, 2013 at 12:41 AM, Utkarsh Gupta utkarsh_gu...@infosys.comwrote: Hi,