YARN-2317. Updated the document about how to write YARN applications. Contributed by Li Lu.

svn merge --ignore-ancestry -c 1617594 ../../trunk/


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1617597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhijie Shen 2014-08-12 21:39:17 +00:00
parent ebf92e44f9
commit b2f0fd8961
2 changed files with 644 additions and 676 deletions

View File

@ -101,6 +101,9 @@ Release 2.6.0 - UNRELEASED
YARN-2373. Changed WebAppUtils to use Configuration#getPassword for
accessing SSL passwords. (Larry McCay via jianhe)
YARN-2317. Updated the document about how to write YARN applications. (Li Lu via
zjshen)
OPTIMIZATIONS
BUG FIXES