spark-instrumented-optimizer/yarn
2014-01-03 12:14:38 +08:00
..
alpha Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2 2014-01-03 12:14:38 +08:00
common/src Clean up unused files for yarn 2014-01-03 12:14:38 +08:00
stable Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2 2014-01-03 12:14:38 +08:00
pom.xml Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2 2014-01-03 12:14:38 +08:00
README.md Using name yarn-alpha/yarn instead of yarn-2.0/yarn-2.2 2014-01-03 12:14:38 +08:00

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.

  • 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 is break again.

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