Yongjun Zhang
|
36c08f793a
|
HADOOP-12828. Print user when services are started. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit a963baba10 )
|
2016-02-19 09:57:45 -08:00 |
cnauroth
|
b4c4f30fa4
|
HADOOP-11031. Design Document for Credential Provider API. Contributed by Larry McCay.
(cherry picked from commit 8ab7658025 )
|
2016-02-18 14:07:09 -08:00 |
Tsz-Wo Nicholas Sze
|
38fc086940
|
HADOOP-10865. Add a Crc32 chunked verification benchmark for both directly and non-directly buffer cases.
|
2016-02-18 12:02:00 -08:00 |
Robert Kanter
|
f864faaafa
|
HADOOP-12817. Enable TLS v1.1 and 1.2 (rkanter)
(cherry picked from commit a365a3941c )
|
2016-02-18 11:11:32 -08:00 |
cnauroth
|
779a69e28d
|
HDFS-9711. Integrate CSRF prevention filter in WebHDFS. Contributed by Chris Nauroth.
(cherry picked from commit 5d1889a66d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/DatanodeHttpServer.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeHttpServer.java
|
2016-02-18 10:09:33 -08:00 |
Xiaoyu Yao
|
ad4fcd1f9f
|
HDFS-8855. Webhdfs client leaks active NameNode connections. Contributed by Xiaobing Zhou.
(cherry picked from commit fe5624b85d )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/web/DatanodeHttpServer.java
|
2016-02-17 16:05:07 -08:00 |
Zhe Zhang
|
e226dbbc8a
|
HDFS-9799. Reimplement getCurrentTrashDir to remove incompatibility. (zhz)
Change-Id: I7834bcebffed38cb384db5395ddb8b6dd9e79a0b
|
2016-02-17 13:31:48 -08:00 |
cnauroth
|
6731bb468d
|
HADOOP-12548. Read s3a creds from a Credential Provider. Contributed by Larry McCay.
(cherry picked from commit 76fab26c5c )
Conflicts:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
|
2016-02-17 12:20:41 -08:00 |
Xiaoyu Yao
|
91c4a3a816
|
HADOOP-12878. KMS SPNEGO sequence does not work with WEBHDFS. Contributed by Xiaoyu Yao.
(cherry picked from commit fd1befb6ba )
|
2016-02-17 08:44:37 -08:00 |
Masatake Iwasaki
|
3e80aece2e
|
HADOOP-12710. Remove dependency on commons-httpclient for TestHttpServerLogs (Wei-Chiu Chuang via iwasakims)
(cherry picked from commit 1a1c2f5bab )
|
2016-02-18 00:25:20 +09:00 |
Vinayakumar B
|
2bf5a005fa
|
HADOOP-12810. FileSystem#listLocatedStatus causes unnecessary RPC calls (Contributed by Ryan Blue)
(cherry picked from commit 96ea309431 )
|
2016-02-17 10:15:08 +05:30 |
Vinayakumar B
|
e79a5e4460
|
HADOOP-12805. Annotate CanUnbuffer with @InterfaceAudience.Public (Contributed by Ted Yu)
(cherry picked from commit 4b0e59fdc0 )
|
2016-02-16 17:32:35 +05:30 |
Akira Ajisaka
|
a670165bbd
|
HADOOP-12786. "hadoop key" command usage is not documented. Contributed by Xiao Chen.
(cherry picked from commit 1c48e50ce7 )
|
2016-02-15 11:38:54 +09:00 |
Junping Du
|
a28be9edc7
|
Set the release date for 2.6.4.
(cherry picked from commit ec12ce8f48 )
|
2016-02-13 01:44:12 -08:00 |
Masatake Iwasaki
|
7a67f8f709
|
HADOOP-12589. Fix intermittent test failure of TestCopyPreserveFlag (iwasakims)
(cherry picked from commit 36ba5cac37 )
|
2016-02-13 15:01:08 +09:00 |
cnauroth
|
ac5a793590
|
HADOOP-12780. During WASB atomic rename handle crash when one directory has been renamed but not file under it. Contributed by Madhumita Chakraborty.
(cherry picked from commit 91a96eaa53 )
|
2016-02-12 15:50:19 -08:00 |
Arpit Agarwal
|
63f51208a8
|
HDFS-9801. ReconfigurableBase should update the cached configuration. (Arpit Agarwal)
|
2016-02-12 12:41:12 -08:00 |
Vinayakumar B
|
488e6cbe16
|
HADOOP-12776. Remove getaclstatus call for non-acl commands in getfacl. (Contributed by Brahma Reddy Battula)
(cherry picked from commit c78740a979 )
|
2016-02-12 11:55:16 +05:30 |
Karthik Kambatla
|
383f3ff28c
|
HDFS-9780. RollingFileSystemSink doesn't work on secure clusters. (Daniel Templeton via kasha)
(cherry picked from commit 33ce7f6c07 )
|
2016-02-11 20:45:23 -08:00 |
Andrew Wang
|
fb57c01eaa
|
HADOOP-12699. TestKMS#testKMSProvider intermittently fails during 'test rollover draining'. Contributed by Xiao Chen.
(cherry picked from commit 8fdef0bd9d )
|
2016-02-11 17:21:50 -08:00 |
cnauroth
|
25dcb88630
|
HADOOP-12795. KMS does not log detailed stack trace for unexpected errors. Contributed by Chris Nauroth.
(cherry picked from commit 70c756d35e )
|
2016-02-11 16:53:12 -08:00 |
Zhe Zhang
|
dfd49a027e
|
Add HADOOP-12764 to CHANGES.txt.
Change-Id: Ie32b71b7bd8892a3bb434aec12cdf2c43c61b897
|
2016-02-11 09:34:32 -08:00 |
Zhe Zhang
|
84dcd1a802
|
HADOOP-12764. Increase default value of KMS maxHttpHeaderSize and make it configurable. (zhz)
Change-Id: Iabb766f6311b83a1ac03093b0ba26a0284b74d70
|
2016-02-11 09:29:14 -08:00 |
Uma Maheswara Rao G
|
e90f7ef988
|
HADOOP-12788. OpensslAesCtrCryptoCodec should log which random number generator is used. Contributed by Wei-Chiu Chuang.
(cherry picked from commit df4dcd3e75 )
|
2016-02-10 15:04:42 -08:00 |
Jason Lowe
|
fa9b3e6302
|
HADOOP-12792. TestUserGroupInformation#testGetServerSideGroups fails in chroot. Contributed by Eric Badger
(cherry picked from commit 6f03959e4d )
|
2016-02-10 21:54:50 +00:00 |
Sangjin Lee
|
463195dbe6
|
HADOOP-12773. HBase classes fail to load with client/job classloader enabled (sjlee)
(cherry picked from commit 58acbf940a )
|
2016-02-08 13:57:44 -08:00 |
cnauroth
|
a76611d4ec
|
HADOOP-12752. Improve diagnostics/use of envvar/sysprop credential propagation. Contributed by Steve Loughran.
(cherry picked from commit cf3261570a )
|
2016-02-08 09:36:18 -08:00 |
Varun Vasudev
|
2451a0a8e0
|
HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana.
(cherry picked from commit d37eb828ff )
|
2016-02-08 20:19:51 +05:30 |
Varun Vasudev
|
368a11f3dd
|
Revert "HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana."
This reverts commit f3bbe0bd02 .
(cherry picked from commit af218101e5 )
|
2016-02-08 20:17:10 +05:30 |
Varun Vasudev
|
fd971debee
|
HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to log uncaught exceptions/errors. Contributed by Sidharta Seethana.
(cherry picked from commit f3bbe0bd02 )
|
2016-02-08 14:23:19 +05:30 |
Andrew Wang
|
915ce5d960
|
HADOOP-12759. RollingFileSystemSink should eagerly rotate directories. Contributed by Daniel Templeton.
(cherry picked from commit 5b59a0ea85 )
|
2016-02-06 20:52:49 -08:00 |
Steve Loughran
|
60474a769e
|
HADOOP-12292. Make use of DeleteObjects optional. (Thomas Demoor via stevel)
|
2016-02-06 18:20:24 +00:00 |
cnauroth
|
4db6cc44cd
|
HADOOP-12426. Add Entry point for Kerberos health check. Contributed by Steve Loughran.
(cherry picked from commit cfa8513890 )
Conflicts:
hadoop-common-project/hadoop-common/src/main/conf/hadoop-env.sh
|
2016-02-05 15:52:14 -08:00 |
cnauroth
|
5752df2362
|
HADOOP-12758. Extend CSRF Filter with UserAgent Checks. Contributed by Larry McCay.
(cherry picked from commit a37e423e84 )
|
2016-02-05 14:38:31 -08:00 |
Kihwal Lee
|
51a705432c
|
HADOOP-12772. NetworkTopologyWithNodeGroup.getNodeGroup() can loop infinitely for invalid 'loc' values. Contributed by Kuhu Shukla.
(cherry picked from commit 49e176c29f )
|
2016-02-05 15:47:56 -06:00 |
Colin Patrick Mccabe
|
86760c0f52
|
HADOOP-12766. The default value of "hadoop.workaround.non.threadsafe.getpwuid" is different between core-default.xml and NativeIO.java (Akira AJISAKA via cmccabe)
(cherry picked from commit 9086dd58c3 )
|
2016-02-05 10:57:47 -08:00 |
Xiaoyu Yao
|
e0a356fee3
|
HADOOP-12771. Fix typo in JvmPauseMonitor#getNumGcWarnThreadholdExceeded. Contributed by Xiaobing Zhou.
(cherry picked from commit 5d00067ca7 )
|
2016-02-05 10:38:02 -08:00 |
Xuan
|
dfad608b22
|
YARN-4662. Document some newly added metrics. Contributed by Jian He
(cherry picked from commit 63c63e298c )
|
2016-02-03 20:06:25 -08:00 |
Sangjin Lee
|
b0ab6df079
|
HADOOP-12761. incremental maven build is not really incremental (sjlee)
(cherry picked from commit 4dc0a39493 )
|
2016-02-03 09:00:41 -08:00 |
Junping Du
|
3583c77ee8
|
Adding release 2.6.5 to CHANGES.txt
|
2016-02-02 18:09:17 -08:00 |
Andrew Wang
|
b4ad58796b
|
HADOOP-12755. Fix typo in defaultFS warning message.
(cherry picked from commit 8171874dd1 )
|
2016-02-02 11:56:47 -08:00 |
Karthik Kambatla
|
363a8212ec
|
HADOOP-12702. Add an HDFS metrics sink. (Daniel Templeton via kasha)
(cherry picked from commit ee005e010c )
|
2016-01-28 17:45:50 -08:00 |
Colin Patrick Mccabe
|
b94fbdf6f0
|
HADOOP-12735. core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe)
(cherry picked from commit 2e8ab3d465 )
|
2016-01-27 11:40:42 -08:00 |
Yongjun Zhang
|
a1f913fb6e
|
HADOOP-12718. Incorrect error message by fs -put local dir without permission. (John Zhuge via Yongjun Zhang)
(cherry picked from commit 97056c3355 )
|
2016-01-27 08:05:17 -08:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
97f6cfa94b
|
Release process for 2.7.2: Set the release date for 2.7.2
(cherry picked from commit ec4d2d9f40 )
|
2016-01-25 15:47:02 -08:00 |
Walter Su
|
75b83af20e
|
HADOOP-12715. TestValueQueue#testgetAtMostPolicyALL fails intermittently. Contributed by Xiao Chen.
(cherry picked from commit 6eacdea0e4 )
|
2016-01-25 19:42:56 +08:00 |
Akira Ajisaka
|
38ec290455
|
HADOOP-12736. TestTimedOutTestsListener#testThreadDumpAndDeadlocks sometimes times out. Contributed by Xiao Chen.
(cherry picked from commit 643227927a )
|
2016-01-25 13:59:48 +09:00 |
Akira Ajisaka
|
4edd7bd820
|
HADOOP-12731. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
(cherry picked from commit 736eb17a79 )
|
2016-01-25 13:48:28 +09:00 |
Kihwal Lee
|
b5db1d4410
|
HDFS-8898. Create API and command-line argument to get quota and quota usage without detailed content summary. Contributed by Ming Ma.
|
2016-01-22 09:19:23 -06:00 |
Akira Ajisaka
|
6368d102b9
|
HADOOP-12730. Hadoop streaming -mapper and -reducer options are wrongly documented as required. Contributed by Kengo Seki.
(cherry picked from commit 0bae506c22 )
|
2016-01-22 21:09:09 +09:00 |