aboutsummaryrefslogtreecommitdiff
path: root/yarn/README.md
blob: 0d63bd9352d75511049eab03915a082f9a59d29f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# YARN DIRECTORY LAYOUT

Hadoop Yarn related codes are organized in separate directories for easy management.

 * common : Common codes that do not depending on specific version of Hadoop.

 * 2.0 / 2.2 : Codes that involve specific version of Hadoop YARN API.

  2.0 actually represents  0.23 and 2.0
  2.2 actually represents 2.2 and later, until the API is break again.

2.0 / 2.2 will build together with common dir into a single jar