Andrew Wang
|
a445b82baa
|
HDFS-10793. Fix HdfsAuditLogger binary incompatibility introduced by HDFS-9184. Contributed by Manoj Govindassamy.
|
2016-08-26 15:39:18 -07:00 |
|
Zhe Zhang
|
407b519fb1
|
HDFS-10798. Make the threshold of reporting FSNamesystem lock contention configurable. Contributed by Erik Krogen.
|
2016-08-26 14:19:55 -07:00 |
|
Kihwal Lee
|
8b7adf4ddf
|
HDFS-10768. Optimize mkdir ops. Contributed by Daryn Sharp.
|
2016-08-26 15:39:56 -05:00 |
|
Karthik Kambatla
|
cde3a00526
|
YARN-5373. NPE listing wildcard directory in containerLaunch. (Daniel Templeton via kasha)
|
2016-08-26 11:04:33 -07:00 |
|
Junping Du
|
9ef632f3b0
|
YARN-5557. Add localize API to the ContainerManagementProtocol. Contributed by Jian He.
|
2016-08-26 09:04:44 -07:00 |
|
Kihwal Lee
|
13fb1b50e6
|
HDFS-8915. TestFSNamesystem.testFSLockGetWaiterCount fails intermittently. Contributed by Masatake Iwasaki.
|
2016-08-26 09:53:10 -05:00 |
|
Naganarasimha
|
46e02ab719
|
YARN-3940. Application moveToQueue should check NodeLabel permission. Contributed by Bibin A Chundatt
|
2016-08-26 20:19:11 +05:30 |
|
Varun Vasudev
|
bfb4d95059
|
YARN-5430. Return container's ip and host from NM ContainerStatus call. Contributed by Jian He.
|
2016-08-26 16:30:18 +05:30 |
|
Naganarasimha
|
27c3b86252
|
YARN-5564. Fix typo in RM_SCHEDULER_RESERVATION_THRESHOLD_INCREMENT_MULTIPLE. Contributed by Ray Chiang
|
2016-08-26 08:47:21 +05:30 |
|
Kai Zheng
|
f4a21d3aba
|
HDFS-10795. Fix an error in ReaderStrategy#ByteBufferStrategy. Contributed by Sammi Chen
|
2016-08-27 10:54:25 +08:00 |
|
Kihwal Lee
|
81485dbfc1
|
Revert "HADOOP-13465. Design Server.Call to be extensible for unified call queue. Contributed by Daryn Sharp."
This reverts commit d288a0ba83 .
|
2016-08-25 16:04:54 -05:00 |
|
Wei-Chiu Chuang
|
1360bd2d54
|
MAPREDUCE-6764. Teragen LOG initialization bug. Contributed by Yufei Gu.
|
2016-08-25 09:50:12 -07:00 |
|
Kihwal Lee
|
d288a0ba83
|
HADOOP-13465. Design Server.Call to be extensible for unified call queue. Contributed by Daryn Sharp.
|
2016-08-25 11:44:13 -05:00 |
|
Xiaoyu Yao
|
4da5000dd3
|
HDFS-10748. TestFileTruncate#testTruncateWithDataNodesRestart runs sometimes timeout. Contributed by Yiqun Lin.
|
2016-08-25 09:00:44 -07:00 |
|
Jason Lowe
|
3d86110a5c
|
YARN-5389. TestYarnClient#testReservationDelete fails. Contributed by Sean Po
|
2016-08-25 14:42:06 +00:00 |
|
Albert Chu
|
52b25fe6ae
|
HADOOP-13533. Do not require user to set HADOOP_SSH_OPTS to a non-null string, allow setting of an empty string. (Albert Chu via aw) closes #121
Signed-off-by: Allen Wittenauer <aw@apache.org>
|
2016-08-25 07:11:06 -07:00 |
|
Allen Wittenauer
|
601599b036
|
HADOOP-13532. Fix typo in hadoop_connect_to_hosts error message (Albert Chu via aw) closes #120
|
2016-08-25 06:58:42 -07:00 |
|
Varun Vasudev
|
525d52bf7c
|
YARN-5042. Mount /sys/fs/cgroup into Docker containers as read only mount. Contributed by luhuichun.
|
2016-08-25 14:18:26 +05:30 |
|
Varun Saxena
|
79603f5882
|
YARN-5537. Fix intermittent failure of TestAMRMClient#testAMRMClientWithContainerResourceChange (Bibin A Chundatt via Varun Saxena)
|
2016-08-25 14:10:34 +05:30 |
|
Akira Ajisaka
|
ab3b727b5f
|
HADOOP-13534. Remove unused TrashPolicy#getInstance and initialize code. Contributed by Yiqun Lin.
|
2016-08-25 13:54:57 +09:00 |
|
Akira Ajisaka
|
5a6fc5f483
|
MAPREDUCE-6767. TestSlive fails after a common change. Contributed by Daniel Templeton.
|
2016-08-25 10:55:00 +09:00 |
|
Kihwal Lee
|
a1f3293762
|
HDFS-10772. Reduce byte/string conversions for get listing. Contributed by Daryn Sharp.
|
2016-08-24 15:21:08 -05:00 |
|
Xiao Chen
|
3476156807
|
HADOOP-13396. Allow pluggable audit loggers in KMS. Contributed by Xiao Chen
|
2016-08-24 10:14:46 -07:00 |
|
Jason Lowe
|
6fa9bf4407
|
MAPREDUCE-6761. Regression when handling providers - invalid configuration ServiceConfiguration causes Cluster initialization failure. Contributed by Peter Vary
|
2016-08-24 14:40:51 +00:00 |
|
Kai Zheng
|
0ce1ab95cc
|
MAPREDUCE-6578. Add support for HDFS heterogeneous storage testing to TestDFSIO. Contributed by Wei Zhou and Sammi Chen
|
2016-08-24 22:17:05 +08:00 |
|
Kai Zheng
|
793447f799
|
HDFS-8905. Refactor DFSInputStream#ReaderStrategy. Contributed by Kai Zheng and Sammi Chen
|
2016-08-24 21:57:23 +08:00 |
|
Daryn Sharp
|
ec252ce0fc
|
HDFS-10762. Pass IIP for file status related methods
|
2016-08-24 08:46:47 -05:00 |
|
Akira Ajisaka
|
092b4d5bfd
|
HADOOP-13538. Deprecate getInstance and initialize methods with Path in TrashPolicy. Contributed by Yiqun Lin.
|
2016-08-24 16:47:52 +09:00 |
|
Chris Douglas
|
c37346d0e3
|
HADOOP-12726. Unsupported FS operations should throw UnsupportedOperationException. Contributed by Daniel Templeton.
|
2016-08-23 14:12:52 -07:00 |
|
Naganarasimha
|
143c59e4c5
|
YARN-4491. yarn list command to support filtering by tags. Contributed by Varun Saxena
|
2016-08-24 01:53:02 +05:30 |
|
Masatake Iwasaki
|
8aae8d6bf0
|
HADOOP-13497. fix wrong command in CredentialProviderAPI.md. Contributed by Yuanbo Liu.
|
2016-08-24 00:03:27 +09:00 |
|
Jason Lowe
|
126d165efd
|
HDFS-9745. TestSecureNNWithQJM#testSecureMode sometimes fails with timeouts. Contributed by Xiao Chen
|
2016-08-23 14:46:58 +00:00 |
|
Chris Nauroth
|
6f9c346e57
|
HADOOP-13446. Support running isolated unit tests separate from AWS integration tests. Contributed by Chris Nauroth.
|
2016-08-23 07:18:49 -07:00 |
|
Wei-Chiu Chuang
|
f0efea490e
|
HDFS-8986. Add option to -du to calculate directory space usage excluding snapshots. Contributed by Xiao Chen.
|
2016-08-23 04:14:24 -07:00 |
|
Jian He
|
dd76238a3b
|
HADOOP-13524. mvn eclipse:eclipse generates .gitignore'able files. Contributed by Vinod Kumar Vavilapalli
|
2016-08-23 19:13:14 +08:00 |
|
Akira Ajisaka
|
e90f3359de
|
HDFS-10783. The option '-maxSize' and '-step' fail in OfflineImageViewer. Contributed by Yiqun Lin.
|
2016-08-23 19:57:23 +09:00 |
|
Rohith Sharma K S
|
0d5997d2b9
|
YARN-5544. TestNodeBlacklistingOnAMFailures fails on trunk. Contributed by Sunil G.
|
2016-08-23 14:37:39 +05:30 |
|
Akira Ajisaka
|
8cc4a67059
|
MAPREDUCE-6587. Remove unused params in connection-related methods of Fetcher. Contributed by Yiqun Lin.
|
2016-08-23 17:04:55 +09:00 |
|
Eric Yang
|
c49333becf
|
HDFS-8312. Added permission check for moving file to Trash. (Weiwei Yang via Eric Yang)
|
2016-08-22 18:29:56 -07:00 |
|
Xiao Chen
|
4070caad70
|
HADOOP-13526. Add detailed logging in KMS for the authentication failure of proxy user. Contributed by Suraj Acharya.
|
2016-08-22 18:09:35 -07:00 |
|
Kihwal Lee
|
3ca4d6ddfd
|
Revert "HDFS-10762. Pass IIP for file status related methods. Contributed by Daryn Sharp."
This reverts commit 22fc46d765 .
|
2016-08-22 16:57:45 -05:00 |
|
Xiao Chen
|
f4d4d3474c
|
HADOOP-13487. Hadoop KMS should load old delegation tokens from Zookeeper on startup. Contributed by Xiao Chen.
|
2016-08-22 14:42:13 -07:00 |
|
Kihwal Lee
|
22fc46d765
|
HDFS-10762. Pass IIP for file status related methods. Contributed by Daryn Sharp.
|
2016-08-22 15:37:02 -05:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
dc7a1c54f4
|
HDFS-10692. Update JDiff report's base version for HDFS from 2.6.0 to 2.7.2. Contributed by Wangda Tan.
|
2016-08-22 11:35:18 -07:00 |
|
Mingliang Liu
|
115ecb52a8
|
HADOOP-13527. Add Spark to CallerContext LimitedPrivate scope. (Contributed by Weiqing Yang)
|
2016-08-21 09:40:29 -07:00 |
|
Varun Saxena
|
d37b45d613
|
MAPREDUCE-6762. ControlledJob#toString failed with NPE when job status is not successfully updated (Weiwei Yang via Varun Saxena)
|
2016-08-21 21:46:17 +05:30 |
|
Jing Zhao
|
0faee62a0c
|
HDFS-10764. Fix INodeFile#getBlocks to not return null. Contributed by Arpit Agarwal.
|
2016-08-19 22:13:36 -07:00 |
|
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
99603e9022
|
HADOOP-13428. Fixed hadoop-common build files to generate jdiff by working around a jdiff-bug. Contributed by Wangda Tan.
|
2016-08-19 19:08:53 -07:00 |
|
Wangda Tan
|
2da32a6ef9
|
YARN-4685. Disable AM blacklisting by default to mitigate situations that application get hanged. (Rohith Sharma K S via wangda)
|
2016-08-19 16:31:16 -07:00 |
|
Wangda Tan
|
444b2ea7af
|
YARN-3388. Allocation in LeafQueue could get stuck because DRF calculator isn't well supported when computing user-limit. (Nathan Roberts via wangda)
|
2016-08-19 16:28:32 -07:00 |
|