16328 Commits

Author SHA1 Message Date
Carlo Curino
c58bd15776 YARN-6547. Enhance SLS-based tests leveraging invariant checker. 2017-06-08 10:44:52 -07:00
Andrew Wang
bbf158de74 HDFS-11840. Log HDFS Mover exception message of exit to its own log. Contributed by LiXin Ge. 2017-06-08 10:44:52 -07:00
Arpit Agarwal
df7d952f12 HDFS-11932. BPServiceActor thread name is not correctly set. Contributed by Chen Liang. 2017-06-08 10:44:52 -07:00
Mingliang Liu
974f33add2 HADOOP-14491. Azure has messed doc structure. Contributed by Mingliang Liu 2017-06-08 10:44:51 -07:00
Mingliang Liu
756ff412af HADOOP-14472. Azure: TestReadAndSeekPageBlobAfterWrite fails intermittently. Contributed by Mingliang Liu 2017-06-08 10:44:51 -07:00
Brahma Reddy Battula
cc8bcf1efd HADOOP-14485. Redundant 'final' modifier in try-with-resources statement. Contributed by wenxin he. 2017-06-08 10:44:51 -07:00
Kihwal Lee
fd77c7f76b HADOOP-14035. Reduce fair call queue backoff's impact on clients. Contributed by Daryn Sharp. 2017-06-08 10:44:51 -07:00
Brahma Reddy Battula
4c06897a36 HADOOP-14431. ModifyTime of FileStatus returned by SFTPFileSystem's getFileStatus method is wrong. Contributed by Hongyuan Li. 2017-06-08 10:44:51 -07:00
Yongjun Zhang
23b15b223a HDFS-11914. Add more diagnosis info for fsimage transfer failure. Contributed by Yongjun Zhang. 2017-06-08 10:44:51 -07:00
Mingliang Liu
2777b1d456 HADOOP-14478. Optimize NativeAzureFsInputStream for positional reads. Contributed by Rajesh Balamohan 2017-06-08 10:44:51 -07:00
Arpit Agarwal
b55a34639d HDFS-11928. Segment overflow in FileDistributionCalculator. Contributed by LiXin Ge. 2017-06-08 10:44:51 -07:00
Kihwal Lee
14f782b6b9 HDFS-10816. TestComputeInvalidateWork#testDatanodeReRegistration fails due to race between test and replication monitor. Contributed by Eric Badger. 2017-06-08 10:44:51 -07:00
Jian He
2ad147ef29 YARN-6683. Invalid event: COLLECTOR_UPDATE at KILLED. Contributed by Rohith Sharma K S 2017-06-08 10:44:51 -07:00
Mingliang Liu
ce634881ce HADOOP-14428. s3a: mkdir appears to be broken. Contributed by Mingliang Liu 2017-06-08 10:44:51 -07:00
Brahma Reddy Battula
323f8bb6e4 HADOOP-14440. Add metrics for connections dropped. Contributed by Eric Badger. 2017-06-08 10:44:50 -07:00
Sunil G
f4fba3d0ac YARN-6458. Use yarn package manager to lock down dependency versions for new web UI. Contributed by Sreenath Somarajapuram. 2017-06-08 10:44:50 -07:00
Yiqun Lin
fe76c59954 HDFS-11899. ASF License warnings generated intermittently in trunk. Contributed by Yiqun Lin. 2017-06-08 10:44:50 -07:00
Daniel Templeton
882891a643 YARN-6208. Improve the log when FinishAppEvent sent to the NodeManager which didn't run the application
(Contributed by Akira Ajisaka via Daniel Templeton)
2017-06-08 10:44:50 -07:00
Brahma Reddy Battula
6618442809 HADOOP-14436. Remove the redundant colon in ViewFs.md. Contributed by maobaolong. 2017-06-08 10:44:50 -07:00
Yiqun Lin
60a7f57b61 HDFS-11359. DFSAdmin report command supports displaying maintenance state datanodes. Contributed by Yiqun Lin. 2017-06-08 10:44:50 -07:00
vrushali
d48f2f6839 YARN-6316 Provide help information and documentation for TimelineSchemaCreator (Contributed by Haibo Chen via Vrushali C) 2017-06-08 10:44:50 -07:00
Andrew Wang
0a09e1f29d HDFS-11383. Intern strings in BlockLocation and ExtendedBlock. Contributed by Misha Dmitriev. 2017-06-08 10:44:50 -07:00
Xiao Chen
36914a7291 HDFS-11904. Reuse iip in unprotectedRemoveXAttrs calls. 2017-06-08 10:44:50 -07:00
Xiao Chen
cb622bc619 HDFS-11741. Long running balancer may fail due to expired DataEncryptionKey. Contributed by Wei-Chiu Chuang and Xiao Chen. 2017-06-08 10:44:49 -07:00
Mingliang Liu
5c6f22d62e HADOOP-14460. Azure: update doc for live and contract tests. Contributed by Mingliang Liu 2017-06-08 10:44:49 -07:00
Brahma Reddy Battula
93f2aaf826 HDFS-11905. Fix license header inconsistency in hdfs. Contributed by Yeliang Cang. 2017-06-08 10:44:49 -07:00
Brahma Reddy Battula
173e391c4e HDFS-11893. Fix TestDFSShell.testMoveWithTargetPortEmpty failure. Contributed by Brahma Reddy Battula. 2017-06-08 10:44:49 -07:00
Sean Busbey
9d9e56c39f HADOOP-13921. Remove log4j classes from JobConf.
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2017-06-08 10:44:49 -07:00
Akira Ajisaka
0618f490dd HADOOP-14466. Remove useless document from TestAliyunOSSFileSystemContract.java. Contributed by Chen Liang. 2017-06-08 10:44:49 -07:00
Daniel Templeton
83b97f8a59 HADOOP-9849. License information is missing for native CRC32 code
(Contributed by Andrew Wang via Daniel Templeton)
2017-06-08 10:44:49 -07:00
Daniel Templeton
dd7b6fb3cd YARN-6246. Identifying starved apps does not need the scheduler writelock
(Contributed by Karthik Kambatla via Daniel Templeton)
2017-06-08 10:44:49 -07:00
Nathan Roberts
177c0c1523 YARN-6649. RollingLevelDBTimelineServer throws RuntimeException if object decoding ever fails runtime exception. Contributed by Jon Eagles. 2017-06-08 10:44:49 -07:00
Kihwal Lee
5a81e70c44 HDFS-5042. Completed files lost after power failure. Contributed by Vinayakumar B. 2017-06-08 10:44:49 -07:00
Jonathan Eagles
fee8342f6b YARN-6497. Method length of ResourceManager#serviceInit() is too long (Gergely Novák via jeagles) 2017-06-08 10:44:48 -07:00
Brahma Reddy Battula
c48a7a0e9e HDFS-11901. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin. 2017-06-08 10:44:48 -07:00
Varun Vasudev
3c3685a4b8 YARN-6366. Refactor the NodeManager DeletionService to support additional DeletionTask types. Contributed by Shane Kumpf. 2017-06-08 10:44:48 -07:00
Haibo Chen
5511c4e575 YARN-6477. Dispatcher no longer needs the raw types suppression. (Maya Wexler via Haibo Chen) 2017-06-08 10:44:48 -07:00
Lei Xu
611d452bcf HDFS-11659. TestDataNodeHotSwapVolumes.testRemoveVolumeBeingWritten fail due to no DataNode available for pipeline recovery. Contributed by Lei (Eddy) Xu. 2017-06-08 10:44:48 -07:00
Brahma Reddy Battula
71c34c7155 HADOOP-14456. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin. 2017-06-08 10:44:48 -07:00
Sunil G
6a481be339 YARN-6635. Refactor yarn-app pages in new YARN UI. Contributed by Akhil PB. 2017-06-08 10:44:48 -07:00
Akira Ajisaka
d86fbcf084 HADOOP-14458. Add missing imports to TestAliyunOSSFileSystemContract.java. Contributed by Mingliang Liu. 2017-06-08 10:44:48 -07:00
Akira Ajisaka
f006cf9d88 MAPREDUCE-6887. Modifier 'static' is redundant for inner enums. Contributed by ZhangBing Lin. 2017-06-08 10:44:48 -07:00
Akira Ajisaka
8897b3b3eb HDFS-11832. Switch leftover logs to slf4j format in BlockManager.java. Contributed by Hui Xu and Chen Liang. 2017-06-08 10:44:47 -07:00
John Zhuge
2cee811941 HADOOP-14464. hadoop-aws doc header warning #5 line wrapped. Contributed by John Zhuge. 2017-06-08 10:44:47 -07:00
Yiqun Lin
9e3d5e29b3 HDFS-11446. TestMaintenanceState#testWithNNAndDNRestart fails intermittently. Contributed by Yiqun Lin. 2017-06-08 10:44:47 -07:00
Mingliang Liu
fc28cc927c HADOOP-14442. Owner support for ranger-wasb integration. Contributed by Varada Hemeswari 2017-06-08 10:44:47 -07:00
Arpit Agarwal
06c6c07be1 HDFS-11891. DU#refresh should print the path of the directory when an exception is caught. Contributed by Chen Liang. 2017-06-08 10:44:47 -07:00
Andrew Wang
40e677a400 Update 3.0.0-alpha3 changes, release notes, jdiff. 2017-06-08 10:44:47 -07:00
Andrew Wang
b876bbd936 Update maven version for 3.0.0-alpha4 development 2017-06-08 10:44:47 -07:00
Inigo Goiri
02f1eea06f Fix NPE in LazyPersistFileScrubber. Contributed by Inigo Goiri. 2017-06-08 10:44:47 -07:00