Arpit Agarwal
|
dae5051828
|
HADOOP-15334. Upgrade Maven surefire plugin. Contributed by Arpit Agarwal.
|
2018-03-22 10:52:02 -07:00 |
|
weiy
|
6e2b5fa493
|
HDFS-13215. RBF: Move Router to its own module. Contributed by Wei Yan
|
2018-03-19 22:13:40 -07:00 |
|
Yiqun Lin
|
4cc9a6d9bb
|
HADOOP-15296. Fix a wrong link for RBF in the top page. Contributed by Takanobu Asanuma.
|
2018-03-08 16:02:34 +08:00 |
|
Rohith Sharma K S
|
55ba49dd07
|
YARN-7346. Add a profile to allow optional compilation for ATSv2 with HBase-2.0. Contributed by Haibo Chen and Rohith.
|
2018-03-06 11:55:21 +05:30 |
|
Akira Ajisaka
|
432cd74c72
|
HADOOP-15261. Upgrade commons-io from 2.4 to 2.5. Contributed by PandaMonkey.
|
2018-03-02 15:47:43 -08:00 |
|
Ray Chiang
|
923e1773e1
|
HADOOP-14652. Update metrics-core version to 3.2.4. (rchiang)
|
2018-03-01 15:36:10 -08:00 |
|
Haibo Chen
|
10663b78c8
|
Revert "yarn-7346.07.patch"
This reverts commit 5e37ca5bb4 .
|
2018-02-28 21:11:36 -08:00 |
|
Haibo Chen
|
5e37ca5bb4
|
yarn-7346.07.patch
|
2018-02-28 21:04:54 -08:00 |
|
Steve Loughran
|
edc9f1451b
|
HADOOP-15263. hadoop cloud-storage module to mark hadoop-common as provided; add azure-datalake.
Contributed by Steve Loughran
|
2018-02-28 14:42:25 +00:00 |
|
Steve Loughran
|
e015e00989
|
HADOOP-15264. AWS "shaded" SDK 1.271 is pulling in netty 4.1.17.
Contributed by Steve Loughran.
(cherry picked from commit b580196a16dcafe26d6069267a5e2242917aad84)
|
2018-02-28 13:11:07 +00:00 |
|
Steve Loughran
|
004b722372
|
HADOOP-15247. Move commons-net up to 3.6.
Contributed by Steve Loughran.
|
2018-02-21 10:40:42 +00:00 |
|
Rohith Sharma K S
|
9af30d46c6
|
YARN-7919. Refactor timelineservice-hbase module into submodules. Contributed by Haibo Chen.
|
2018-02-17 20:30:28 +05:30 |
|
Wangda Tan
|
31db977cb3
|
HADOOP-14875. Create end user documentation from the compatibility guidelines. (Daniel Templeton via wangda)
Change-Id: I5d66d0f034874623af22aecae0a0b858b65396ed
|
2018-02-17 12:28:55 +08:00 |
|
Aaron Fabbri
|
60971b8195
|
HADOOP-15040 Upgrade AWS SDK to 1.11.271: NPE bug spams logs w/ Yarn Log Aggregation
|
2018-02-13 18:51:22 -08:00 |
|
Wangda Tan
|
60f9e60b3b
|
Preparing for 3.2.0 development
Change-Id: I6d0e01f3d665d26573ef2b957add1cf0cddf7938
|
2018-02-11 11:17:38 +08:00 |
|
Xiao Chen
|
09dd709d6e
|
HADOOP-15197. Remove tomcat from the Hadoop-auth test bundle.
|
2018-02-01 15:33:52 -08:00 |
|
Akira Ajisaka
|
cdaf92c9f5
|
HADOOP-15177. Update the release year to 2018. Contributed by Bharat Viswanadham.
|
2018-01-18 13:15:57 +09:00 |
|
Steve Loughran
|
2e0a451a8d
|
HADOOP-15033. Use java.util.zip.CRC32C for Java 9 and above
Contributed by Dmitry Chuyko,
|
2018-01-11 10:47:50 +00:00 |
|
Akira Ajisaka
|
d2d8f4aeb3
|
HADOOP-15133. [JDK9] Ignore com.sun.javadoc.* and com.sun.tools.* in animal-sniffer-maven-plugin to compile with Java 9.
|
2017-12-21 11:58:34 +09:00 |
|
Virajith Jalaparti
|
352f994b64
|
HDFS-12665. [AliasMap] Create a version of the AliasMap that runs in memory in the Namenode (leveldb). Contributed by Ewan Higgs.
|
2017-12-15 17:51: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 |
|
Wei-Chiu Chuang
|
3881c9ef7e
|
HADOOP-15054. upgrade hadoop dependency on commons-codec to 1.11.
|
2017-11-29 08:54:49 -08:00 |
|
Akira Ajisaka
|
6903cf096e
|
HADOOP-13514. Upgrade maven surefire plugin to 2.20.1
Signed-off-by: Allen Wittenauer <aw@apache.org>
|
2017-11-19 12:39:37 -08:00 |
|
Daniel Templeton
|
69043ba8b5
|
HADOOP-14876. Create downstream developer docs from the compatibility guidelines
|
2017-11-15 10:03:29 -08:00 |
|
Andrew Wang
|
8b12574165
|
HADOOP-15037. Add site release notes for OrgQueue and resource types.
|
2017-11-13 18:49:22 -08:00 |
|
Daniel Templeton
|
040a38dc49
|
YARN-7369. Improve the resource types docs
|
2017-11-13 11:05:07 -08:00 |
|
Jian He
|
ba7ed7b66a
|
YARN-7384. Remove apiserver cmd and merge service cmd into application cmd. Contributed by Billie Rinaldi
|
2017-11-06 13:30:19 -08:00 |
|
Gour Saha
|
541b64c798
|
YARN-7165. Miscellaneous fixes in yarn-native-services. Contributed by Jian He
|
2017-11-06 13:30:15 -08:00 |
|
Jian He
|
7dd4490a44
|
YARN-7073. Yarn native services rest API documentation. Contributed by Gour Saha
|
2017-11-06 13:30:14 -08:00 |
|
Jian He
|
fecf22b2fd
|
YARN-7113. Clean up packaging and dependencies for yarn-native-services. Contributed by Billie Rinaldi
|
2017-11-06 13:30:13 -08:00 |
|
Billie Rinaldi
|
40ab068eab
|
YARN-7091. Rename application to service in yarn-native-services. Contributed by Jian He
|
2017-11-06 13:30:13 -08:00 |
|
Gour Saha
|
2ba38ce8ec
|
YARN-5244. Documentation required for DNS Server implementation. Contributed by Jon Maron
|
2017-11-06 13:30:12 -08:00 |
|
Jian He
|
f934f62fc7
|
YARN-5218. Initial core change for DNS for YARN. Contributed by Jonathan Maron
|
2017-11-06 13:28:39 -08:00 |
|
Jian He
|
234dba84a1
|
YARN-5909. Remove agent related code in slider AM. Contributed by Jian He
|
2017-11-06 13:28:36 -08:00 |
|
Gour Saha
|
09e4b9e897
|
YARN-5690. Integrate native services modules into maven build. Contributed by Billie Rinaldi
|
2017-11-06 13:28:34 -08:00 |
|
Jian He
|
18bf0dce28
|
YARN-5610. Initial code for native services REST API. Contributed by Gour Saha
|
2017-11-06 13:28:33 -08:00 |
|
Chris Douglas
|
e4878a59b3
|
HADOOP-14992. Upgrade Avro patch version. Contributed by Bharat Viswanadham
|
2017-10-30 09:49:22 -07:00 |
|
Chris Douglas
|
b50def3697
|
HADOOP-14986. Enforce JDK limitations.
|
2017-10-27 18:47:45 -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 |
|
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 |
|
Wangda Tan
|
4afd308b62
|
YARN-7170. Improve bower dependencies for YARN UI v2. (Sunil G via wangda)
|
2017-10-19 21:58:40 -07:00 |
|
Akira Ajisaka
|
0de40f0e27
|
Revert "HADOOP-13514. Upgrade maven surefire plugin to 2.19.1."
This reverts commit 3d04c00aed .
|
2017-10-13 18:00:25 +09:00 |
|
Chris Trezzo
|
e46d5bb962
|
MAPREDUCE-5951. Add support for the YARN Shared Cache.
|
2017-10-12 10:59:20 -07:00 |
|
Akira Ajisaka
|
3d04c00aed
|
HADOOP-13514. Upgrade maven surefire plugin to 2.19.1.
|
2017-10-11 10:42:32 +09:00 |
|
Jitendra Pandey
|
f29e55bf5e
|
HADOOP-14910. Upgrade netty-all jar to latest 4.0.x.Final. Contributed by Vinayakumar B.
|
2017-10-10 11:00:07 -07:00 |
|
Andrew Wang
|
132cdac0dd
|
HADOOP-14939. Update project release notes with HDFS-10467 for 3.0.0. Contributed by Inigo Goiri.
|
2017-10-10 10:16:36 -07:00 |
|
Chris Trezzo
|
7e76f85bc6
|
YARN-2960. Add documentation for the YARN shared cache.
|
2017-10-05 10:38:41 -07:00 |
|
Andrew Wang
|
cae1c734fe
|
HADOOP-14928. Update site release notes for 3.0.0 GA.
|
2017-10-04 14:59:40 -07:00 |
|
Andrew Wang
|
373d0a5195
|
HADOOP-14909. Fix the word of erasure encoding in the top page. Contributed by Takanobu Asanuma.
|
2017-09-29 13:34:36 -07:00 |
|
John Zhuge
|
8aca46e53f
|
HADOOP-14651. Update okhttp version to 2.7.5. Contributed by Ray Chiang and John Zhuge.
|
2017-09-29 12:15:06 -07:00 |
|