Move entries for HADOOP-6769 and HADOOP-6813 to 0.21 section of CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@953874 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
755a5d8c9b
commit
4164d25db6
12
CHANGES.txt
12
CHANGES.txt
|
@ -23,9 +23,6 @@ Trunk (unreleased changes)
|
|||
HADOOP-6627. "Bad Connection to FS" message in FSShell should print
|
||||
message from the exception (boryas)
|
||||
|
||||
HADOOP-6769. Add an API in FileSystem to get FileSystem instances based
|
||||
on users(ddas via boryas)
|
||||
|
||||
HADOOP-6600. mechanism for authorization check for inter-server
|
||||
protocols. (boryas)
|
||||
|
||||
|
@ -44,9 +41,6 @@ Trunk (unreleased changes)
|
|||
HADOOP-6674. Makes use of the SASL authentication options in the
|
||||
SASL RPC. (Jitendra Pandey via ddas)
|
||||
|
||||
HADOOP-6813. Add a new newInstance method in FileSystem that takes
|
||||
a "user" as argument (ddas via boryas)
|
||||
|
||||
HADOOP-6526. Need mapping from long principal names to local OS
|
||||
user names. (boryas)
|
||||
|
||||
|
@ -945,6 +939,12 @@ Release 0.21.0 - Unreleased
|
|||
|
||||
HADOOP-6403. Deprecate EC2 bash scripts. (tomwhite)
|
||||
|
||||
HADOOP-6769. Add an API in FileSystem to get FileSystem instances based
|
||||
on users(ddas via boryas)
|
||||
|
||||
HADOOP-6813. Add a new newInstance method in FileSystem that takes
|
||||
a "user" as argument (ddas via boryas)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-5595. NameNode does not need to run a replicator to choose a
|
||||
|
|
Loading…
Reference in New Issue