Akira Ajisaka
|
94a844b4f6
|
HDFS-10783. The option '-maxSize' and '-step' fail in OfflineImageViewer. Contributed by Yiqun Lin.
(cherry picked from commit e90f3359de )
|
2016-08-23 19:58:13 +09:00 |
Rohith Sharma K S
|
a19859c3f5
|
YARN-5544. TestNodeBlacklistingOnAMFailures fails on trunk. Contributed by Sunil G.
(cherry picked from commit 0d5997d2b9 )
|
2016-08-23 14:39:19 +05:30 |
Akira Ajisaka
|
41fe85f868
|
MAPREDUCE-6587. Remove unused params in connection-related methods of Fetcher. Contributed by Yiqun Lin.
(cherry picked from commit 8cc4a67059 )
|
2016-08-23 17:05:45 +09:00 |
Eric Yang
|
9faacbec2c
|
HDFS-8312. Added permission check for moving file to Trash. (Weiwei Yang via Eric Yang)
|
2016-08-22 18:32:06 -07:00 |
Xiao Chen
|
a4b296734b
|
HADOOP-13526. Add detailed logging in KMS for the authentication failure of proxy user. Contributed by Suraj Acharya.
(cherry picked from commit 98e7be769a7e69bdaec4f67143949f282f6761cf)
|
2016-08-22 18:08:09 -07:00 |
Xiao Chen
|
c76e0b93f0
|
HADOOP-13487. Hadoop KMS should load old delegation tokens from Zookeeper on startup. Contributed by Xiao Chen.
(cherry picked from commit 2f21d53e3aaf97f425f954f52b50f36dddb6b886)
|
2016-08-22 14:42:25 -07:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
8a6a7c82f2
|
HDFS-10692. Update JDiff report's base version for HDFS from 2.6.0 to 2.7.2. Contributed by Wangda Tan.
(cherry picked from commit dc7a1c54f4 )
|
2016-08-22 11:36:38 -07:00 |
Akira Ajisaka
|
62c7d09efa
|
HDFS-10645. Make block report size as a metric and add this metric to datanode web ui. Contributed by Yuanbo Liu.
|
2016-08-22 14:22:37 +09:00 |
Mingliang Liu
|
50a8b0eb6b
|
HADOOP-13527. Add Spark to CallerContext LimitedPrivate scope. (Contributed by Weiqing Yang)
|
2016-08-21 09:41:19 -07:00 |
Varun Saxena
|
4ba8dbf00e
|
MAPREDUCE-6762. ControlledJob#toString failed with NPE when job status is not successfully updated (Weiwei Yang via Varun Saxena)
|
2016-08-21 21:50:44 +05:30 |
Jing Zhao
|
fff0418458
|
HDFS-10764. Fix INodeFile#getBlocks to not return null. Contributed by Arpit Agarwal.
(cherry picked from commit 0faee62a0c )
|
2016-08-19 22:23:55 -07:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
a299146b6d
|
HADOOP-13428. Fixed hadoop-common build files to generate jdiff by working around a jdiff-bug. Contributed by Wangda Tan.
(cherry picked from commit 99603e9022 )
|
2016-08-19 19:10:35 -07:00 |
Wangda Tan
|
3e511f39c2
|
YARN-4685. Disable AM blacklisting by default to mitigate situations that application get hanged. (Rohith Sharma K S via wangda)
(cherry picked from commit 2da32a6ef9 )
|
2016-08-19 16:47:42 -07:00 |
Wangda Tan
|
c7d782d2f6
|
YARN-3388. Allocation in LeafQueue could get stuck because DRF calculator isn't well supported when computing user-limit. (Nathan Roberts via wangda)
(cherry picked from commit 444b2ea7af )
|
2016-08-19 16:47:03 -07:00 |
Wangda Tan
|
65822e55fd
|
MAPREDUCE-6310. Add jdiff support to MapReduce. (Li Lu/vinodkv via wangda)
(cherry picked from commit 3d937457ee )
|
2016-08-19 16:41:47 -07:00 |
Varun Saxena
|
5128e3320e
|
MAPREDUCE-6763. Shuffle server listen queue is too small (Jason Lowe via Varun Saxena)
|
2016-08-20 04:05:01 +05:30 |
Chris Nauroth
|
6dba38f08b
|
HADOOP-13252. Tune S3A provider plugin mechanism. Contributed by Steve Loughran.
(cherry picked from commit 763f0497bb )
|
2016-08-19 12:30:47 -07:00 |
Kihwal Lee
|
43d1279df0
|
HDFS-10711. Optimize FSPermissionChecker group membership check. Contributed by Daryn Sharp.
(cherry picked from commit 2550371f66 )
|
2016-08-19 09:46:30 -05:00 |
Varun Saxena
|
928cccb9f9
|
YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena)
|
2016-08-19 17:32:23 +05:30 |
Varun Saxena
|
a746775e9a
|
Revert "YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena)"
This reverts commit 613048a8a2 .
|
2016-08-19 16:40:48 +05:30 |
Varun Saxena
|
613048a8a2
|
YARN-5533. JMX AM Used metrics for queue wrong when app submited to nodelabel partition (Bibin A Chundatt via Varun Saxena)
|
2016-08-19 15:18:42 +05:30 |
Jing Zhao
|
9fdd1ea724
|
HADOOP-13503. Improve SaslRpcClient failure logging. Contributed by Xiaobing Zhou.
|
2016-08-18 14:57:38 -07:00 |
Mingliang Liu
|
3f3957ad66
|
HADOOP-13512. ReloadingX509TrustManager should keep reloading in case of exception. (Contributed by Mingliang Liu)
|
2016-08-18 14:15:01 -07:00 |
Chris Nauroth
|
804a40720b
|
HADOOP-13513. Java 1.7 support for org.apache.hadoop.fs.azure testcases. Contributed by Tibor Kiss.
(cherry picked from commit ae4db25443 )
|
2016-08-18 10:45:03 -07:00 |
Kihwal Lee
|
922d045e11
|
HDFS-10745. Directly resolve paths into INodesInPath. Contributed by Daryn Sharp.
|
2016-08-18 12:37:57 -05:00 |
Junping Du
|
d464483bf7
|
YARN-4676. Automatic and Asynchronous Decommissioning Nodes Status Tracking. Contributed by Diniel Zhi.
|
2016-08-18 07:23:29 -07:00 |
Steve Loughran
|
e39d81be80
|
HADOOP-13405 doc for fs.s3a.acl.default indicates incorrect values. Contributed by Shen Yinjie
|
2016-08-18 14:36:41 +01:00 |
Varun Saxena
|
5fa7a14da9
|
YARN=5526. DrainDispacher#serviceStop blocked if setDrainEventsOnStop invoked (sandflee via Varun Saxena)
|
2016-08-18 12:23:34 +05:30 |
Karthik Kambatla
|
07d5ab16df
|
YARN-4702. FairScheduler: Allow setting maxResources for ad hoc queues. (Daniel Templeton via kasha)
(cherry picked from commit 20f0eb871c )
|
2016-08-17 17:54:28 -07:00 |
Xiao Chen
|
a20b943cf9
|
HDFS-10549. Correctly revoke file leases when closing files. Contributed by Yiqun Lin.
(cherry picked from commit 85aacaadb5a3f8c78b191867c0bde09b3c4b3c3c)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSStripedOutputStream.java
|
2016-08-17 15:50:13 -07:00 |
Anu Engineer
|
ac8c3ae784
|
HADOOP-11786. Fix Javadoc typos in org.apache.hadoop.fs.FileSystem. Contributed by Andras Bokor.
|
2016-08-17 15:04:02 -07:00 |
Chris Nauroth
|
986162f977
|
HADOOP-13208. S3A listFiles(recursive=true) to do a bulk listObjects instead of walking the pseudo-tree of directories. Contributed by Steve Loughran.
(cherry picked from commit 822d661b8f )
|
2016-08-17 14:55:07 -07:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
2486c4c63a
|
Revert "HDFS-9395. Make HDFS audit logging consistant. Contributed by Kuhu Shukla."
Reverting this on branch-2.* as it's an incompatible change.
This reverts commit 83f7f62be3 .
|
2016-08-17 13:33:09 -07:00 |
Varun Saxena
|
9dcb7197d4
|
YARN-5523. Yarn running container log fetching causes OutOfMemoryError (Xuan Gong via Varun Saxena)
|
2016-08-18 01:53:55 +05:30 |
Jason Lowe
|
848ae35a93
|
MAPREDUCE-6690. Limit the number of resources a single map reduce job can submit for localization. Contributed by Chris Trezzo
(cherry picked from commit f80a729832 )
|
2016-08-17 16:24:16 +00:00 |
Varun Vasudev
|
3ee1fb774e
|
YARN-5455. Update Javadocs for LinuxContainerExecutor. Contributed by Daniel Templeton.
(cherry picked from commit 7f05ff7a4e )
|
2016-08-17 15:35:23 +05:30 |
Mingliang Liu
|
3ff4e6f3d9
|
HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu)
|
2016-08-16 17:36:21 -07:00 |
Chris Nauroth
|
555a57adf2
|
HADOOP-13324. s3a tests don't authenticate with S3 frankfurt (or other V4 auth only endpoints). Contributed by Steve Loughran.
(cherry picked from commit 3808876c73 )
|
2016-08-16 17:09:28 -07:00 |
Mingliang Liu
|
9392fe3a6b
|
Revert "HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu)"
This reverts commit 23161c67cf .
|
2016-08-16 16:27:02 -07:00 |
Andrew Wang
|
c91e6f2828
|
HADOOP-13494. ReconfigurableBase can log sensitive information. Contributed by Sean Mackrory.
(cherry picked from commit 4b689e7a75 )
|
2016-08-16 15:02:08 -07:00 |
Ray Chiang
|
d1c4ba2d7c
|
MAPREDUCE-6751. Add debug log message when splitting is not possible due to unsplittable compression. (Peter Vary via rchiang)
(cherry picked from commit 6c154abd33 )
|
2016-08-16 12:14:30 -07:00 |
Varun Saxena
|
96e9f8bec9
|
YARN-5475. Fix test failure of TestAggregatedLogFormat#testReadAcontainerLogs1 (Jun Gong via Varun Saxena)
|
2016-08-16 20:28:02 +05:30 |
Kihwal Lee
|
65a41696b2
|
HDFS-10342. BlockManager#createLocatedBlocks should not check corrupt replicas if none are corrupt. Contributed by Kuhu Shukla.
(cherry picked from commit b10c936020 )
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java
|
2016-08-16 09:29:42 -05:00 |
Varun Saxena
|
da70d6f25d
|
YARN-5514. Clarify DecommissionType.FORCEFUL comment (Vrushali C via Varun Saxena)
|
2016-08-16 14:09:47 +05:30 |
Mingliang Liu
|
2f4660ce98
|
HDFS-10641. TestBlockManager#testBlockReportQueueing fails intermittently. (Contributed by Daryn Sharp)
|
2016-08-15 20:39:12 -07:00 |
Mingliang Liu
|
23161c67cf
|
HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu)
|
2016-08-15 20:38:40 -07:00 |
Mingliang Liu
|
82623ea9c9
|
HDFS-10747. o.a.h.hdfs.tools.DebugAdmin usage message is misleading. (Contributed by Mingliang Liu)
|
2016-08-15 20:38:17 -07:00 |
Mingliang Liu
|
f9a7e59066
|
HDFS-10678. Documenting NNThroughputBenchmark tool. (Contributed by Mingliang Liu)
|
2016-08-15 20:37:55 -07:00 |
Mingliang Liu
|
e36a913663
|
HDFS-10724. Document caller context config keys. (Contributed by Mingliang Liu)
(cherry picked from commit 4bcbef39f7 )
|
2016-08-15 20:36:11 -07:00 |
Xiao Chen
|
74156ee20a
|
HADOOP-13437. KMS should reload whitelist and default key ACLs when hot-reloading. Contributed by Xiao Chen.
(cherry picked from commit 9daa9979a1 )
|
2016-08-15 18:18:31 -07:00 |