spark-instrumented-optimizer/yarn
Henry Saputra 3bc054893b Remove extra semicolon in import statement and unused import in ApplicationMaster
Small nit cleanup to remove extra semicolon and unused import in Yarn's stable ApplicationMaster (it bothers me every time I saw it)

Author: Henry Saputra <hsaputra@apache.org>

Closes #358 from hsaputra/nitcleanup_removesemicolon_import_applicationmaster and squashes the following commits:

bffb685 [Henry Saputra] Remove extra semicolon in import statement and unused import in ApplicationMaster.scala
2014-04-08 14:23:16 -07:00
..
alpha SPARK-1252. On YARN, use container-log4j.properties for executors 2014-04-07 13:28:14 -05:00
common/src SPARK-1252. On YARN, use container-log4j.properties for executors 2014-04-07 13:28:14 -05:00
stable Remove extra semicolon in import statement and unused import in ApplicationMaster 2014-04-08 14:23:16 -07:00
pom.xml SPARK-1252. On YARN, use container-log4j.properties for executors 2014-04-07 13:28:14 -05:00
README.md fix docs for yarn 2014-01-03 14:14:35 +08:00

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