Akira Ajisaka
|
60503f9d4f
|
Revert "HADOOP-14980. [JDK9] Upgrade maven-javadoc-plugin to 3.0.0-M1. Contributed by liyunzhang."
This reverts commit b59e92551d .
|
2017-10-31 13:50:28 +09:00 |
|
Akira Ajisaka
|
b59e92551d
|
HADOOP-14980. [JDK9] Upgrade maven-javadoc-plugin to 3.0.0-M1. Contributed by liyunzhang.
|
2017-10-31 13:49:15 +09:00 |
|
Junping Du
|
a8083aaa6f
|
HADOOP-14990. Clean up jdiff xml files added for 2.8.2 release.
|
2017-10-30 15:16:51 -07:00 |
|
Daniel Templeton
|
d64736d589
|
YARN-7336. Unsafe cast from long to int Resource.hashCode() method
(Contributed by Miklos Szegedi via Daniel Templeton)
|
2017-10-30 12:41:28 -07:00 |
|
Daniel Templeton
|
9a7e810838
|
YARN-6927. Add support for individual resource types requests in MapReduce
(Contributed by Gergo Repas via Daniel Templeton)
|
2017-10-30 11:04:22 -07:00 |
|
Chris Douglas
|
e4878a59b3
|
HADOOP-14992. Upgrade Avro patch version. Contributed by Bharat Viswanadham
|
2017-10-30 09:49:22 -07:00 |
|
Daniel Templeton
|
9711b78998
|
YARN-7374. Improve performance of DRF comparisons for resource types in fair scheduler
|
2017-10-29 18:54:33 -07:00 |
|
Yufei Gu
|
d4811c8cfa
|
YARN-6747. TestFSAppStarvation.testPreemptionEnable fails intermittently. (Contributed by Miklos Szegedi)
|
2017-10-29 16:44:16 -07:00 |
|
Sunil G
|
9114d7a5a0
|
YARN-7224. Support GPU isolation for docker container. Contributed by Wangda Tan.
|
2017-10-29 11:08:44 +05:30 |
|
Daniel Templeton
|
e62bbbca7a
|
YARN-7397. Reduce lock contention in FairScheduler#getAppWeight()
|
2017-10-28 09:13:13 -07:00 |
|
Arun Suresh
|
9c5c68745e
|
YARN-7299. Fix TestDistributedScheduler. (asuresh)
|
2017-10-27 23:08:18 -07:00 |
|
Arun Suresh
|
24f8c5cce3
|
YARN-7178. Add documentation for Container Update API. (asuresh)
|
2017-10-27 22:56:41 -07:00 |
|
Chris Douglas
|
139cc752d2
|
HADOOP-14991. Add missing figures to Resource Estimator tool. Contributed by Rui Li
|
2017-10-27 21:59:27 -07:00 |
|
Chris Douglas
|
b50def3697
|
HADOOP-14986. Enforce JDK limitations.
|
2017-10-27 18:47:45 -07:00 |
|
Inigo Goiri
|
8be5707067
|
YARN-7276. Federation Router Web Service fixes. Contributed by Inigo Goiri.
|
2017-10-27 16:46:05 -07:00 |
|
Chris Douglas
|
d55a84951a
|
HDFS-12582. Replace HdfsFileStatus constructor with a builder pattern. Contributed by Bharat Viswanadham
|
2017-10-27 15:36:03 -07:00 |
|
Jason Lowe
|
665bb147aa
|
YARN-7244. ShuffleHandler is not aware of disks that are added. Contributed by Kuhu Shukla
|
2017-10-27 16:56:05 -05:00 |
|
Yufei Gu
|
99880d0a16
|
YARN-6505. Define the strings used in SLS JSON input file format. (Contributed by Gergely Novak)
|
2017-10-27 14:41:37 -07:00 |
|
Rohith Sharma K S
|
5c799ecf09
|
YARN-7289. Application lifetime does not work with FairScheduler. Contributed by Miklos Szegedi.
|
2017-10-27 22:46:38 +05:30 |
|
Sunil G
|
792388e1c0
|
YARN-7375. Possible NPE in RMWebapp when HA is enabled and the active RM fails. Contributed by Chandni Singh.
|
2017-10-27 20:53:57 +05:30 |
|
Arpit Agarwal
|
cd2a1dd063
|
HDFS-9914. Fix configurable WebhDFS connect/read timeout. Contributed by Xiaoyu Yao.
|
2017-10-27 07:43:54 -07:00 |
|
Steve Loughran
|
de09716fb8
|
MAPREDUCE-6977 Move logging APIs over to slf4j in hadoop-mapreduce-client-common.
Contributed by Jinjiang Ling.
|
2017-10-27 10:45:03 +01:00 |
|
Wangda Tan
|
36e158ae98
|
YARN-7307. Allow client/AM update supported resource types via YARN APIs. (Sunil G via wangda)
Change-Id: I14c5ea7252b7c17e86ab38f692b5f9d43196dbe0
|
2017-10-26 20:15:19 -07:00 |
|
Junping Du
|
a25b5aa0cf
|
Add several jdiff xml files for 2.8.2 release.
|
2017-10-26 19:30:48 -07:00 |
|
Junping Du
|
06b56f6493
|
Set jdiff stable version to 2.8.2.
|
2017-10-26 19:15:35 -07:00 |
|
Junping Du
|
1ad863e220
|
Update CHANGES.md and RELEASENOTES for 2.8.2 release.
|
2017-10-26 19:13:58 -07:00 |
|
Robert Kanter
|
b1de78619f
|
YARN-7262. Add a hierarchy into the ZKRMStateStore for delegation token znodes to prevent jute buffer overflow (rkanter)
|
2017-10-26 17:47:32 -07:00 |
|
Robert Kanter
|
088ffee716
|
YARN-7320. Duplicate LiteralByteStrings in SystemCredentialsForAppsProto.credentialsForApp_ Addendum (misha@cloudera.com via rkanter)
|
2017-10-26 15:50:14 -07:00 |
|
Subru Krishnan
|
25932da6d1
|
YARN-5516. Add REST API for supporting recurring reservations. (Sean Po via Subru).
|
2017-10-26 12:10:14 -07:00 |
|
Robert Kanter
|
2da654e34a
|
YARN-7358. TestZKConfigurationStore and TestLeveldbConfigurationStore should explicitly set capacity scheduler (haibochen via rkanter)
|
2017-10-26 10:25:10 -07:00 |
|
Subru Krishnan
|
625039ef20
|
HADOOP-14840. Tool to estimate resource requirements of an application pipeline based on prior executions. (Rui Li via Subru).
|
2017-10-25 15:51:27 -07:00 |
|
Subru Krishnan
|
3fae675383
|
YARN-4827. Document configuration of ReservationSystem for FairScheduler. (Yufei Gu via Subru).
|
2017-10-25 15:07:50 -07:00 |
|
Arpit Agarwal
|
7da15eac7a
|
HDFS-12579. JournalNodeSyncer should use fromUrl field of EditLogManifestResponse to construct servlet Url. Contributed by Hanisha Koneru.
|
2017-10-25 14:24:22 -07:00 |
|
Xiao Chen
|
f66ad1fab9
|
HADOOP-14957. ReconfigurationTaskStatus is exposing guava Optional in its public api. Contributed by Haibo Chen, Xiao Chen.
|
2017-10-25 14:11:30 -07:00 |
|
Manoj Govindassamy
|
075dd45a24
|
HDFS-12544. SnapshotDiff - support diff generation on any snapshot root descendant directory.
|
2017-10-25 10:54:40 -07:00 |
|
Akira Ajisaka
|
5b98639400
|
HADOOP-14977. Xenial dockerfile needs ant in main build for findbugs
Signed-off-by: Allen Wittenauer <aw@apache.org>
|
2017-10-25 08:08:22 -07:00 |
|
Akira Ajisaka
|
54b72acd77
|
HADOOP-14979. Upgrade maven-dependency-plugin to 3.0.2. Contributed by liyunzhang.
|
2017-10-25 23:40:33 +09:00 |
|
Akira Ajisaka
|
4c970088af
|
HADOOP-14030. PreCommit TestKDiag failure. Contributed by Wei-Chiu Chuang.
|
2017-10-25 17:17:21 +09:00 |
|
Haibo Chen
|
d7f3737f3b
|
YARN-7389. Make TestResourceManager Scheduler agnostic. (Robert Kanter via Haibo Chen)
|
2017-10-24 22:17:56 -07:00 |
|
Zhe Zhang
|
17cd8d0c17
|
Revert "HDFS-12502. nntop should support a category based on FilesInGetListingOps."
This reverts commit 60bfee270e .
|
2017-10-24 15:06:50 -07:00 |
|
Varun Saxena
|
67e7673750
|
HADOOP-9657. NetUtils.wrapException to have special handling for 0.0.0.0 addresses and :0 ports. Contributed by Varun Saxena.
|
2017-10-25 03:06:12 +05:30 |
|
Robert Kanter
|
03af442e76
|
YARN-7385. TestFairScheduler#testUpdateDemand and TestFSLeafQueue#testUpdateDemand are failing with NPE (yufeigu via rkanter)
|
2017-10-24 13:36:50 -07:00 |
|
Carlo Curino
|
1c5c2b5dde
|
YARN-7339. LocalityMulticastAMRMProxyPolicy should handle cancel request properly. (Botong Huang via curino)
|
2017-10-24 10:39:04 -07:00 |
|
Robert Kanter
|
025c656572
|
YARN-7382. NoSuchElementException in FairScheduler after failover causes RM crash (rkanter)
|
2017-10-24 10:21:44 -07:00 |
|
Daniel Templeton
|
679f99b145
|
YARN-6984. DominantResourceCalculator.isAnyMajorResourceZero() should test all resources
(Contributed by Sunil G via Daniel Templeton)
|
2017-10-24 10:08:26 -07:00 |
|
Yiqun Lin
|
b90750cfb8
|
HDFS-12695. Add a link to HDFS router federation document in site.xml. Contributed by Yiqun Lin.
|
2017-10-24 10:46:09 +08:00 |
|
Robert Kanter
|
5da295a34e
|
YARN-7320. Duplicate LiteralByteStrings in SystemCredentialsForAppsProto.credentialsForApp_ (misha@cloudera.com via rkanter)
|
2017-10-23 17:56:56 -07:00 |
|
John Zhuge
|
c904d60c38
|
Revert "HADOOP-14954. MetricsSystemImpl#init should increment refCount when already initialized. Contributed by John Zhuge."
This reverts commit 14b3c2695b .
|
2017-10-23 15:32:25 -07:00 |
|
Wei-Chiu Chuang
|
0f2a69127a
|
HDFS-12249. dfsadmin -metaSave to output maintenance mode blocks. Contributed by Wellington Chevreuil.
|
2017-10-23 15:24:34 -07:00 |
|
Daniel Templeton
|
9e77dc2bd1
|
YARN-7357. Several methods in TestZKRMStateStore.TestZKRMStateStoreTester.TestZKRMStateStoreInternal should have @Override annotations
(Contributed by Sen Zhao via Daniel Templeton)
|
2017-10-23 13:51:19 -07:00 |
|