tree: c23e31032fa7effe249395c087033d5a9517cac9 [path history] [tgz]
  1. alpha/
  2. common/
  3. stable/
  4. pom.xml
  5. README.md
yarn/README.md

YARN DIRECTORY LAYOUT

Hadoop Yarn related codes are organized in separate directories to minimize duplicated code.

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

  • alpha / stable : Codes that involve specific version of Hadoop YARN API.

alpha represents 0.23 and 2.0.x stable represents 2.2 and later, until the API changes again.

alpha / stable will build together with common dir into a single jar