Weiwei Yang
|
56b88b0670
|
HDFS-12744. More logs when short-circuit read is failed and disabled. Contributed by Weiwei Yang.
|
2017-11-01 16:41:45 +08:00 |
|
Yiqun Lin
|
20304b91cc
|
HDFS-12219. Javadoc for FSNamesystem#getMaxObjects is incorrect. Contributed by Erik Krogen.
|
2017-11-01 14:37:08 +08:00 |
|
John Zhuge
|
b8c8b5bc27
|
HDFS-12714. Hadoop 3 missing fix for HDFS-5169. Contributed by Joe McDonnell.
|
2017-10-31 22:44:16 -07:00 |
|
Lei Xu
|
9367c25dbd
|
HDFS-12482. Provide a configuration to adjust the weight of EC recovery tasks to adjust the speed of recovery. (lei)
|
2017-10-31 21:58:14 -07:00 |
|
Subru Krishnan
|
ed24da3dd7
|
YARN-6413. FileSystem based Yarn Registry implementation. (Ellen Hui via Subru).
|
2017-10-31 12:05:43 -07:00 |
|
Andrew Wang
|
5f681fa821
|
Revert "HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham."
This reverts commit b922ba7393 .
|
2017-10-31 10:46:10 -07:00 |
|
Arpit Agarwal
|
b922ba7393
|
HDFS-12499. dfs.namenode.shared.edits.dir property is currently namenode specific key. Contributed by Bharat Viswanadham.
|
2017-10-31 10:23:00 -07:00 |
|
Inigo Goiri
|
982bd2a5bf
|
HDFS-12699. TestMountTable fails with Java 7. Contributed by Inigo Goiri.
|
2017-10-31 10:21:42 -07:00 |
|
Chris Douglas
|
d015e0bbd5
|
HDFS-7878. API - expose a unique file identifier.
|
2017-10-31 09:44:01 -07:00 |
|
Sean Mackrory
|
81225430d0
|
HDFS-206. Support for head in FSShell. Contributed by Gabor Bota.
|
2017-10-31 08:34:01 -06:00 |
|
Jason Lowe
|
2fae63aa60
|
HADOOP-14919. BZip2 drops records when reading data in splits. Contributed by Jason Lowe
|
2017-10-31 09:30:13 -05:00 |
|
Akira Ajisaka
|
c02d2ba50d
|
YARN-7379. Moving logging APIs over to slf4j in hadoop-yarn-client. Contributed by Yeliang Cang.
|
2017-10-31 17:09:45 +09:00 |
|
Akira Ajisaka
|
785f1b0d11
|
YARN-7407. Moving logging APIs over to slf4j in hadoop-yarn-applications. Contributed by Yeliang Cang.
|
2017-10-31 16:36:02 +09:00 |
|
Akira Ajisaka
|
fad22d8ab4
|
HADOOP-14980. [JDK9] Upgrade maven-javadoc-plugin to 3.0.0-M1. Contributed by ligongyi.
|
2017-10-31 13:51:26 +09:00 |
|
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 |
|