aboutsummaryrefslogtreecommitdiff
path: root/yarn/README.md
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2014-01-02 14:24:48 +0800
committerRaymond Liu <raymond.liu@intel.com>2014-01-03 14:14:35 +0800
commitf442afc22ef2e8a10ea22d5a7b392d41a1c7fdf8 (patch)
treef53dd9dae7030a8a97d26e59749443cd0f78607a /yarn/README.md
parent18b3633e54a8c902083f15e64983abca1eb0de7e (diff)
downloadspark-f442afc22ef2e8a10ea22d5a7b392d41a1c7fdf8.tar.gz
spark-f442afc22ef2e8a10ea22d5a7b392d41a1c7fdf8.tar.bz2
spark-f442afc22ef2e8a10ea22d5a7b392d41a1c7fdf8.zip
fix docs for yarn
Diffstat (limited to 'yarn/README.md')
-rw-r--r--yarn/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarn/README.md b/yarn/README.md
index 9a7a1dd838..65ee85447e 100644
--- a/yarn/README.md
+++ b/yarn/README.md
@@ -1,12 +1,12 @@
# YARN DIRECTORY LAYOUT
-Hadoop Yarn related codes are organized in separate directories for easy management.
+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 is break again.
+ stable represents 2.2 and later, until the API changes again.
alpha / stable will build together with common dir into a single jar