spark-instrumented-optimizer/yarn
Kousuke Saruta 7f3718842c [SPARK-4282][YARN] Stopping flag in YarnClientSchedulerBackend should be volatile
In YarnClientSchedulerBackend, a variable "stopping" is used as a flag and it's accessed by some threads so it should be volatile.

Author: Kousuke Saruta <sarutak@oss.nttdata.co.jp>

Closes #3143 from sarutak/stopping-flag-volatile and squashes the following commits:

58fdcc9 [Kousuke Saruta] Marked stoppig flag as volatile
2014-11-11 12:33:53 -06:00
..
alpha [SPARK-3797] Minor addendum to Yarn shuffle service 2014-11-06 17:18:49 -08:00
common/src [SPARK-4282][YARN] Stopping flag in YarnClientSchedulerBackend should be volatile 2014-11-11 12:33:53 -06:00
stable [SPARK-3797] Minor addendum to Yarn shuffle service 2014-11-06 17:18:49 -08:00
pom.xml [SPARK-4032] Deprecate YARN alpha support in Spark 1.2 2014-10-27 10:02:48 -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