Allen Wittenauer
|
5c24fe7f91
|
MAPREDUCE-6416. Not all platforms have d_type in struct dirent (Alan Burlison via aw)
|
2015-10-27 12:22:08 -07:00 |
|
Allen Wittenauer
|
ab99d953e4
|
MAPREDUCE-6412. Make hadoop-mapreduce-client Native code -Wall-clean (Alan Burlison via aw)
|
2015-10-27 12:15:11 -07:00 |
|
Allen Wittenauer
|
0e344902aa
|
fix changes.txt for MAPREDUCE-6391.
|
2015-10-27 12:07:18 -07:00 |
|
Allen Wittenauer
|
bcc4c746a8
|
MAPREDUCE-6391. util/Timer.cc completely misunderstands _POSIX_CPUTIME (Alan Burlison via aw)
|
2015-10-27 12:04:55 -07:00 |
|
Allen Wittenauer
|
1396867b52
|
HADOOP-12494. fetchdt stores the token based on token kind instead of token service (HeeSoo Kim via aw)
|
2015-10-27 12:02:43 -07:00 |
|
Colin Patrick Mccabe
|
faeb6a3f89
|
HDFS-9307. fuseConnect should be private to fuse_connect.c (Mingliang Liu via Colin P. McCabe)
|
2015-10-27 11:41:05 -07:00 |
|
Colin Patrick Mccabe
|
fe93577faf
|
HDFS-9299. Give ReplicationMonitor a readable thread name (Staffan Friberg via Colin P. McCabe)
|
2015-10-27 11:37:26 -07:00 |
|
Zhihai Xu
|
ed9806ea40
|
HADOOP-12178. NPE during handling of SASL setup if problem with SASL resolver class. Contributed by Steve Loughran
|
2015-10-27 09:51:26 -07:00 |
|
Ming Ma
|
aa09880ab8
|
HDFS-9259. Make SO_SNDBUF size configurable at DFSClient side for hdfs write scenario. (Mingliang Liu via mingma)
|
2015-10-27 09:28:40 -07:00 |
|
Varun Vasudev
|
c28e16b40c
|
YARN-4302. SLS not able start due to NPE in SchedulerApplicationAttempt. Contributed by Bibin A Chundatt.
|
2015-10-27 20:56:00 +05:30 |
|
Akira Ajisaka
|
bcb2386e39
|
HADOOP-12515. Mockito dependency is missing in hadoop-kafka module. Contributed by Kai Zheng.
|
2015-10-27 20:17:16 +09:00 |
|
Tsuyoshi Ozawa
|
96677bef00
|
YARN-3573. MiniMRYarnCluster constructor that starts the timeline server using a boolean should be marked deprecated. Contributed by Brahma Reddy Battula.
|
2015-10-27 12:35:01 +09:00 |
|
Tsuyoshi Ozawa
|
ea6b183a1a
|
HADOOP-12457. [JDK8] Fix a failure of compiling common by javadoc. Contributed by Akira AJISAKA.
|
2015-10-27 10:57:45 +09:00 |
|
Akira Ajisaka
|
8a68630dd1
|
YARN-4300. [JDK8] Fix javadoc errors caused by wrong tags. (aajisaka)
|
2015-10-27 10:28:01 +09:00 |
|
Wangda Tan
|
56e4f6237a
|
YARN-3216. Max-AM-Resource-Percentage should respect node labels. (Sunil G via wangda)
|
2015-10-26 16:44:39 -07:00 |
|
Wangda Tan
|
6f606214e7
|
YARN-4169. Fix racing condition of TestNodeStatusUpdaterForLabels. (Naganarasimha G R via wangda)
|
2015-10-26 16:36:34 -07:00 |
|
Lei Xu
|
399ad00915
|
HDFS-9292. Make TestFileConcorruption independent to underlying FsDataset Implementation. (lei)
|
2015-10-26 16:09:22 -07:00 |
|
Arpit Agarwal
|
d8736eb9ca
|
HDFS-9305. Delayed heartbeat processing causes storm of subsequent heartbeats. (Contributed by Arpit Agarwal)
|
2015-10-26 15:54:14 -07:00 |
|
Andrew Wang
|
e8aefdf08b
|
HDFS-8945. Update the description about replica placement in HDFS Architecture documentation. Contributed by Masatake Iwasaki.
|
2015-10-26 15:47:59 -07:00 |
|
Lei Xu
|
37bf6141f1
|
HDFS-9291. Fix TestInterDatanodeProtocol to be FsDataset-agnostic. (lei)
|
2015-10-26 15:18:24 -07:00 |
|
Andrew Wang
|
677a936bf7
|
HDFS-9284. fsck command should not print exception trace when file not found. Contributed by Jagadesh Kiran N.
|
2015-10-26 15:15:03 -07:00 |
|
Jing Zhao
|
a01a209fbe
|
HADOOP-12472. Make GenericTestUtils.assertExceptionContains robust. Contributed by Steve Loughran.
|
2015-10-26 14:03:15 -07:00 |
|
Colin Patrick Mccabe
|
2f1eb2bceb
|
HDFS-9268. fuse_dfs chown crashes when uid is passed as -1 (cmccabe)
|
2015-10-26 13:33:22 -07:00 |
|
Yongjun Zhang
|
5e718de522
|
HDFS-7284. Add more debug info to BlockInfoUnderConstruction#setGenerationStampAndVerifyReplicas. (Wei-Chiu Chuang via Yongjun Zhang)
|
2015-10-26 13:25:31 -07:00 |
|
Wangda Tan
|
3cc73773eb
|
YARN-4285. Display resource usage as percentage of queue and cluster in the RM UI (Varun Vasudev via wangda)
|
2015-10-26 13:07:39 -07:00 |
|
Jason Lowe
|
33a03af3c3
|
YARN-4284. condition for AM blacklisting is too narrow. Contributed by Sangjin Lee
|
2015-10-26 19:53:03 +00:00 |
|
Haohui Mai
|
67e3d75aed
|
HDFS-9304. Add HdfsClientConfigKeys class to TestHdfsConfigFields#configurationClasses. Contributed by Mingliang Liu.
|
2015-10-26 12:02:52 -07:00 |
|
Tsuyoshi Ozawa
|
123b3db743
|
HADOOP-12513. Dockerfile lacks initial 'apt-get update'. Contributed by Akihiro Suda.
|
2015-10-26 23:18:52 +09:00 |
|
Rohith Sharma K S
|
5acdde4744
|
YARN-2729. Support script based NodeLabelsProvider Interface in Distributed Node Label Configuration Setup. (Naganarasimha G R via rohithsharmaks)
|
2015-10-26 15:42:42 +05:30 |
|
Rohith Sharma K S
|
092883b34a
|
YARN-4223. Fixed findbugs warnings in hadoop-yarn-server-nodemanager project. (varun saxena via rohithsharmaks)
|
2015-10-26 15:23:51 +05:30 |
|
Tsuyoshi Ozawa
|
ce60b4fc8b
|
YARN-3528. Tests with 12345 as hard-coded port break jenkins. Contributed by Brahma Reddy Battula.
|
2015-10-26 16:45:11 +09:00 |
|
Rohith Sharma K S
|
b57f08c0d2
|
YARN-4246. NPE while listing app attempt. (Nijel S F via rohithsharmaks)
|
2015-10-26 11:56:36 +05:30 |
|
Allen Wittenauer
|
1aa735c188
|
YARN-3724. Use POSIX nftw(3) instead of fts(3) (Alan Burlison via aw)
|
2015-10-25 21:43:23 -07:00 |
|
Arun Suresh
|
ab8eb8770c
|
YARN-3738. Add support for recovery of reserved apps running under dynamic queues (subru via asuresh)
|
2015-10-24 22:53:10 -07:00 |
|
Steve Loughran
|
446212a39e
|
YARN-4296. DistributedShell Log.info is not friendly. (Xiaowei Wang via stevel)
|
2015-10-24 12:55:36 +01:00 |
|
Steve Loughran
|
14f8dd0423
|
YARN-4289. TestDistributedShell failing with bind exception. (Brahma Reddy Battula via stevel)
|
2015-10-24 12:48:15 +01:00 |
|
Akira Ajisaka
|
7781fe1b9e
|
YARN-4294. [JDK8] Fix javadoc errors caused by wrong reference and illegal tag. (aajisaka)
|
2015-10-24 11:54:42 +09:00 |
|
Arpit Agarwal
|
86c92227fc
|
HDFS-4015. Safemode should count and report orphaned blocks. (Contributed by Anu Engineer)
|
2015-10-23 18:07:17 -07:00 |
|
Lei Xu
|
5679e46b7f
|
HDFS-9297. Update TestBlockMissingException to use corruptBlockOnDataNodesByDeletingBlockFile(). (Tony Wu via lei)
|
2015-10-23 17:42:23 -07:00 |
|
Haohui Mai
|
15eb84b37e
|
HDFS-9301. HDFS clients can't construct HdfsConfiguration instances. Contributed by Mingliang Liu.
|
2015-10-23 14:53:34 -07:00 |
|
Kihwal Lee
|
b9e0417bdf
|
HDFS-9290. DFSClient#callAppend() is not backward compatible for slightly older NameNodes. Contributed by Tony Wu.
|
2015-10-23 16:37:45 -05:00 |
|
Zhe Zhang
|
ab3c4cff4a
|
HDFS-8808. dfs.image.transfer.bandwidthPerSec should not apply to -bootstrapStandby. Contributed by Zhe Zhang.
|
2015-10-23 14:01:49 -07:00 |
|
Jason Lowe
|
d3a34a4f38
|
YARN-4041. Slow delegation token renewal can severely prolong RM recovery. Contributed by Sunil G
|
2015-10-23 20:57:01 +00:00 |
|
Lei Xu
|
533a2be5ac
|
HDFS-9264. Minor cleanup of operations on FsVolumeList#volumes. (Walter Su via lei)
|
2015-10-23 13:52:59 -07:00 |
|
Jitendra Pandey
|
600ad7bf41
|
HDFS-9184. Logging HDFS operation's caller context into audit logs. Contributed by Mingliang Liu.
|
2015-10-23 12:15:01 -07:00 |
|
Junping Du
|
eb6379ca25
|
MAPREDUCE-6508. TestNetworkedJob fails consistently due to delegation token changes on RM. Contributed by Akira AJISAKA
|
2015-10-23 10:05:46 -07:00 |
|
Ming Ma
|
934d96a334
|
YARN-2913. Fair scheduler should have ability to set MaxResourceDefault for each queue. (Siqi Li via mingma)
|
2015-10-23 08:36:33 -07:00 |
|
Jonathan Eagles
|
f8adeb712d
|
YARN-4009. CORS support for ResourceManager REST API. ( Varun Vasudev via jeagles)
|
2015-10-23 10:34:08 -05:00 |
|
Tsuyoshi Ozawa
|
35a303dfbe
|
HADOOP-7266. Deprecate metrics v1. Contributed by Akira AJISAKA.
|
2015-10-23 23:47:51 +09:00 |
|
cnauroth
|
124a412a37
|
HDFS-9286. HttpFs does not parse ACL syntax correctly for operation REMOVEACLENTRIES. Contributed by Wei-Chiu Chuang.
|
2015-10-22 15:25:10 -07:00 |
|