YARN-1120. Made ApplicationConstants.Environment.USER definition OS neutral as the corresponding value is now set correctly end-to-end. Contributed by Chuan Liu.

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


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1519331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2013-09-02 02:31:55 +00:00
parent 0246b60e93
commit b5ec50756d
2 changed files with 5 additions and 1 deletions

View File

@ -63,6 +63,10 @@ Release 2.1.1-beta - UNRELEASED
YARN-1117. Improved help messages for "yarn application" and "yarn node"
commands. (Xuan Gong via vinodkv)
YARN-1120. Made ApplicationConstants.Environment.USER definition OS neutral
as the corresponding value is now set correctly end-to-end. (Chuan Liu via
vinodkv)
OPTIMIZATIONS
BUG FIXES

View File

@ -80,7 +80,7 @@ public interface ApplicationConstants {
* $USER
* Final, non-modifiable.
*/
USER(Shell.WINDOWS ? "USERNAME": "USER"),
USER("USER"),
/**
* $LOGNAME