aboutsummaryrefslogtreecommitdiff
path: root/yarn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'yarn/README.md')
-rw-r--r--yarn/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn/README.md b/yarn/README.md
index 0d63bd9352..9a7a1dd838 100644
--- a/yarn/README.md
+++ b/yarn/README.md
@@ -4,9 +4,9 @@ Hadoop Yarn related codes are organized in separate directories for easy managem
* 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.
+ * alpha / stable : 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.
+ alpha represents 0.23 and 2.0.x
+ stable represents 2.2 and later, until the API is break again.
-2.0 / 2.2 will build together with common dir into a single jar
+alpha / stable will build together with common dir into a single jar