syncing branch-2 and trunk CHANGES.TXT to be closer together
This commit is contained in:
parent
7545488b12
commit
c4128165b5
|
@ -38,6 +38,7 @@ Release 2.8.0 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-11719. [Fsshell] Remove bin/hadoop reference from
|
HADOOP-11719. [Fsshell] Remove bin/hadoop reference from
|
||||||
GenericOptionsParser default help text.
|
GenericOptionsParser default help text.
|
||||||
|
(Brahma Reddy Battula via harsh)
|
||||||
|
|
||||||
HADOOP-11692. Improve authentication failure WARN message to avoid user
|
HADOOP-11692. Improve authentication failure WARN message to avoid user
|
||||||
confusion. (Yongjun Zhang)
|
confusion. (Yongjun Zhang)
|
||||||
|
@ -170,24 +171,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-11813. releasedocmaker.py should use today's date instead of
|
HADOOP-11813. releasedocmaker.py should use today's date instead of
|
||||||
unreleased (Darrell Taylor via aw)
|
unreleased (Darrell Taylor via aw)
|
||||||
|
|
||||||
HADOOP-12295. Improve NetworkTopology#InnerNode#remove logic. (yliu)
|
HADOOP-12158. Improve error message in
|
||||||
|
TestCryptoStreamsWithOpensslAesCtrCryptoCodec when OpenSSL is not
|
||||||
HADOOP-12050. Enable MaxInactiveInterval for hadoop http auth token
|
installed. (wang)
|
||||||
(hzlu via benoyantony)
|
|
||||||
|
|
||||||
HADOOP-12368. Mark ViewFileSystemBaseTest and ViewFsBaseTest as abstract.
|
|
||||||
(wang)
|
|
||||||
|
|
||||||
HADOOP-12367. Move TestFileUtil's test resources to resources folder.
|
|
||||||
(wang via yliu)
|
|
||||||
|
|
||||||
HADOOP-12369. Point hadoop-project/pom.xml java.security.krb5.conf
|
|
||||||
within target folder. (wang)
|
|
||||||
|
|
||||||
HADOOP-12324. Better exception reporting in SaslPlainServer.
|
|
||||||
(Mike Yoder via stevel)
|
|
||||||
|
|
||||||
BUG FIXES
|
|
||||||
|
|
||||||
HADOOP-12124. Add HTrace support for FsShell (cmccabe)
|
HADOOP-12124. Add HTrace support for FsShell (cmccabe)
|
||||||
|
|
||||||
|
@ -252,15 +238,32 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-9891. CLIMiniCluster instructions fail with MiniYarnCluster
|
HADOOP-9891. CLIMiniCluster instructions fail with MiniYarnCluster
|
||||||
ClassNotFoundException (Darrell Taylor via aw)
|
ClassNotFoundException (Darrell Taylor via aw)
|
||||||
|
|
||||||
|
HADOOP-12295. Improve NetworkTopology#InnerNode#remove logic. (yliu)
|
||||||
|
|
||||||
|
HADOOP-12050. Enable MaxInactiveInterval for hadoop http auth token
|
||||||
|
(hzlu via benoyantony)
|
||||||
|
|
||||||
HADOOP-12325. RPC Metrics : Add the ability track and log slow RPCs.
|
HADOOP-12325. RPC Metrics : Add the ability track and log slow RPCs.
|
||||||
(Anu Engineer via xyao)
|
(Anu Engineer via xyao)
|
||||||
|
|
||||||
|
HADOOP-12368. Mark ViewFileSystemBaseTest and ViewFsBaseTest as abstract.
|
||||||
|
(wang)
|
||||||
|
|
||||||
|
HADOOP-12367. Move TestFileUtil's test resources to resources folder.
|
||||||
|
(wang via yliu)
|
||||||
|
|
||||||
|
HADOOP-12369. Point hadoop-project/pom.xml java.security.krb5.conf
|
||||||
|
within target folder. (wang)
|
||||||
|
|
||||||
HADOOP-12358. Add -safely flag to rm to prompt when deleting many files.
|
HADOOP-12358. Add -safely flag to rm to prompt when deleting many files.
|
||||||
(xyao via wang)
|
(xyao via wang)
|
||||||
|
|
||||||
HADOOP-12384. Add "-direct" flag option for fs copy so that user can choose
|
HADOOP-12384. Add "-direct" flag option for fs copy so that user can choose
|
||||||
not to create "._COPYING_" file (J.Andreina via vinayakumarb)
|
not to create "._COPYING_" file (J.Andreina via vinayakumarb)
|
||||||
|
|
||||||
|
HADOOP-12324. Better exception reporting in SaslPlainServer.
|
||||||
|
(Mike Yoder via stevel)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-11785. Reduce the number of listStatus operation in distcp
|
HADOOP-11785. Reduce the number of listStatus operation in distcp
|
||||||
|
@ -514,7 +517,7 @@ Release 2.8.0 - UNRELEASED
|
||||||
cygwin in branch-2. (Li Lu via cnauroth)
|
cygwin in branch-2. (Li Lu via cnauroth)
|
||||||
|
|
||||||
HADOOP-12164. Fix TestMove and TestFsShellReturnCode failed to get command
|
HADOOP-12164. Fix TestMove and TestFsShellReturnCode failed to get command
|
||||||
name using reflection. (lei)
|
name using reflection. (Lei (Eddy) Xu)
|
||||||
|
|
||||||
HADOOP-12173. NetworkTopology::add calls toString always.
|
HADOOP-12173. NetworkTopology::add calls toString always.
|
||||||
(Inigo Goiri via cdouglas)
|
(Inigo Goiri via cdouglas)
|
||||||
|
@ -537,6 +540,12 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-12235 hadoop-openstack junit & mockito dependencies should be
|
HADOOP-12235 hadoop-openstack junit & mockito dependencies should be
|
||||||
"provided". (Ted Yu via stevel)
|
"provided". (Ted Yu via stevel)
|
||||||
|
|
||||||
|
HADOOP-12209 Comparable type should be in FileStatus.
|
||||||
|
(Yong Zhang via stevel)
|
||||||
|
|
||||||
|
HADOOP-12088. KMSClientProvider uses equalsIgnoreCase("application/json").
|
||||||
|
(Brahma Reddy Battula via stevel)
|
||||||
|
|
||||||
HADOOP-11797. releasedocmaker.py needs to put ASF headers on output (aw)
|
HADOOP-11797. releasedocmaker.py needs to put ASF headers on output (aw)
|
||||||
|
|
||||||
HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong
|
HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong
|
||||||
|
@ -896,8 +905,8 @@ Release 2.7.0 - 2015-04-20
|
||||||
|
|
||||||
HADOOP-11607. Reduce log spew in S3AFileSystem. (Lei (Eddy) Xu via stevel)
|
HADOOP-11607. Reduce log spew in S3AFileSystem. (Lei (Eddy) Xu via stevel)
|
||||||
|
|
||||||
HADOOP-11495. Convert site documentation from apt to markdown (Masatake
|
HADOOP-11495. Convert site documentation from apt to markdown
|
||||||
Iwasaki via aw)
|
(Masatake Iwasaki via aw)
|
||||||
|
|
||||||
HADOOP-11632. Cleanup Find.java to remove SupressWarnings annotations.
|
HADOOP-11632. Cleanup Find.java to remove SupressWarnings annotations.
|
||||||
(Akira Ajisaka via ozawa)
|
(Akira Ajisaka via ozawa)
|
||||||
|
@ -1656,7 +1665,7 @@ Release 2.6.0 - 2014-11-18
|
||||||
HADOOP-10758. KMS: add ACLs on per key basis. (tucu)
|
HADOOP-10758. KMS: add ACLs on per key basis. (tucu)
|
||||||
|
|
||||||
HADOOP-9540. Expose the InMemoryS3 and S3N FilesystemStores implementations
|
HADOOP-9540. Expose the InMemoryS3 and S3N FilesystemStores implementations
|
||||||
for Unit testing. (Steve Lougran)
|
for Unit testing. (Hari via stevel)
|
||||||
|
|
||||||
HADOOP-10373 create tools/hadoop-amazon for aws/EMR support (stevel)
|
HADOOP-10373 create tools/hadoop-amazon for aws/EMR support (stevel)
|
||||||
|
|
||||||
|
@ -1686,8 +1695,8 @@ Release 2.6.0 - 2014-11-18
|
||||||
HADOOP-11101. How about inputstream close statement from catch block to
|
HADOOP-11101. How about inputstream close statement from catch block to
|
||||||
finally block in FileContext#copy() ( skrho via vinayakumarb )
|
finally block in FileContext#copy() ( skrho via vinayakumarb )
|
||||||
|
|
||||||
HADOOP-8808. Update FsShell documentation to mention deprecation of some
|
HADOOP-8808. Update FsShell documentation to mention deprecation of some of
|
||||||
of the commands, and mention alternatives (Akira AJISAKA via aw)
|
the commands, and mention alternatives (Akira AJISAKA via aw)
|
||||||
|
|
||||||
HADOOP-10954. Adding site documents of hadoop-tools (Masatake Iwasaki
|
HADOOP-10954. Adding site documents of hadoop-tools (Masatake Iwasaki
|
||||||
via aw)
|
via aw)
|
||||||
|
@ -1830,6 +1839,8 @@ Release 2.6.0 - 2014-11-18
|
||||||
HADOOP-10933. FileBasedKeyStoresFactory Should use Configuration.getPassword
|
HADOOP-10933. FileBasedKeyStoresFactory Should use Configuration.getPassword
|
||||||
for SSL Passwords. (lmccay via tucu)
|
for SSL Passwords. (lmccay via tucu)
|
||||||
|
|
||||||
|
HADOOP-10759. Remove hardcoded JAVA_HEAP_MAX. (Sam Liu via Eric Yang)
|
||||||
|
|
||||||
HADOOP-10905. LdapGroupsMapping Should use configuration.getPassword for SSL
|
HADOOP-10905. LdapGroupsMapping Should use configuration.getPassword for SSL
|
||||||
and LDAP Passwords. (lmccay via brandonli)
|
and LDAP Passwords. (lmccay via brandonli)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue