HADOOP-10184. Move to 2.4.0 in CHANGES.txt in preparation for merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572190 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8542c1f28f
commit
fe3f75730f
@ -8,9 +8,6 @@ Trunk (Unreleased)
|
|||||||
FSDataOutputStream.sync() and Syncable.sync(). (szetszwo)
|
FSDataOutputStream.sync() and Syncable.sync(). (szetszwo)
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
|
|
||||||
HADOOP-10184. Hadoop Common changes required to support HDFS ACLs. (See
|
|
||||||
breakdown of tasks below for features and contributors)
|
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
@ -300,41 +297,6 @@ Trunk (Unreleased)
|
|||||||
|
|
||||||
HADOOP-10044 Improve the javadoc of rpc code (sanjay Radia)
|
HADOOP-10044 Improve the javadoc of rpc code (sanjay Radia)
|
||||||
|
|
||||||
BREAKDOWN OF HADOOP-10184 SUBTASKS AND RELATED JIRAS
|
|
||||||
|
|
||||||
HADOOP-10185. FileSystem API for ACLs. (cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10186. Remove AclReadFlag and AclWriteFlag in FileSystem API.
|
|
||||||
(Haohui Mai via cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10187. FsShell CLI: add getfacl and setfacl with minimal support for
|
|
||||||
getting and setting ACLs. (Vinay via cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10192. FileSystem#getAclStatus has incorrect JavaDocs. (cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10220. Add ACL indicator bit to FsPermission. (cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10241. Clean up output of FsShell getfacl. (Chris Nauroth via wheat9)
|
|
||||||
|
|
||||||
HADOOP-10213. Fix bugs parsing ACL spec in FsShell setfacl.
|
|
||||||
(Vinay via cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10277. setfacl -x fails to parse ACL spec if trying to remove the
|
|
||||||
mask entry. (Vinay via cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10270. getfacl does not display effective permissions of masked
|
|
||||||
entries. (cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10344. Fix TestAclCommands after merging HADOOP-10338 patch.
|
|
||||||
(cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10352. Recursive setfacl erroneously attempts to apply default ACL to
|
|
||||||
files. (cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10354. TestWebHDFS fails after merge of HDFS-4685 to trunk. (cnauroth)
|
|
||||||
|
|
||||||
HADOOP-10361. Correct alignment in CLI output for ACLs. (cnauroth)
|
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||||
@ -362,6 +324,9 @@ Release 2.4.0 - UNRELEASED
|
|||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
|
|
||||||
|
HADOOP-10184. Hadoop Common changes required to support HDFS ACLs. (See
|
||||||
|
breakdown of tasks below for features and contributors)
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
|
||||||
HADOOP-10139. Update and improve the Single Cluster Setup document.
|
HADOOP-10139. Update and improve the Single Cluster Setup document.
|
||||||
@ -413,6 +378,41 @@ Release 2.4.0 - UNRELEASED
|
|||||||
HADOOP-10070. RPC client doesn't use per-connection conf to determine
|
HADOOP-10070. RPC client doesn't use per-connection conf to determine
|
||||||
server's expected Kerberos principal name. (atm)
|
server's expected Kerberos principal name. (atm)
|
||||||
|
|
||||||
|
BREAKDOWN OF HADOOP-10184 SUBTASKS AND RELATED JIRAS
|
||||||
|
|
||||||
|
HADOOP-10185. FileSystem API for ACLs. (cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10186. Remove AclReadFlag and AclWriteFlag in FileSystem API.
|
||||||
|
(Haohui Mai via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10187. FsShell CLI: add getfacl and setfacl with minimal support for
|
||||||
|
getting and setting ACLs. (Vinay via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10192. FileSystem#getAclStatus has incorrect JavaDocs. (cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10220. Add ACL indicator bit to FsPermission. (cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10241. Clean up output of FsShell getfacl. (Chris Nauroth via wheat9)
|
||||||
|
|
||||||
|
HADOOP-10213. Fix bugs parsing ACL spec in FsShell setfacl.
|
||||||
|
(Vinay via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10277. setfacl -x fails to parse ACL spec if trying to remove the
|
||||||
|
mask entry. (Vinay via cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10270. getfacl does not display effective permissions of masked
|
||||||
|
entries. (cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10344. Fix TestAclCommands after merging HADOOP-10338 patch.
|
||||||
|
(cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10352. Recursive setfacl erroneously attempts to apply default ACL to
|
||||||
|
files. (cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10354. TestWebHDFS fails after merge of HDFS-4685 to trunk. (cnauroth)
|
||||||
|
|
||||||
|
HADOOP-10361. Correct alignment in CLI output for ACLs. (cnauroth)
|
||||||
|
|
||||||
Release 2.3.1 - UNRELEASED
|
Release 2.3.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user