tree: 81cba74a0b4014fda9e97c68720d8f898f4c2dfd [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