Re: Input examples

2011-06-07 Thread Marcos Ortiz
You can use the HackReduce's datasets too for this. http://hackreduce.org/datasets Regards El 6/7/2011 1:56 PM, Jonathan Coveney escribió: Have you taken a look at the O'Reilly Hadoop book? It deals consistently with a weather dataset that is, I believe, largely available. 2011/6/7 Francesco

Re: Input examples

2011-06-07 Thread Francesco De Luca
Great! Thank you Jonathan 2011/6/7 Jonathan Coveney > Have you taken a look at the O'Reilly Hadoop book? It deals consistently > with a weather dataset that is, I believe, largely available. > > > 2011/6/7 Francesco De Luca > >> Hello Sean, >> >> not exactely. I mean some applications like word

Re: Input examples

2011-06-07 Thread Jonathan Coveney
Have you taken a look at the O'Reilly Hadoop book? It deals consistently with a weather dataset that is, I believe, largely available. 2011/6/7 Francesco De Luca > Hello Sean, > > not exactely. I mean some applications like word count or inverted index > and the relative input data. > > 2011/6/7

Re: Input examples

2011-06-07 Thread Francesco De Luca
Hello Sean, not exactely. I mean some applications like word count or inverted index and the relative input data. 2011/6/7 Sean Owen > Not sure if it's quite what you mean, but, Apache Mahout is essentially all > applications of Hadoop for machine learning, a bunch of runnable jobs (some > with

Re: Input examples

2011-06-07 Thread Sean Owen
Not sure if it's quite what you mean, but, Apache Mahout is essentially all applications of Hadoop for machine learning, a bunch of runnable jobs (some with example data too). mahout.apache.org On Tue, Jun 7, 2011 at 3:54 PM, Francesco De Luca wrote: > Where i can find some hadoop map reduce app

Input examples

2011-06-07 Thread Francesco De Luca
Where i can find some hadoop map reduce application examples (except word count) with associate input files? Thanks