MAPREDUCE-3292. In secure mode job submission fails with Provider org.apache.hadoop.mapreduce.security.token.JobTokenIndentifier not found. (mahadev) - Merging r1190171 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
404817b294
commit
06e892c3e1
|
@ -1777,6 +1777,10 @@ Release 0.23.0 - Unreleased
|
|||
MAPREDUCE-3185. RM Web UI does not sort the columns in some cases.
|
||||
(Jonathan Eagles via mahadev)
|
||||
|
||||
MAPREDUCE-3292. In secure mode job submission fails with Provider
|
||||
org.apache.hadoop.mapreduce.security.token.JobTokenIndentifier$Renewer
|
||||
not found. (mahadev)
|
||||
|
||||
Release 0.22.0 - Unreleased
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
org.apache.hadoop.mapred.JobClient$Renewer
|
||||
org.apache.hadoop.mapreduce.security.token.JobTokenIndentifier$Renewer
|
||||
org.apache.hadoop.mapreduce.security.token.JobTokenIdentifier$Renewer
|
||||
|
|
Loading…
Reference in New Issue