spark-instrumented-optimizer/yarn
Marcelo Vanzin 3f779d872d [SPARK-1631] Correctly set the Yarn app name when launching the AM.
Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #539 from vanzin/yarn-app-name and squashes the following commits:

7d1ca4f [Marcelo Vanzin] [SPARK-1631] Correctly set the Yarn app name when launching the AM.
2014-05-08 20:46:11 -07:00
..
alpha [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leak 2014-05-03 10:59:05 -07:00
common/src [SPARK-1631] Correctly set the Yarn app name when launching the AM. 2014-05-08 20:46:11 -07:00
stable [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leak 2014-05-03 10:59:05 -07:00
pom.xml SPARK-1474: Spark on yarn assembly doesn't include AmIpFilter 2014-05-06 12:00:09 -07: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