Yiqun Lin
|
543f3abbee
|
HDFS-13099. RBF: Use the ZooKeeper as the default State Store. Contributed by Yiqun Lin.
|
2018-02-09 13:57:42 +08:00 |
|
Jian He
|
ddec08d7cc
|
YARN-7827. Stop and Delete Yarn Service from RM UI fails with HTTP ERROR 404. Contributed by Sunil G
|
2018-02-08 21:32:40 -08:00 |
|
Yufei Gu
|
1bc03ddf97
|
YARN-7655. Avoid AM preemption caused by RRs for specific nodes or racks. Contributed by Steven Rand.
|
2018-02-08 12:32:43 -08:00 |
|
Jian He
|
eb2449d539
|
YARN-5428. Allow for specifying the docker client configuration directory. Contributed by Shane Kumpf
|
2018-02-08 11:35:30 -08:00 |
|
Steve Loughran
|
996796f104
|
HADOOP-15214. Make Hadoop compatible with Guava 21.0.
Contributed by Igor Dvorzhak
|
2018-02-08 10:55:54 -08:00 |
|
Xiaoyu Yao
|
8faf0b50d4
|
HDFS-13120. Snapshot diff could be corrupted after concat. Contributed by Xiaoyu Yao.
|
2018-02-08 08:59:48 -08:00 |
|
Yongjun Zhang
|
f491f717e9
|
HDFS-13115. In getNumUnderConstructionBlocks(), ignore the inodeIds for which the inodes have been deleted. Contributed by Yongjun Zhang.
|
2018-02-07 12:58:09 -08:00 |
|
Jitendra Pandey
|
b061215ecf
|
HDFS-11701. NPE from Unresolved Host causes permanent DFSInputStream failures. Contributed by Lokesh Jain.
|
2018-02-07 11:22:36 -08:00 |
|
Jason Lowe
|
456705a07c
|
YARN-7815. Make the YARN mounts added to Docker containers more restrictive. Contributed by Shane Kumpf
|
2018-02-07 13:09:08 -06:00 |
|
Brahma Reddy Battula
|
01bd6ab18f
|
HDFS-12935. Get ambiguous result for DFSAdmin command in HA mode when only one namenode is up. Contributed by Jianfei Jiang.
|
2018-02-07 23:10:33 +05:30 |
|
Billie Rinaldi
|
266da25c04
|
Revert "YARN-6078. Containers stuck in Localizing state. Contributed by Billie Rinaldi."
This reverts commit e14f03dfbf .
|
2018-02-07 07:17:00 -08:00 |
|
Billie Rinaldi
|
aa461f9091
|
YARN-7516. Add security check for trusted docker images. Contributed by Eric Yang
|
2018-02-07 07:09:45 -08:00 |
|
Xiao Chen
|
e5c2fdddd6
|
HDFS-12933. Improve logging when DFSStripedOutputStream failed to write some blocks. Contributed by chencan.
|
2018-02-06 22:54:53 -08:00 |
|
Tsz-Wo Nicholas Sze
|
4fadcf1631
|
HDFS-13107. Add Mover Cli Unit Tests for Federated cluster. Contributed by Bharat Viswanadham
|
2018-02-06 16:59:26 -08:00 |
|
Sean Mackrory
|
b14db95c35
|
HDFS-13106. Need to exercise all HDFS APIs for EC. Contributed by Haibo Yan.
|
2018-02-06 16:39:00 -07:00 |
|
Tsz-Wo Nicholas Sze
|
4d1bf33d0f
|
HDFS-12947. Limit the number of Snapshots allowed to be created for a Snapshottable Directory. Contributed by Shashikant Banerjee
|
2018-02-06 14:46:44 -08:00 |
|
Robert Kanter
|
814d701d46
|
YARN-7841. Cleanup AllocationFileLoaderService's reloadAllocations method (snemeth via rkanter)
|
2018-02-06 14:36:49 -08:00 |
|
Anu Engineer
|
4304fcd5bd
|
HDFS-12990. Change default NameNode RPC port back to 8020. Contributed by Xiao Chen.
|
2018-02-06 13:43:45 -08:00 |
|
Kihwal Lee
|
2dd960de98
|
HADOOP-15212. Add independent secret manager method for logging expired tokens. Contributed by Daryn Sharp.
|
2018-02-06 15:33:18 -06:00 |
|
Weiwei Yang
|
bff858e910
|
YARN-7860. Fix UT failure TestRMWebServiceAppsNodelabel#testAppsRunning. Contributed by Sunil G.
|
2018-02-06 19:33:04 +08:00 |
|
Sunil G
|
72415c39cf
|
YARN-7866. [UI2] Error to be displayed correctly while accessing kerberized cluster without kinit. Contributed by Sunil G.
|
2018-02-06 16:00:34 +05:30 |
|
Sunil G
|
2c326088ae
|
YARN-7850. [UI2] Log Aggregation status to be displayed in Application Page. Contributed by Gergely Novák.
|
2018-02-06 15:32:09 +05:30 |
|
Jian He
|
87429affce
|
YARN-7889. Missing kerberos token when check for RM REST API availability. Contributed by Eric Yang
|
2018-02-05 22:56:25 -08:00 |
|
Billie Rinaldi
|
a196ee9362
|
YARN-7890. NPE during container relaunch. Contributed by Jason Lowe
|
2018-02-05 18:04:09 -08:00 |
|
Jason Lowe
|
60656bceca
|
YARN-7849. TestMiniYarnClusterNodeUtilization#testUpdateNodeUtilization fails due to heartbeat sync error. Contributed by Botong Huang
|
2018-02-05 17:16:04 -06:00 |
|
Jason Lowe
|
33e6cdbd16
|
YARN-7876. Localized jars that are expanded after localization are not fully copied. Contributed by Miklos Szegedi
|
2018-02-05 12:30:20 -06:00 |
|
Yongjun Zhang
|
4e9a59ce16
|
HDFS-13100. Handle IllegalArgumentException when GETSERVERDEFAULTS is not implemented in webhdfs. Contributed by Aaron T. Myers and Yongjun Zhang.
|
2018-02-02 22:58:44 -08:00 |
|
Wei-Chiu Chuang
|
2021f4bdce
|
HDFS-11187. Optimize disk access for last partial chunk checksum of Finalized replica. Contributed by Wei-Chiu Chuang.
|
2018-02-02 17:18:42 -08:00 |
|
Miklos Szegedi
|
c7101fe21b
|
YARN-7879. NM user is unable to access the application filecache due to permissions. Contributed by Jason Lowe.
|
2018-02-02 16:48:57 -08:00 |
|
Hanisha Koneru
|
0ef639235b
|
HDFS-13073. Cleanup code in InterQJournalProtocol.proto. Contributed by Bharat Viswanadham.
|
2018-02-02 16:28:03 -08:00 |
|
Konstantinos Karanasos
|
50723889cc
|
YARN-7778. Merging of placement constraints defined at different levels. Contributed by Weiwei Yang.
|
2018-02-02 14:46:20 -08:00 |
|
Jian He
|
b6e50fad53
|
YARN-7831. YARN Service CLI should use hadoop.http.authentication.type to determine authentication method. Contributed by Eric Yang
|
2018-02-02 14:38:33 -08:00 |
|
Hanisha Koneru
|
51cb6c5380
|
HADOOP-15168. Add kdiag tool to hadoop command. Contributed by Bharat Viswanadham.
|
2018-02-02 12:51:27 -08:00 |
|
Arpit Agarwal
|
d4e13a4647
|
HADOOP-15198. Correct the spelling in CopyFilter.java. Contributed by Mukul Kumar Singh.
|
2018-02-02 11:37:51 -08:00 |
|
Jian He
|
f9a4d4cf23
|
YARN-7868. Provide improved error message when YARN service is disabled. Contributed by Eric Yang
|
2018-02-02 11:10:47 -08:00 |
|
Arun Suresh
|
6e5ba9366f
|
YARN-7839. Modify PlacementAlgorithm to Check node capacity before placing request on node. (Panagiotis Garefalakis via asuresh)
|
2018-02-02 10:28:22 -08:00 |
|
Jason Lowe
|
460d77bd64
|
HADOOP-15170. Add symlink support to FileUtil#unTarUsingJava. Contributed by Ajay Kumar
|
2018-02-02 11:33:26 -06:00 |
|
Akira Ajisaka
|
4aef8bd2ef
|
HDFS-13048. LowRedundancyReplicatedBlocks metric can be negative
|
2018-02-02 14:34:07 +09:00 |
|
Yiqun Lin
|
b0627c891b
|
HDFS-13068. RBF: Add router admin option to manage safe mode. Contributed by Yiqun Lin.
|
2018-02-02 11:25:41 +08:00 |
|
Anu Engineer
|
aa45faf0b2
|
HDFS-12942. Synchronization issue in FSDataSetImpl#moveBlock. Contributed by Ajay Kumar.
|
2018-02-01 18:03:01 -08:00 |
|
Xiao Chen
|
09dd709d6e
|
HADOOP-15197. Remove tomcat from the Hadoop-auth test bundle.
|
2018-02-01 15:33:52 -08:00 |
|
Hanisha Koneru
|
dd50f53997
|
HDFS-13062. Provide support for JN to use separate journal disk per namespace. Contributed by Bharat Viswanadham.
|
2018-02-01 12:28:17 -08:00 |
|
Xiaoyu Yao
|
b3ae11d597
|
HDFS-12997. Move logging to slf4j in BlockPoolSliceStorage and Storage. Contributed by Ajay Kumar.
|
2018-02-01 10:45:34 -08:00 |
|
Inigo Goiri
|
6ca7204ceb
|
HDFS-13043. RBF: Expose the state of the Routers in the federation. Contributed by Inigo Goiri.
|
2018-02-01 10:37:14 -08:00 |
|
Jason Lowe
|
682ea21f2b
|
Revert "YARN-7677. Docker image cannot set HADOOP_CONF_DIR. Contributed by Jim Brennan"
This reverts commit 12eaae383a .
|
2018-02-01 12:14:09 -06:00 |
|
Xiao Chen
|
ae2177d296
|
HDFS-12897. getErasureCodingPolicy should handle .snapshot dir better. Contributed by LiXin Ge.
|
2018-01-31 22:50:25 -08:00 |
|
Xiaoyu Yao
|
af015c0b23
|
HDFS-13060. Adding a BlacklistBasedTrustedChannelResolver for TrustedChannelResolver. Contributed by Ajay Kumar.
|
2018-01-31 22:39:51 -08:00 |
|
Eric Yang
|
0bee3849e3
|
YARN-7816. Allow same application name submitted by multiple users. (Contributed by Gour Saha)
|
2018-01-31 20:51:40 -05:00 |
|
Eric Payne
|
5a725bb886
|
MAPREDUCE-7033: Map outputs implicitly rely on permissive umask for shuffle. Contributed by Jason Lowe
|
2018-01-31 15:45:30 -06:00 |
|
Hanisha Koneru
|
3ce2190b58
|
HDFS-13092. Reduce verbosity for ThrottledAsyncChecker#schedule. Contributed by Mukul Kumar Singh.
|
2018-01-31 11:05:17 -08:00 |
|