Wangda Tan
|
aa3f62740f
|
YARN-7332. Compute effectiveCapacity per each resource vector. (Sunil G via wangda)
|
2017-12-07 18:56:54 -08:00 |
|
Wangda Tan
|
d52627a7cb
|
YARN-7254. UI and metrics changes related to absolute resource configuration. (Sunil G via wangda)
|
2017-12-07 18:56:54 -08:00 |
|
Wangda Tan
|
5e798b1a0d
|
YARN-6471. Support to add min/max resource configuration for a queue. (Sunil G via wangda)
Change-Id: I9213f5297a6841fab5c573e85ee4c4e5f4a0b7ff
|
2017-12-07 18:56:54 -08:00 |
|
Wei-Chiu Chuang
|
d6c31a3e6b
|
HDFS-11915. Sync rbw dir on the first hsync() to avoid file lost on power failure. Contributed by Vinayakumar B.
|
2017-12-07 14:50:30 -08:00 |
|
Sean Mackrory
|
acb92904d0
|
HADOOP-15098. TestClusterTopology#testChooseRandom fails intermittently. Contributed by Zsolt Venczel.
|
2017-12-07 12:30:58 -07:00 |
|
Lei Xu
|
67662e2ac9
|
HDFS-12840. Creating a file with non-default EC policy in a EC zone is not correctly serialized in the editlog. Contributed by Lei (Eddy) Xu.
|
2017-12-07 11:15:40 -08:00 |
|
Sammi Chen
|
67b2661e3d
|
HADOOP-15080. Aliyun OSS: update oss sdk from 2.8.1 to 2.8.3 to remove its dependency on Cat-x json-lib.
|
2017-12-07 22:46:11 +08:00 |
|
Weiwei Yang
|
e411dd6666
|
YARN-7607. Remove the trailing duplicated timestamp in container diagnostics message. Contributed by Weiwei Yang.
|
2017-12-07 17:29:40 +08:00 |
|
Akira Ajisaka
|
c2e8a5c229
|
MAPREDUCE-7000. Moving logging APIs over to slf4j in hadoop-mapreduce-client-nativetask. Contributed by Jinjiang Ling.
|
2017-12-07 16:27:08 +09:00 |
|
Akira Ajisaka
|
d4cae977a2
|
MAPREDUCE-6998. Moving logging APIs over to slf4j in hadoop-mapreduce-client-jobclient. Contributed by Gergely Novák.
|
2017-12-07 16:21:25 +09:00 |
|
Akira Ajisaka
|
6cca5b3bcb
|
HDFS-12889. Addendum patch to add missing file.
|
2017-12-07 13:23:37 +09:00 |
|
Weiwei Yang
|
40b0045ebe
|
YARN-7610. Extend Distributed Shell to support launching job with opportunistic containers. Contributed by Weiwei Yang.
|
2017-12-06 17:52:41 +08:00 |
|
Xiao Chen
|
56b1ff80dd
|
HDFS-12872. EC Checksum broken when BlockAccessToken is enabled.
|
2017-12-05 20:48:16 -08:00 |
|
Weiwei Yang
|
05c347fe51
|
YARN-7611. Node manager web UI should display container type in containers page. Contributed by Weiwei Yang.
|
2017-12-06 12:21:52 +08:00 |
|
Kai Zheng
|
73b86979d6
|
HADOOP-15039. Move SemaphoredDelegatingExecutor to hadoop-common. Contributed by Genmao Yu
|
2017-12-06 12:01:36 +08:00 |
|
Akira Ajisaka
|
44b06d34a5
|
HDFS-12889. Router UI is missing robots.txt file. Contributed by Bharat Viswanadham.
|
2017-12-06 11:40:33 +09:00 |
|
Wangda Tan
|
0311cf0535
|
YARN-7381. Enable the configuration: yarn.nodemanager.log-container-debug-info.enabled by default in yarn-default.xml. (Xuan Gong via wangda)
Change-Id: I1ed58dafad5cc276eea5c0b0813cf04f57d73a87
|
2017-12-05 13:09:49 -08:00 |
|
Aaron Fabbri
|
6555af81a2
|
HADOOP-14475 Metrics of S3A don't print out when enabled. Contributed by Younger and Sean Mackrory.
|
2017-12-05 11:06:32 -08:00 |
|
Sunil G
|
a957f1c60e
|
YARN-7438. Additional changes to make SchedulingPlacementSet agnostic to ResourceRequest / placement algorithm. Contributed by Wangda Tan
|
2017-12-05 22:50:07 +05:30 |
|
Steve Loughran
|
3150c019ae
|
HADOOP-15071 S3a troubleshooting docs to add a couple more failure modes.
Contributed by Steve Loughran
|
2017-12-05 15:05:41 +00:00 |
|
Brahma Reddy Battula
|
6d16a99ae8
|
HDFS-11751. DFSZKFailoverController daemon exits with wrong status code. Contributed by Bharat Viswanadham
|
2017-12-05 19:53:46 +05:30 |
|
Sunil G
|
99ccca341f
|
YARN-7092. Render application specific log under application tab in new YARN UI. Contributed by Akhil PB.
|
2017-12-05 19:41:07 +05:30 |
|
Sunil G
|
f9f317b702
|
YARN-7586. Application Placement should be done before ACL checks in ResourceManager. Contributed by Suma Shivaprasad.
|
2017-12-05 18:28:31 +05:30 |
|
Akira Ajisaka
|
9f1bdafedb
|
HADOOP-14985. Remove subversion related code from VersionInfoMojo.java. Contributed by Ajay Kumar.
|
2017-12-05 14:30:46 +09:00 |
|
Arpit Agarwal
|
e00c7f78c1
|
HADOOP-14976. Set HADOOP_SHELL_EXECNAME explicitly in scripts.
|
2017-12-04 21:02:04 -08:00 |
|
Sean Mackrory
|
5533648241
|
HADOOP-15058. create-release site build outputs dummy shaded jars due to skipShade. Contributed by Andrew Wang.
|
2017-12-04 15:39:43 -07:00 |
|
Robert Kanter
|
d8863fc16f
|
YARN-5594. Handle old RMDelegationToken format when recovering RM (rkanter)
|
2017-12-04 13:14:55 -08:00 |
|
Eric Yang
|
d30d57828f
|
YARN-6669. Implemented Kerberos security for YARN service framework. (Contributed by Jian He)
|
2017-12-04 15:11:00 -05:00 |
|
Xiao Chen
|
404eab4dc0
|
HDFS-12396. Webhdfs file system should get delegation token from kms provider. Contributed by Rushabh S Shah.
|
2017-12-04 10:40:11 -08:00 |
|
Arun Suresh
|
37ca416950
|
YARN-7587. Skip dispatching opportunistic containers to nodes whose queue is already full. (Weiwei Yang via asuresh)
|
2017-12-03 22:22:01 -08:00 |
|
Sunil G
|
81f6e46b2f
|
YARN-6907. Node information page in the old web UI should report resource types. Contributed by Gergely Novák.
|
2017-12-04 11:27:23 +05:30 |
|
Sunil G
|
30f2646b15
|
YARN-7594. TestNMWebServices#testGetNMResourceInfo fails on trunk. Contributed by Gergely Novák.
|
2017-12-04 10:45:07 +05:30 |
|
Chris Douglas
|
42307e3c3a
|
HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak
|
2017-12-01 22:34:30 -08:00 |
|
Chris Douglas
|
f9d195dfe9
|
HADOOP-14600. LocatedFileStatus constructor forces RawLocalFS to exec a process to get the permissions. Contributed by Ping Liu
|
2017-12-01 22:12:26 -08:00 |
|
Jason Lowe
|
60f95fb719
|
YARN-7455. quote_and_append_arg can overflow buffer. Contributed by Jim Brennan
|
2017-12-01 15:47:01 -06:00 |
|
Jason Lowe
|
25df505421
|
YARN-7589. TestPBImplRecords fails with NullPointerException. Contributed by Daniel Templeton
|
2017-12-01 15:37:36 -06:00 |
|
Robert Kanter
|
c83fe44917
|
YARN-4813. TestRMWebServicesDelegationTokenAuthentication.testDoAs fails intermittently (grepas via rkanter)
|
2017-12-01 12:18:13 -08:00 |
|
Robert Kanter
|
3b78607a02
|
MAPREDUCE-6994. Uploader tool for Distributed Cache Deploy code changes (miklos.szegedi@cloudera.com via rkanter)
|
2017-12-01 12:12:15 -08:00 |
|
Jason Lowe
|
21d3627355
|
MAPREDUCE-5124. AM lacks flow control for task events. Contributed by Peter Bacsko
|
2017-12-01 14:04:25 -06:00 |
|
Wei-Chiu Chuang
|
0faf506245
|
HDFS-12836. startTxId could be greater than endTxId when tailing in-progress edit log. Contributed by Chao Sun.
|
2017-12-01 12:01:21 -08:00 |
|
Chris Douglas
|
53bbef3802
|
Revert "HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak"
This reverts commit 5304698dc8 .
|
2017-12-01 11:19:38 -08:00 |
|
Wangda Tan
|
7225ec0ceb
|
YARN-6507. Add support in NodeManager to isolate FPGA devices with CGroups. (Zhankun Tang via wangda)
Change-Id: Ic9afd841805f1035423915a0b0add5f3ba96cf9d
|
2017-12-01 10:50:49 -08:00 |
|
Chris Douglas
|
5304698dc8
|
HDFS-11576. Block recovery will fail indefinitely if recovery time > heartbeat interval. Contributed by Lukas Majercak
|
2017-12-01 10:29:30 -08:00 |
|
Sunil G
|
556aea3f36
|
YARN-7487. Ensure volume to include GPU base libraries after created by plugin. Contributed by Wangda Tan.
|
2017-12-01 13:36:28 +05:30 |
|
Sunil G
|
4653aa3eb3
|
YARN-7546. Layout changes in Queue UI to show queue details on right pane. Contributed by Vasudevan Skm.
|
2017-12-01 13:26:01 +05:30 |
|
Konstantin V Shvachko
|
60fd0d7fd7
|
HDFS-12638. Delete copy-on-truncate block along with the original block, when deleting a file being truncated. Contributed by Konstantin Shvachko.
|
2017-11-30 18:18:28 -08:00 |
|
Wangda Tan
|
a63d19d365
|
YARN-6124. Make SchedulingEditPolicy can be enabled / disabled / updated with RMAdmin -refreshQueues. (Zian Chen via wangda)
Change-Id: Id93656f3af7dcd78cafa94e33663c78d410d43c2
|
2017-11-30 15:57:22 -08:00 |
|
Chris Douglas
|
0780fdb1eb
|
HDFS-12877. Add open(PathHandle) with default buffersize
|
2017-11-30 15:13:16 -08:00 |
|
Junping Du
|
a409425986
|
YARN-7558. yarn logs command fails to get logs for running containers if UI authentication is enabled. Contributed by Xuan Gong.
|
2017-11-30 13:47:47 -08:00 |
|
Tsz-Wo Nicholas Sze
|
b1c7654ee4
|
HDFS-12594. snapshotDiff fails if the report exceeds the RPC response limit. Contributed by Shashikant Banerjee
|
2017-11-30 12:18:29 -08:00 |
|