Re: Start learning and using Hadoop

2009-08-30 Thread Jeff Hammerbacher
Hey, If you prefer video format for your tutorials, you can find some interesting content at http://www.cloudera.com/hadoop-training. Later, Jeff On Sun, Aug 30, 2009 at 9:27 AM, Mithila Nagendra wrote: > If you are trying to setup a Hadoop installation I would suggest going > through the artic

Re: Start learning and using Hadoop

2009-08-30 Thread Mithila Nagendra
If you are trying to setup a Hadoop installation I would suggest going through the article by Michael G Noll. Here's the link: http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_(Single-Node_Cluster)

Re: Start learning and using Hadoop

2009-08-30 Thread bharath vissapragada
I feel that Yahoo tutorial on hadoop is much better compared to the remaining ones .. It can be found at the following link http://developer.yahoo.com/hadoop/tutorial/ The following link describes in detail how to install and run the basic commands of hadoop and HDFS http://www.michael-noll.com/

Re: Start learning and using Hadoop

2009-08-30 Thread tim robertson
I would suggest starting by getting a single node cluster working using: http://wiki.apache.org/hadoop/GettingStartedWithHadoop Then try some of the examples that come with Hadoop (word count etc) Cheers, Tim On Sun, Aug 30, 2009 at 7:31 AM, HHB wrote: > > Hey, > I want to start learning and us