|
@@ -35,11 +35,6 @@ Trunk (unreleased changes)
|
|
|
HADOOP-7717. Move handling of concurrent client fail-overs to
|
|
|
RetryInvocationHandler (atm)
|
|
|
|
|
|
- HADOOP-6490. Use StringUtils over String#replace in Path#normalizePath.
|
|
|
- (Uma Maheswara Rao G via harsh)
|
|
|
-
|
|
|
- HADOOP-7736. Remove duplicate Path#normalizePath call. (harsh)
|
|
|
-
|
|
|
HADOOP-7664. Remove warmings when overriding final parameter configuration
|
|
|
if the override value is same as the final parameter value.
|
|
|
(Ravi Prakash via suresh)
|
|
@@ -68,12 +63,6 @@ Trunk (unreleased changes)
|
|
|
|
|
|
HADOOP-7899. Generate proto java files as part of the build. (tucu)
|
|
|
|
|
|
- HADOOP-7574. Improve FSShell -stat, add user/group elements.
|
|
|
- (XieXianshan via harsh)
|
|
|
-
|
|
|
- HADOOP-7919. Remove the unused hadoop.logfile.* properties from the
|
|
|
- core-default.xml file. (harsh)
|
|
|
-
|
|
|
HADOOP-7808. Port HADOOP-7510 - Add configurable option to use original
|
|
|
hostname in token instead of IP to allow server IP change.
|
|
|
(Daryn Sharp via suresh)
|
|
@@ -81,8 +70,6 @@ Trunk (unreleased changes)
|
|
|
HADOOP-7957. Classes deriving GetGroupsBase should be able to override
|
|
|
proxy creation. (jitendra)
|
|
|
|
|
|
- HADOOP-4515. Configuration#getBoolean must not be case sensitive. (Sho Shimauchi via harsh)
|
|
|
-
|
|
|
HADOOP-7968. Errant println left in RPC.getHighestSupportedProtocol (Sho Shimauchi via harsh)
|
|
|
|
|
|
HADOOP-7987. Support setting the run-as user in unsecure mode. (jitendra)
|
|
@@ -209,6 +196,19 @@ Release 0.23.1 - Unreleased
|
|
|
|
|
|
HADOOP-7975. Add LZ4 as an entry in the default codec list, missed by HADOOP-7657 (harsh)
|
|
|
|
|
|
+ HADOOP-4515. Configuration#getBoolean must not be case sensitive. (Sho Shimauchi via harsh)
|
|
|
+
|
|
|
+ HADOOP-6490. Use StringUtils over String#replace in Path#normalizePath.
|
|
|
+ (Uma Maheswara Rao G via harsh)
|
|
|
+
|
|
|
+ HADOOP-7574. Improve FSShell -stat, add user/group elements.
|
|
|
+ (XieXianshan via harsh)
|
|
|
+
|
|
|
+ HADOOP-7736. Remove duplicate Path#normalizePath call. (harsh)
|
|
|
+
|
|
|
+ HADOOP-7919. Remove the unused hadoop.logfile.* properties from the
|
|
|
+ core-default.xml file. (harsh)
|
|
|
+
|
|
|
OPTIMIZATIONS
|
|
|
|
|
|
BUG FIXES
|