spark-instrumented-optimizer/yarn
Sandy Ryza a99fb3747a SPARK-1193. Fix indentation in pom.xmls
Author: Sandy Ryza <sandy@cloudera.com>

Closes #91 from sryza/sandy-spark-1193 and squashes the following commits:

a878124 [Sandy Ryza] SPARK-1193. Fix indentation in pom.xmls
2014-03-07 23:10:35 -08:00
..
alpha SPARK-1193. Fix indentation in pom.xmls 2014-03-07 23:10:35 -08:00
common/src SPARK-1197. Change yarn-standalone to yarn-cluster and fix up running on YARN docs 2014-03-06 17:12:58 -08:00
stable SPARK-1193. Fix indentation in pom.xmls 2014-03-07 23:10:35 -08:00
pom.xml SPARK-1121: Include avro for yarn-alpha builds 2014-03-02 15:18:19 -08: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