- #刷题
Hadoop Reading List

22228
可以按如下的顺序入门Hadoop:
1.
Book: <<An Introduction to Parallel Programming>>
Site: http://www.cs.usfca.edu/~peter/ipp/
Brief: Introduce how to write parallel program with distributed memory system (MPI) and shared memory system (Pthreads and OpenMP).
2.
Book: <<Data-Intensive Text Processing with MapReduce>>
Site: http://lintool.github.io/MapReduceAlgorithms/
Brief: Introduce the MapReduce programming model.
3.
Book: <<Hadoop: The Definitive Guide, 3rd Edition>>
Site: http://hadoopbook.com/
Brief: Introduce how to use Hadoop and its ecosystem.
4.
Book: <<Hadoop Internals: in-depth study of Common and HDFS>>
<<Hadoop Internals: in-depth study of MapReduce>>
<<Hadoop Internals: in-depth study of YARN>>
Site: http://hadoop123.com/
Brief: Introduce the architecture and implementation of HDFS, MapReduce and YARN in Chinese.
1.
Book: <<An Introduction to Parallel Programming>>
Site: http://www.cs.usfca.edu/~peter/ipp/
Brief: Introduce how to write parallel program with distributed memory system (MPI) and shared memory system (Pthreads and OpenMP).
2.
Book: <<Data-Intensive Text Processing with MapReduce>>
Site: http://lintool.github.io/MapReduceAlgorithms/
Brief: Introduce the MapReduce programming model.
3.
Book: <<Hadoop: The Definitive Guide, 3rd Edition>>
Site: http://hadoopbook.com/
Brief: Introduce how to use Hadoop and its ecosystem.
4.
Book: <<Hadoop Internals: in-depth study of Common and HDFS>>
<<Hadoop Internals: in-depth study of MapReduce>>
<<Hadoop Internals: in-depth study of YARN>>
Site: http://hadoop123.com/
Brief: Introduce the architecture and implementation of HDFS, MapReduce and YARN in Chinese.
8条回复
热度排序