Fixed some entries that got added in wrong place.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ecab39be64
commit
f42a2babb2
|
@ -1,12 +1,5 @@
|
|||
Hadoop Change Log
|
||||
|
||||
MAPREDUCE-2764. Fix renewal of dfs delegation tokens. (Owen via jitendra)
|
||||
|
||||
HADOOP-7721. Add log before login in KerberosAuthenticationHandler. (jitendra)
|
||||
|
||||
HADOOP-7766. The auth to local mappings are not being respected, with webhdfs
|
||||
and security enabled. (jitendra)
|
||||
|
||||
Release 0.23.0 - Unreleased
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -422,6 +415,8 @@ Release 0.23.0 - Unreleased
|
|||
HADOOP-7745. Fix wrong variable name in exception message introduced
|
||||
in HADOOP-7509. (Ravi Prakash via suresh)
|
||||
|
||||
MAPREDUCE-2764. Fix renewal of dfs delegation tokens. (Owen via jitendra)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-7333. Performance improvement in PureJavaCrc32. (Eric Caspole
|
||||
|
@ -684,6 +679,11 @@ Release 0.23.0 - Unreleased
|
|||
HADOOP-7764. Allow HttpServer to set both ACL list and path spec filters.
|
||||
(Jonathan Eagles via acmurthy)
|
||||
|
||||
HADOOP-7766. The auth to local mappings are not being respected, with webhdfs
|
||||
and security enabled. (jitendra)
|
||||
|
||||
HADOOP-7721. Add log before login in KerberosAuthenticationHandler. (jitendra)
|
||||
|
||||
Release 0.22.0 - Unreleased
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
Loading…
Reference in New Issue