spark-instrumented-optimizer/yarn/README.md

13 lines
443 B
Markdown
Raw Normal View History

2013-12-05 21:26:59 -05:00
# YARN DIRECTORY LAYOUT
2014-01-02 01:24:48 -05:00
Hadoop Yarn related codes are organized in separate directories to minimize duplicated code.
2013-12-05 21:26:59 -05:00
2013-12-23 03:28:52 -05:00
* common : Common codes that do not depending on specific version of Hadoop.
2013-12-05 21:26:59 -05:00
* alpha / stable : Codes that involve specific version of Hadoop YARN API.
2013-12-05 21:26:59 -05:00
alpha represents 0.23 and 2.0.x
2014-01-02 01:24:48 -05:00
stable represents 2.2 and later, until the API changes again.
2013-12-05 21:26:59 -05:00
alpha / stable will build together with common dir into a single jar