Committing HADOOP-6949 to branch 0.22.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1089562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
33754052e3
commit
5bfd361ca7
|
@ -45,7 +45,8 @@ Trunk (unreleased changes)
|
|||
|
||||
HADOOP-7059. Remove "unused" warning in native code. (Noah Watkins via eli)
|
||||
|
||||
HADOOP-6864. Provide a JNI-based implementation of ShellBasedUnixGroupsNetgroupMapping
|
||||
HADOOP-6864. Provide a JNI-based implementation of
|
||||
ShellBasedUnixGroupsNetgroupMapping
|
||||
(implementation of GroupMappingServiceProvider) (Erik Seffl via boryas)
|
||||
|
||||
HADOOP-7078. Improve javadocs for RawComparator interface.
|
||||
|
@ -82,9 +83,6 @@ Trunk (unreleased changes)
|
|||
(Daryn Sharp via szetszwo)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-6949. Reduce RPC packet size of primitive arrays using
|
||||
ArrayPrimitiveWritable instead of ObjectWritable. (Matt Foley via suresh)
|
||||
|
||||
BUG FIXES
|
||||
|
||||
|
@ -364,6 +362,9 @@ Release 0.22.0 - Unreleased
|
|||
HADOOP-6683. ZlibCompressor does not fully utilize the buffer.
|
||||
(Kang Xiao via eli)
|
||||
|
||||
HADOOP-6949. Reduce RPC packet size of primitive arrays using
|
||||
ArrayPrimitiveWritable instead of ObjectWritable. (Matt Foley via suresh)
|
||||
|
||||
BUG FIXES
|
||||
|
||||
HADOOP-6638. try to relogin in a case of failed RPC connection (expired
|
||||
|
|
Loading…
Reference in New Issue