Akira Ajisaka
|
098ae11e35
|
HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Andrew Wang, and Akira Ajisaka.
|
2016-06-15 13:30:14 +09:00 |
|
Ming Ma
|
7d521a29ee
|
HDFS-9016. Display upgrade domain information in fsck. (mingma)
|
2016-06-14 20:05:50 -07:00 |
|
Allen Wittenauer
|
e2f640942b
|
HADOOP-13245. Fix up some misc create-release issues (aw)
|
2016-06-14 16:03:20 -07:00 |
|
Wangda Tan
|
c77a1095dc
|
YARN-1942. Deprecate toString/fromString methods from ConverterUtils and move them to records classes like ContainerId/ApplicationId, etc. (wangda)
|
2016-06-14 15:06:38 -07:00 |
|
Vinayakumar B
|
8e8cb4c6ca
|
HADOOP-13179. GenericOptionsParser is not thread-safe because commons-cli OptionBuilder is not thread-safe. (Contributed by hongbin ma)
|
2016-06-14 16:01:26 +05:30 |
|
Masatake Iwasaki
|
20b13d109a
|
HADOOP-13244. o.a.h.ipc.Server#Server should honor handlerCount when queueSizePerHandler is specified in consturctor. Contributed by Kai Sasaki.
|
2016-06-14 19:20:46 +09:00 |
|
Akira Ajisaka
|
ee55b74fb9
|
Revert "HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Akira Ajisaka, and Andrew Wang."
This reverts commit e383b732c5 .
|
2016-06-14 14:26:52 +09:00 |
|
Wangda Tan
|
eec835ec17
|
YARN-4887. Add allocation request ID to AM-RM protocol for identifying resource-requests explicitly. (Subru Krishnan via wangda)
|
2016-06-13 21:57:33 -07:00 |
|
Akira Ajisaka
|
e3ba9ad3f1
|
HADOOP-13270. BZip2CompressionInputStream finds the same compression marker twice in corner case, causing duplicate data blocks. Contributed by Kai Sasaki.
|
2016-06-14 10:18:41 +09:00 |
|
Andrew Wang
|
709a814fe0
|
HDFS-10516. Fix bug when warming up EDEK cache of more than one encryption zone. Contributed by Xiao Chen.
|
2016-06-13 11:50:19 -07:00 |
|
Andrew Wang
|
0accc3306d
|
HADOOP-13079. Add -q option to Ls to print ? instead of non-printable characters. Contributed by John Zhuge.
|
2016-06-13 11:43:46 -07:00 |
|
Rohith Sharma K S
|
28b66ae919
|
YARN-4989. TestWorkPreservingRMRestart#testCapacitySchedulerRecovery fails intermittently. Contributed by Ajith S.
|
2016-06-13 11:09:32 +05:30 |
|
Karthik Kambatla
|
49b4064644
|
HADOOP-13243. TestRollingFileSystemSink.testSetInitialFlushTime() fails intermittently. (Daniel Templeton via kasha)
|
2016-06-12 14:12:31 -07:00 |
|
Arun Suresh
|
7dae2b3bc4
|
YARN-5212. Run existing ContainerManager tests using QueuingContainerManagerImpl. (Konstantinos Karanasos via asuresh)
|
2016-06-12 10:05:37 -07:00 |
|
Arun Suresh
|
5143277958
|
YARN-5124. Modify AMRMClient to set the ExecutionType in the ResourceRequest. (asuresh)
|
2016-06-12 09:42:38 -07:00 |
|
Arun Suresh
|
5279af7cd4
|
YARN-5082. Limit ContainerId increase in fair scheduler if the num of node app reserved reached the limit (sandflee via asuresh)
|
2016-06-10 22:33:42 -07:00 |
|
Rohith Sharma K S
|
e0f4620cc7
|
YARN-5197. RM leaks containers if running container disappears from node update. Contributed by Jason Lowe.
|
2016-06-11 10:22:27 +05:30 |
|
Akira Ajisaka
|
8a1dccecce
|
HADOOP-13213. Small Documentation bug with AuthenticatedURL in hadoop-auth. Contributed by Tom Ellis.
This closes #97.
|
2016-06-11 03:32:21 +09:00 |
|
Jing Zhao
|
0bbb4ddd79
|
HADOOP-13249. RetryInvocationHandler need wrap InterruptedException in IOException when call Thread.sleep. Contributed by Zhihai Xu.
|
2016-06-10 10:38:13 -07:00 |
|
Wangda Tan
|
03fc6b1bb0
|
YARN-3426. Add jdiff support to YARN. (vinodkv via wangda)
|
2016-06-10 09:51:09 -07:00 |
|
Wangda Tan
|
244506f9c8
|
YARN-5208. Run TestAMRMClient TestNMClient TestYarnClient TestClientRMTokens TestAMAuthorization tests with hadoop.security.token.service.use_ip enabled. (Rohith Sharma K S via wangda)
|
2016-06-10 09:34:32 -07:00 |
|
Allen Wittenauer
|
d44f4745b4
|
HDFS-7987. Allow files / directories to be moved (Ravi Prakash via aw)
|
2016-06-10 09:02:28 -07:00 |
|
Akira Ajisaka
|
0b7b8a3776
|
MAPREDUCE-6741. Refactor UncompressedSplitLineReader.fillBuffer(). Contributed by Daniel Templeton.
|
2016-06-10 19:15:36 +09:00 |
|
Chris Nauroth
|
9581fb715c
|
HADOOP-12666. Support Microsoft Azure Data Lake - as a file system in Hadoop. Contributed by Vishwajeet Dusane.
|
2016-06-09 14:33:31 -07:00 |
|
Andrew Wang
|
e383b732c5
|
HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Akira Ajisaka, and Andrew Wang.
|
2016-06-09 13:54:14 -07:00 |
|
Andrew Wang
|
58c3486850
|
HADOOP-13175. Remove hadoop-ant from hadoop-tools. Contributed by Chris Douglas.
|
2016-06-09 13:49:52 -07:00 |
|
Steve Loughran
|
31ffaf76f2
|
HADOOP-12537 S3A to support Amazon STS temporary credentials. Contributed by Sean Mackrory.
|
2016-06-09 21:00:47 +01:00 |
|
Vinod Kumar Vavilapalli
|
9378d9428f
|
YARN-5191. Renamed the newly added “download=true” option for getting logs via NMWebServices and AHSWebServices to be a better "format" option. (Xuan Gong via vinodkv)
|
2016-06-09 12:30:58 -07:00 |
|
Steve Loughran
|
656c460c0e
|
HADOOP-13237: s3a initialization against public bucket fails if caller lacks any credentials. Contributed by Chris Nauroth
|
2016-06-09 17:28:49 +01:00 |
|
Masatake Iwasaki
|
8ea9bbce26
|
HDFS-10508. DFSInputStream should set thread's interrupt status after catching InterruptException from sleep. Contributed by Jing Zhao.
|
2016-06-09 14:52:29 +09:00 |
|
Naganarasimha
|
1500a0a300
|
YARN-4308. ContainersAggregated CPU resource utilization reports negative usage in first few heartbeats. Contributed by Sunil G
|
2016-06-09 05:41:09 +05:30 |
|
Ravi Prakash
|
ae047655f4
|
HDFS-10220. A large number of expired leases can make namenode unresponsive and cause failover (Nicolas Fraison via raviprak)
|
2016-06-08 13:44:22 -07:00 |
|
Gera Shegalov
|
0af96a1c08
|
MAPREDUCE-6240. Hadoop client displays confusing error message. (gera)
|
2016-06-08 12:59:37 -07:00 |
|
Andrew Wang
|
1ee9ea0026
|
Remove redundant TestMiniDFSCluster.testDualClusters. Contributed by Jiayi Zhou.
|
2016-06-08 12:58:56 -07:00 |
|
Vinod Kumar Vavilapalli
|
5a43583c0b
|
YARN-5080. Addendum fix to the original patch to fix YARN logs CLI. Contributed by Xuan Gong
|
2016-06-08 09:49:55 -07:00 |
|
Arun Suresh
|
3344ba70e0
|
YARN-5204. Properly report status of killed/stopped queued containers. (Konstantinos Karanasos via asuresh)
|
2016-06-08 08:31:32 -07:00 |
|
Jason Lowe
|
8c8a377cac
|
YARN-5206. RegistrySecurity includes id:pass in exception text if considered invalid. Contributed by Steve Loughran
|
2016-06-08 14:11:25 +00:00 |
|
Kai Zheng
|
723432b338
|
HADOOP-13220. Follow on fixups after upgraded mini-kdc using Kerby. Contributed by Jiajia Li
|
2016-06-09 15:56:12 +08:00 |
|
Arun Suresh
|
76f0800c21
|
YARN-5176. More test cases for queuing of containers at the NM. (Konstantinos Karanasos via asuresh)
|
2016-06-07 17:16:18 -07:00 |
|
Xuan
|
58be55b6e0
|
YARN-5199. Close LogReader in in AHSWebServices#getStreamingOutput and
FileInputStream in NMWebServices#getLogs. Contributed by Xuan Gong
|
2016-06-07 16:07:02 -07:00 |
|
Arun Suresh
|
8554aee1be
|
Addendum patch for YARN-5180 updating findbugs-exclude.xml
|
2016-06-07 15:59:43 -07:00 |
|
Robert Kanter
|
733f3f18d5
|
MAPREDUCE-6702. TestMiniMRChildTask.testTaskEnv and TestMiniMRChildTask.testTaskOldEnv are failing (ajisakaa via rkanter)
|
2016-06-07 15:46:06 -07:00 |
|
Wangda Tan
|
620325e816
|
YARN-4837. User facing aspects of 'AM blacklisting' feature need fixing. (vinodkv via wangda)
|
2016-06-07 15:06:42 -07:00 |
|
Jing Zhao
|
be34e85e68
|
HDFS-10468. HDFS read ends up ignoring an interrupt. Contributed by Jing Zhao
|
2016-06-07 10:48:21 -07:00 |
|
Junping Du
|
c14c1b298e
|
HADOOP-10048. LocalDirAllocator should avoid holding locks while accessing the filesystem. Contributed by Jason Lowe.
|
2016-06-07 09:18:58 -07:00 |
|
Akira Ajisaka
|
e620530301
|
HDFS-10485. Fix findbugs warning in FSEditLog.java. (aajisaka)
|
2016-06-07 17:52:55 +09:00 |
|
Rohith Sharma K S
|
bddea5fe5f
|
YARN-5118. Tests fails with localizer port bind exception. Contributed by Brahma Reddy Battula.
|
2016-06-07 11:20:15 +05:30 |
|
Arun Suresh
|
3a154f75ed
|
YARN-4525. Fix bug in RLESparseResourceAllocation.getRangeOverlapping(). (Ishai Menache and Carlo Curino via asuresh)
|
2016-06-06 21:18:32 -07:00 |
|
Arun Suresh
|
7a9b7372a1
|
YARN-5185. StageAllocaterGreedyRLE: Fix NPE in corner case. (Carlo Curino via asuresh)
|
2016-06-06 21:06:52 -07:00 |
|
Zhe Zhang
|
6de9213df1
|
HDFS-10458. getFileEncryptionInfo should return quickly for non-encrypted cluster.
|
2016-06-06 15:52:39 -07:00 |
|