MAPREDUCE-3264. mapreduce.job.user.name needs to be set automatically. (acmurthy via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1189616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0e75187199
commit
33dc6578de
|
@ -1789,6 +1789,9 @@ Release 0.23.0 - Unreleased
|
||||||
MAPREDUCE-3254. Fixed streaming to set the job.jar by using the right
|
MAPREDUCE-3254. Fixed streaming to set the job.jar by using the right
|
||||||
JobConf ctor. (acmurthy)
|
JobConf ctor. (acmurthy)
|
||||||
|
|
||||||
|
MAPREDUCE-3264. mapreduce.job.user.name needs to be set automatically.
|
||||||
|
(acmurthy via mahadev)
|
||||||
|
|
||||||
Release 0.22.0 - Unreleased
|
Release 0.22.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -1224,4 +1224,12 @@
|
||||||
mapreduce.job.end-notification.max.retry.interval</description>
|
mapreduce.job.end-notification.max.retry.interval</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>mapreduce.job.user.name</name>
|
||||||
|
<value>${user.name}</value>
|
||||||
|
<description>The user name for the job submitter, configurable only in
|
||||||
|
non-secure mode. In secure mode Kerberos authentication is necessary.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue