spark-instrumented-optimizer/yarn
Sean Owen df6d81425b SPARK-1607. HOTFIX: Fix syntax adapting Int result to Short
Sorry folks. This should make the change for SPARK-1607 compile again. Verified this time with the yarn build enabled.

Author: Sean Owen <sowen@cloudera.com>

Closes #556 from srowen/SPARK-1607.2 and squashes the following commits:

e3fe7a3 [Sean Owen] Fix syntax adapting Int result to Short
2014-04-25 14:17:38 -07:00
..
alpha Fix Scala Style 2014-04-24 15:07:23 -07:00
common/src SPARK-1607. HOTFIX: Fix syntax adapting Int result to Short 2014-04-25 14:17:38 -07:00
stable Clean up and simplify Spark configuration 2014-04-21 10:26:33 -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