Yufei Gu
|
1cdce86d33
|
YARN-8184. Too many metrics if containerLocalizer/ResourceLocalizationService uses ReadWriteDiskValidator. Contributed by Yufei Gu
|
2018-06-22 14:03:55 -07:00 |
|
Miklos Szegedi
|
ae055622ed
|
MAPREDUCE-7114. Make FrameworkUploader symlink ignore improvement. Contributed by Gergo Repas.
|
2018-06-22 13:05:41 -07:00 |
|
Sean Mackrory
|
55fad6a3de
|
HADOOP-15416. Clear error message in S3Guard diff if source not found. Contributed by Gabor Bota.
|
2018-06-22 11:36:56 -06:00 |
|
Eric E Payne
|
6432128622
|
YARN-8444: NodeResourceMonitor crashes on bad swapFree value. Contributed by Jim Brennan.
|
2018-06-22 17:15:29 +00:00 |
|
Yiqun Lin
|
30728aced4
|
HDFS-13692. StorageInfoDefragmenter floods log when compacting StorageInfo TreeSet. Contributed by Bharat Viswanadham.
|
2018-06-22 10:50:54 +08:00 |
|
Inigo Goiri
|
99948565cb
|
YARN-8412. Move ResourceRequest.clone logic everywhere into a proper API. Contributed by Botong Huang.
|
2018-06-21 18:24:10 -07:00 |
|
Todd Lipcon
|
59de967954
|
HADOOP-15549. Upgrade to commons-configuration 2.1 regresses task CPU consumption
|
2018-06-21 10:32:52 -07:00 |
|
Eric Yang
|
9f15483c5d
|
YARN-8445. Improved error message for duplicated service and component names.
Contributed by Chandni Singh
|
2018-06-21 11:20:24 -04:00 |
|
Todd Lipcon
|
43541a1890
|
HADOOP-15551. Avoid use of Arrays.stream in Configuration.addTags
|
2018-06-20 16:43:10 -07:00 |
|
Xiao Chen
|
32f867a6a9
|
HDFS-13682. Cannot create encryption zone after KMS auth token expires.
|
2018-06-20 15:58:26 -07:00 |
|
Sean Mackrory
|
b089a06793
|
HADOOP-14918. Remove the Local Dynamo DB test option. Contributed by Gabor Bota.
|
2018-06-20 16:45:08 -06:00 |
|
Miklos Szegedi
|
d6ee4290df
|
MAPREDUCE-7113. Typos in test names in TestTaskAttempt: "testAppDiognostic". Contributed by Szilard Nemeth.
|
2018-06-20 12:04:44 -07:00 |
|
Miklos Szegedi
|
46f9058164
|
YARN-8441. Typo in CSQueueUtils local variable names: queueGuranteedResource. Contributed by Szilard Nemeth.
|
2018-06-20 11:58:18 -07:00 |
|
Miklos Szegedi
|
388fafa004
|
YARN-8442. Strange characters and missing spaces in FairScheduler documentation. Contributed by Szilard Nemeth.
|
2018-06-20 11:55:43 -07:00 |
|
Miklos Szegedi
|
bbbc7cc426
|
YARN-7449. Split up class TestYarnClient to TestYarnClient and TestYarnClientImpl. Contributed by Szilard Nemeth.
|
2018-06-20 11:40:56 -07:00 |
|
Miklos Szegedi
|
55432b0981
|
YARN-8440. Typo in YarnConfiguration javadoc: "Miniumum request grant-able..". Contributed by Szilard Nemeth.
|
2018-06-20 11:36:12 -07:00 |
|
Miklos Szegedi
|
9a9e969570
|
YARN-8391. Investigate AllocationFileLoaderService.reloadListener locking issue. Contributed by Szilard Nemeth.
|
2018-06-20 10:59:33 -07:00 |
|
Haibo Chen
|
4939ffedb1
|
YARN-8437. Build oom-listener fails on older versions. (Miklos Szegedi via Haibo Chen)
|
2018-06-20 10:42:13 -07:00 |
|
Eric Yang
|
2d87592fc6
|
HADOOP-15527. Improve delay check for stopping processes.
Fixed script location.
Contributed by Vinod Kumar Vavilapalli
|
2018-06-19 13:38:13 -04:00 |
|
Dedunu Dhananjaya
|
f386e78a4b
|
YARN-7668. Remove unused variables from ContainerLocalizer
This closes #364
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-06-18 16:45:50 -07:00 |
|
Vidura Mudalige
|
1e94e5977f
|
MAPREDUCE-7063. Fix log level inconsistency in CombineFileInputFormat.java
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-06-18 14:25:11 -07:00 |
|
Eric Yang
|
2c87ec5aff
|
HADOOP-15527. Improve delay check for stopping processes.
Contributed by Vinod Kumar Vavilapalli
|
2018-06-18 14:28:22 -04:00 |
|
Akira Ajisaka
|
fba9d7cd74
|
HDFS-13621. Upgrade commons-lang version to 3.7 in hadoop-hdfs-project. Contributed by Takanobu Asanuma.
|
2018-06-18 10:17:07 -07:00 |
|
Mukul Kumar Singh
|
2a4632d3d7
|
HDDS-141. Remove PipeLine Class from SCM and move the data field in the Pipeline to ContainerInfo. Contributed by Shashikant Banerjee.
|
2018-06-17 23:48:49 -07:00 |
|
Chris Douglas
|
f34744603e
|
HADOOP-15533. Make WASB listStatus messages consistent. Contributed by Esfandiar Manii
|
2018-06-17 23:12:18 -07:00 |
|
Chris Douglas
|
980031bb04
|
HADOOP-13186. Multipart Uploader API. Contributed by Ewan Higgs
|
2018-06-17 11:54:26 -07:00 |
|
Surendra Singh Lilhore
|
3905fdb793
|
HADOOP-15523. Shell command timeout given is in seconds whereas it is taken as millisec while scheduling. Contributed by Bilwa S T.
|
2018-06-17 12:12:01 +05:30 |
|
Inigo Goiri
|
8762e9cf10
|
HDFS-13681. Fix TestStartup.testNNFailToStartOnReadOnlyNNDir test failure on Windows. Contributed by Xiao Liang.
|
2018-06-15 16:49:06 -07:00 |
|
Inigo Goiri
|
d31a3ce767
|
HDFS-13686. Add overall metrics for FSNamesystemLock. Contributed by Lukas Majercak.
|
2018-06-15 15:59:19 -07:00 |
|
Sean Mackrory
|
1da3b55659
|
HADOOP-15504. Upgrade Maven Core and Maven Wagon dependencies.
|
2018-06-15 16:06:26 -06:00 |
|
Anu Engineer
|
308a1591f9
|
HDDS-172. The numbers of operation should be integer in KSM UI.
Contributed by Takanobu Asanuma.
|
2018-06-15 14:10:17 -07:00 |
|
Wei-Chiu Chuang
|
c966a3837a
|
HDFS-13174. hdfs mover -p /path times out after 20 min. Contributed by Istvan Fajth.
|
2018-06-15 13:36:46 -07:00 |
|
Inigo Goiri
|
eebeb6033f
|
HDFS-13676. TestEditLogRace fails on Windows. Contributed by Zuoming Zhang.
|
2018-06-15 13:07:54 -07:00 |
|
Inigo Goiri
|
43d994e4a6
|
HDFS-13673. TestNameNodeMetrics fails on Windows. Contributed by Zuoming Zhang.
|
2018-06-15 10:33:28 -07:00 |
|
Inigo Goiri
|
b272b71095
|
HADOOP-15537. Clean up ContainerLaunch and ContainerExecutor pre-HADOOP-15528. Contributed by Giovanni Matteo Fumarola.
|
2018-06-15 09:40:45 -07:00 |
|
Mukul Kumar Singh
|
3e37a9a70b
|
HDFS-13679. Fix Typo in javadoc for ScanInfoPerBlockPool#addAll. Contributed by Shashikant Banerjee.
|
2018-06-15 14:58:20 +05:30 |
|
Anu Engineer
|
020dd61988
|
HDDS-146. Refactor the structure of the acceptance tests.
Contributed by Elek, Marton.
|
2018-06-14 14:14:24 -07:00 |
|
Inigo Goiri
|
5d7449d2b8
|
HDFS-13675. Speed up TestDFSAdminWithHA. Contributed by Lukas Majercak.
|
2018-06-14 13:43:14 -07:00 |
|
Bharat Viswanadham
|
361ffb26be
|
YARN-8426:Upgrade jquery-ui to 1.12.1 in YARN. Contributed by Sunil Govindan
|
2018-06-14 13:14:25 -07:00 |
|
Eric Yang
|
9591765040
|
YARN-8410. Fixed a bug in A record lookup by CNAME record.
Contributed by Shane Kumpf
|
2018-06-14 15:54:21 -04:00 |
|
Inigo Goiri
|
8d4926f38b
|
HDFS-13563. TestDFSAdminWithHA times out on Windows. Contributed by Lukas Majercak.
|
2018-06-14 09:58:50 -07:00 |
|
Rohith Sharma K S
|
9119b3cf8f
|
YARN-8155. Improve ATSv2 client logging in RM and NM publisher. Contributed by Abhishek Modi.
|
2018-06-14 12:38:10 +05:30 |
|
Anu Engineer
|
ddd09d59f3
|
HDDS-163. Add Datanode heartbeat dispatcher in SCM.
Contributed by Nandakumar.
|
2018-06-13 20:18:22 -07:00 |
|
Anu Engineer
|
7547740e5c
|
HDDS-161. Add functionality to queue ContainerClose command from SCM Heartbeat Response to Ratis.
Contributed by Shashikant Banerjee.
|
2018-06-13 18:48:59 -07:00 |
|
Eric Yang
|
22994889dc
|
YARN-8259. Improve privileged docker container liveliness checks.
Contributed by Shane Kumpf
|
2018-06-13 19:24:31 -04:00 |
|
Eric Yang
|
69b0596897
|
YARN-8411. Restart stopped system service during RM start.
Contributed by Billie Rinaldi
|
2018-06-13 19:05:52 -04:00 |
|
Xiaoyu Yao
|
7566e0ec5f
|
HDDS-159. RestClient: Implement list operations for volume, bucket and keys. Contributed by Lokesh Jain.
|
2018-06-13 11:43:18 -07:00 |
|
Anu Engineer
|
43baa036ae
|
HDDS-109. Add reconnect logic for XceiverClientGrpc.
Contributed by Lokesh Jain.
|
2018-06-13 09:50:10 -07:00 |
|
Yiqun Lin
|
8e7548d33b
|
HDFS-13641. Add metrics for edit log tailing. Contributed by Chao Sun.
|
2018-06-13 20:05:55 +08:00 |
|
Sunil G
|
6307962b93
|
YARN-8404. Timeline event publish need to be async to avoid Dispatcher thread leak in case ATS is down. Contributed by Rohith Sharma K S
|
2018-06-13 16:09:16 +05:30 |
|