RE: what is the major difference between Hadoop and cloudMapReduce?

2009-12-03 Thread huan.liu
that there is no limit. Thanks. -Huan > -Original Message- > From: Todd Lipcon [mailto:t...@cloudera.com] > Sent: Thursday, December 03, 2009 9:45 AM > To: general@hadoop.apache.org > Subject: Re: what is the major difference between Hadoop and > cloudMapReduce? > &

Re: what is the major difference between Hadoop and cloudMapReduce?

2009-12-03 Thread Todd Lipcon
On Thu, Dec 3, 2009 at 9:39 AM, wrote: > > -Original Message- > > From: Todd Lipcon [mailto:t...@cloudera.com] > > Sent: Monday, November 30, 2009 8:15 AM > > To: general@hadoop.apache.org > > Subject: Re: what is the major difference between Hadoop and >

RE: what is the major difference between Hadoop and cloudMapReduce?

2009-12-03 Thread huan.liu
> -Original Message- > From: Todd Lipcon [mailto:t...@cloudera.com] > Sent: Monday, November 30, 2009 8:15 AM > To: general@hadoop.apache.org > Subject: Re: what is the major difference between Hadoop and > cloudMapReduce? > > On Mon, Nov 30, 2009 at 1:48

Re: what is the major difference between Hadoop and cloudMapReduce?

2009-11-30 Thread Todd Lipcon
] > > Sent: Sunday, November 29, 2009 10:15 AM > > To: general@hadoop.apache.org > > Subject: Re: what is the major difference between Hadoop and > > cloudMapReduce? > > > > Another difference is that Cloud Mapreduce doesn't scale well when > > there are >

RE: what is the major difference between Hadoop and cloudMapReduce?

2009-11-30 Thread huan.liu
Lipcon [mailto:t...@cloudera.com] > Sent: Sunday, November 29, 2009 10:15 AM > To: general@hadoop.apache.org > Subject: Re: what is the major difference between Hadoop and > cloudMapReduce? > > Another difference is that Cloud Mapreduce doesn't scale well when > there are &g

Re: what is the major difference between Hadoop and cloudMapReduce?

2009-11-29 Thread Todd Lipcon
Another difference is that Cloud Mapreduce doesn't scale well when there are a large number of values for the same key. They collect in a single SQS queue per partition, and in the reducer reads that into a hashtable that never spills to disk. So, if you have more values for a key than fit in RAM,

Re: what is the major difference between Hadoop and cloudMapReduce?

2009-11-29 Thread Bruce Snyder
On Sun, Nov 29, 2009 at 3:13 AM, Tim Robertson wrote: > Hi Tom, > > One major difference is that Hadoop allows working with any object > that you can serialize, rather than only Strings so it is applicable > for use with (e.g) image processing, or rendering to images or PDFs on > the output format

Re: what is the major difference between Hadoop and cloudMapReduce?

2009-11-29 Thread Tim Robertson
Hi Tom, One major difference is that Hadoop allows working with any object that you can serialize, rather than only Strings so it is applicable for use with (e.g) image processing, or rendering to images or PDFs on the output format. Cheers Tim On Sun, Nov 29, 2009 at 5:36 AM, Bruce Snyder wr

Re: what is the major difference between Hadoop and cloudMapReduce?

2009-11-28 Thread Bruce Snyder
On Sat, Nov 28, 2009 at 8:55 PM, tom wrote: > Hi, > >  I know Hadoop is a suite of software service for the cluster > computing, including mapreduce implementation, distributed database, > distributed file system, etc. >  the confusion to me is If cloudMapReduce just is focused on Cloud > Computin

what is the major difference between Hadoop and cloudMapReduce?

2009-11-28 Thread tom
Hi,  I know Hadoop is a suite of software service for the cluster computing, including mapreduce implementation, distributed database, distributed file system, etc.  the confusion to me is If cloudMapReduce just is focused on Cloud Computing Infrastructure and must be depend on overall distributed