-
Notifications
You must be signed in to change notification settings - Fork 74
/
outline.txt
85 lines (55 loc) · 1.54 KB
/
outline.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Hadoop illuminated Outline
--------------------------
Part 1: Hadoop 101
- About
. about the book
. about the authors
- Big Data
. what is big data
. where does big data comes from
. examples of big data in the world
. challenges with big data
. how hadoop can solve big data problems
- Hadoop
. introduction
. history
. concepts
. hadoop eco system
- HDFS intro
. concepts
. architecture
- MapReduce intro
. concepts
. architecture
- Ecosystem
. pig, hive, hbase, zookeeper, avro
- hadoop distributions
- Hadoop use cases
- hadoop road map
- Hadoop in real world
. who is using hadoop
Part II : In Depth
- HDFS -- in depth
. deeper concepts
. excercise : command line interface, java interface
- Map REduce -- indepth
. excercises throughout
. sorting
. joins
. counters
. distributed cache
. spec execution
- Hadoop HA
- Hadoop benchmarking
- hadoop hardware / software
- hadoop version history
- hadoop 2 vs hadoop 1
- hadoop reference architectures
. loading data into hdfs (flume, scribe, sqoop)
- indepth ecosystem (flume, scribe, avro, zookeeper, pig, hive, hbase, mahout)
- handy classes
part III : HBase
Part IV: Cook book
- how to install single node hadoop
- how to setup multi node cluster
- hadoop pitfalls (DNS, networking ...etc)