Re: Question about mapReduce.

2012-01-28 Thread neo21 zerro
databases to HDFS for processing. Everything >>> that is processed in Hadoop is only from HDFS. So if you can put anything in >>> a HDFS, you can process anything. >>> >>>  - Ashwanth >>> >>> >>> On Fri, Jan 27, 2012 at 4:28 PM, neo21 ze

Question about mapReduce.

2012-01-27 Thread neo21 zerro
      Hello,    I'm really new to Hadoop and I was wondering if the MAP reduce programming model  from Hadoop is  a good choice only for processing large amount of data, from a file, database or a queue? Thanks!