Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hadoop beginners [closed]

I'm trying to practice some data mining algorithms using hadoop. Can I do this with HDFS alone, or do I need to use the sub-projects like hive/hbase/pig?

like image 517
realnumber Avatar asked Jul 19 '10 00:07

realnumber


2 Answers

I've found a university site with some exercises and solutions for MapReduce that build only on Hadoop:

http://www.umiacs.umd.edu/~jimmylin/Cloud9/docs/index.html

Additionally there are courses from Yahoo and Google:

http://developer.yahoo.com/hadoop/tutorial/

http://code.google.com/edu/parallel/index.html

All these courses work on plain Hadoop, to answer your question.

like image 159
Thomas Koch Avatar answered Oct 11 '22 13:10

Thomas Koch


Start with plain mapreduce at beginner level. You can try Pig/Hive/Hbase at the next level.

You will not be able appreciate Pig/Hive/Hbase unless you struggle enough to use plain map reduce

like image 23
Harsha Hulageri Avatar answered Oct 11 '22 14:10

Harsha Hulageri