aboutsummaryrefslogtreecommitdiff
path: root/yarn/README.md
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2013-12-23 16:28:52 +0800
committerRaymond Liu <raymond.liu@intel.com>2014-01-03 12:14:38 +0800
commitddc5054b35e0d23e76fb895f2455b75ceebdc206 (patch)
tree2322c9438247fca3fa4311db5c1644702fcd9753 /yarn/README.md
parent79b6b4ddc2859596fb7ddbf76b5bd9e8faef17b2 (diff)
downloadspark-ddc5054b35e0d23e76fb895f2455b75ceebdc206.tar.gz
spark-ddc5054b35e0d23e76fb895f2455b75ceebdc206.tar.bz2
spark-ddc5054b35e0d23e76fb895f2455b75ceebdc206.zip
Fix yarn/README.md
Diffstat (limited to 'yarn/README.md')
-rw-r--r--yarn/README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/yarn/README.md b/yarn/README.md
index e2c3aea9a8..0d63bd9352 100644
--- a/yarn/README.md
+++ b/yarn/README.md
@@ -1,14 +1,12 @@
# YARN DIRECTORY LAYOUT
-Hadoop Yarn related codes are organized in separate modules with layered dependency.
+Hadoop Yarn related codes are organized in separate directories for easy management.
- * common : Common codes that will be called into by other modules.
+ * common : Common codes that do not depending on specific version of Hadoop.
- * 2.0 / 2.2 : Codes that involve specific version of Hadoop YARN API. Depends on common module.
+ * 2.0 / 2.2 : Codes that involve specific version of Hadoop YARN API.
2.0 actually represents 0.23 and 2.0
2.2 actually represents 2.2 and later, until the API is break again.
- * Scheduler : Implementation of various YARN Scheduler and backend. Depends on 2.0 / 2.2 modules.
- * Assembly : For maven build to assembly all other modules in Yarn into one single jar.
-
+2.0 / 2.2 will build together with common dir into a single jar