Steve Loughran
7b0c2b7e91
HADOOP-18332. Remove rs-api dependency by downgrading jackson to 2.12.7. ( #4552 )
...
This downgrades jackson from the version switched to in
HADOOP-18033 (2.13.0), to Jackson 2.12.7.
This removes the dependency on javax.ws.rs-api,
so avoiding runtime problems with applications using
jersey-core v1 and/or jsr311-api.
The 2.12.7 release still contains the fix for CVE-2020-36518.
Contributed by PJ Fanning
2022-07-17 17:03:12 +01:00
Steve Loughran
5d327b8fe2
HADOOP-18044. Hadoop - Upgrade to jQuery 3.6.0 ( #3791 )
...
Co-authored-by: luoyuan <luoyuan@shopee.com>
2022-06-23 20:22:33 +01:00
Owen O'Malley
953255a3fa
YARN-11162. Set the zk acl for nodes created by ZKConfigurationStore. ( #4350 )
...
(cherry picked from commit f390edaec4
)
Change-Id: If2dccabb4ef01d27da02e86a4317e666dcd34073
2022-06-22 14:23:33 +01:00
Szilard Nemeth
562d2a9557
YARN-11126. ZKConfigurationStore Java deserialisation vulnerability. Contributed by Tamas Domok
2022-06-22 14:22:53 +01:00
Ashutosh Gupta
f938ca9874
YARN-11092. Upgrade jquery ui to 1.13.1 ( #4260 )
...
Co-authored-by: Ashutosh Gupta <ashugpt@amazon.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 931abbd927
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/java/org/apache/hadoop/yarn/webapp/view/JQueryUI.java
Change-Id: I5d5f729aa0c778298d753ff5400b33b5e95edd5d
2022-06-22 14:21:37 +01:00
Steve Loughran
a1ce2fc44b
HADOOP-18305. Preparing for 3.3.4 release: hadoop.version=>3.3.4
...
Set the project/hadoop version for the release branch to 3.3.4.
2022-06-22 14:19:53 +01:00
Akira Ajisaka
92716078bc
Update the maven version in preparation for 3.3.3 release
2022-04-22 20:54:35 +09:00
Steve Loughran
8814ba7849
HADOOP-18198. Add release 3.3.2 diff files
...
Adds the 3.3.2 jdiff files which were left out of the
release commit...the ones the release doc didn't mention.
This is needed for the 3.3.3 build to complete.
Change-Id: I296103b7a51ac851ecc0503672af234519a7f0f9
2022-04-20 16:50:35 +01:00
Steve Loughran
09badd76f1
HADOOP-17650. Bump solr to unblock build failure with Maven 3.8.1 ( #2939 )
...
Reviewed-by: Siyao Meng <siyao@apache.org>
Contributed by Viraj Jasani
Change-Id: I67a6a1b7464044318a089bd82ffa51d9d37aea7f
2022-04-20 16:42:48 +01:00
Masatake Iwasaki
877ef944f9
HADOOP-18088. Replace log4j 1.x with reload4j. ( #4052 )
...
Co-authored-by: Wei-Chiu Chuang <weichiu@apache.org>
2022-04-14 17:19:18 +01:00
Peter Bacsko
52aba525c3
YARN-10720. YARN WebAppProxyServlet should support connection timeout to prevent proxy server from hanging. Contributed by Qi Zhu.
...
(cherry picked from commit a0deda1a77
)
Change-Id: I935725ba094d2c35fdc91dd42883bf5b0d506d56
2022-04-14 17:19:18 +01:00
Szilard Nemeth
cb40b7d741
YARN-11014. YARN incorrectly validates maximum capacity resources on the validation API. Contributed by Benjamin Teke
...
Change-Id: I5505e1b8aaa394dfac31dade7aed6013e0279adc
2022-04-14 17:19:17 +01:00
Szilard Nemeth
a981df3aec
YARN-11075. Explicitly declare serialVersionUID in LogMutation class. Contributed by Benjamin Teke
2022-04-14 17:19:17 +01:00
Steve Loughran
a1c0673526
HADOOP-18198. Preparing for 3.3.3 release
...
Change-Id: Idebf79191dc91dad52073f2c63ee9ab3a99464d9
2022-04-14 17:19:16 +01:00
Akira Ajisaka
0bcb014209
YARN-10561. Upgrade node.js to 12.22.1 and yarn to 1.22.5 in YARN application catalog webapp ( #2591 )
...
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
(cherry picked from commit 9cb535caf2
)
2022-02-10 15:14:26 -08:00
Ashutosh Gupta
c63509127f
YARN-8234. Improve RM system metrics publisher's performance by pushing events to timeline server in batch ( #3793 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 00e2405fbd
)
2022-01-04 14:38:02 -08:00
Eric Payne
1be9d60f6c
YARN-10178: Global Scheduler async thread crash caused by 'Comparison method violates its general contract. Contributed by Andras Gyori (gandras) and Qi Zhu (zhuqi).
...
(cherry picked from commit e2d6fd075d
)
2022-01-04 14:37:59 -08:00
Szilard Nemeth
d3fded12dc
YARN-6862. Nodemanager resource usage metrics sometimes are negative. Contributed by Benjamin Teke
2022-01-04 14:37:47 -08:00
Viraj Jasani
a45df81822
HADOOP-18033. Upgrade fasterxml Jackson to 2.13.0 ( #3764 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2022-01-04 14:37:19 -08:00
Szilard Nemeth
52c5bbc993
YARN-11020. [UI2] No container is found for an application attempt with a single AM container. Contributed by Andras Gyori
2022-01-04 14:37:01 -08:00
Ashutosh Gupta
b410289745
YARN-9063. ATS 1.5 fails to start if RollingLevelDb files are corrupt or missing ( #3728 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 5a950b8900
)
2022-01-04 14:36:46 -08:00
Prabhu Joseph
77c1c482ef
YARN-10820. Make GetClusterNodesRequestPBImpl thread safe. Contributed by Swathi Chandrashekar.
...
(cherry picked from commit 6b4987f09c
)
2022-01-04 14:36:39 -08:00
GuoPhilipse
e449daccf4
YARN-11007. Correct words in YARN documents ( #3680 )
...
Reviewed-by: cxorm <lianp964@gmail.com>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit c9d64bad37
)
2022-01-04 14:35:53 -08:00
Ashutosh Gupta
dd50261219
YARN-10991. Fix to ignore the grouping "[]" for resourcesStr in parseResourcesString method ( #3592 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 08f3df3ea2
)
2022-01-04 14:35:11 -08:00
Shubham Gupta
8d9d3ffd47
YARN-10438. Handle null containerId in ClientRMService#getContainerReport() ( #2313 )
...
Co-authored-by: Shubham Gupta <gshubham@microsoft.com>
(cherry picked from commit e3cd627069
)
2022-01-04 14:28:12 -08:00
Cheng Pan
bbf4f9a5d2
YARN-11053. AuxService should not use class name as default system classes ( #3816 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 4db27acf06
)
(cherry picked from commit 7b51e6824d
)
2022-01-04 13:13:49 +09:00
Chao Sun
ce74635dd4
Preparing for 3.3.1 release
2021-11-16 16:07:17 -08:00
Ahmed Hussein
742d88b1c6
YARN-1115: Provide optional means for a scheduler to check real user ACLs. Contributed by Eric Payne (epayne)
2021-10-21 17:04:29 +00:00
lujiefsi
4024afec28
YARN-10976. Fix resource leak due to Files.walk ( #3552 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit ae95caa60e
)
2021-10-18 15:27:17 +09:00
Benjamin Teke
700045896c
YARN-10869. CS considers only the default maximum-allocation-mb/vcore property as a maximum when it creates dynamic queues ( #3504 )
...
Co-authored-by: Benjamin Teke <bteke@cloudera.com>
2021-10-12 18:05:50 +02:00
Viraj Jasani
77ee5a4266
HADOOP-17950. Provide replacement for deprecated APIs of commons-io IOUtils ( #3515 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 8071dbb9c6
)
2021-10-07 11:00:19 +09:00
Neil
88deac0479
YARN-10970. Standby RM should expose prom endpoint ( #3480 )
...
Reviewed-by: Adam Antal <adamantal@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 4bd0c36189
)
2021-09-29 15:48:02 +09:00
Peter Bacsko
99d84b941b
YARN-9606. Set sslfactory for AuthenticatedURL() while creating LogsCLI#webServiceClient. Contributed by Bilwa S T.
2021-09-23 13:58:56 +02:00
Eric Badger
52ba50fd3c
YARN-10935. AM Total Queue Limit goes below per-user AM Limit if parent is full. Contributed by Eric Payne.
...
(cherry picked from commit 43f0a34dd4
)
2021-09-16 16:46:44 +00:00
Szilard Nemeth
6c68211062
YARN-10870. Missing user filtering check -> yarn.webapp.filter-entity-list-by-user for RM Scheduler page. Contributed by Gergely Pollak
2021-09-14 18:08:34 +02:00
Tamas Domok
8e4ac01135
YARN-10901. Permission checking error on an existing directory in LogAggregationFileController#verifyAndCreateRemoteLogDir ( #3409 )
...
Co-authored-by: Tamas Domok <tdomok@cloudera.com>
2021-09-14 17:34:32 +02:00
Szilard Nemeth
0a726250ea
YARN-10428. Zombie applications in the YARN queue using FAIR + sizebasedweight. Contributed by Guang Yang, Andras Gyori
...
(cherry picked from commit 79a46599f7
)
2021-09-01 10:44:15 +09:00
Szilard Nemeth
0a0628b1cb
YARN-6221. Entities missing from ATS when summary log file info got returned to the ATS before the domain log. Contributed by Xiaomin Zhang
2021-07-31 14:53:30 +02:00
Szilard Nemeth
a272adc5fa
YARN-10789. RM HA startup can fail due to race conditions in ZKConfigurationStore. Contributed by Tarun Parimi
2021-07-29 19:21:58 +02:00
9uapaw
f001595b47
YARN-9551. TestTimelineClientV2Impl.testSyncCall fails intermittent ( #3212 )
...
Co-authored-by: Andras Gyori <gandras@cloudera.com>
(cherry picked from commit b4a524722a
)
2021-07-28 17:12:40 +02:00
Szilard Nemeth
72801be13a
YARN-10813. Set default capacity of root for node labels. Contributed by Andras Gyori
2021-07-28 14:55:19 +02:00
dependabot[bot]
e533efc58e
[UI2] Bump http-proxy to 1.18.1 ( #2891 )
...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases )
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit b7431c3ed5
)
2021-07-26 02:17:36 +09:00
zhuqi-lucas
c31618e6b9
YARN-10860. Make max container per heartbeat configs refreshable. Contributed by Eric Badger.
2021-07-22 10:12:32 +08:00
Masatake Iwasaki
177569f1af
YARN-10858. [UI2] YARN-10826 breaks Queue view. ( #3213 )
...
(cherry picked from commit 17bf2fcbc5
)
2021-07-20 14:16:05 +09:00
Jim Brennan
b3481062e0
YARN-10456. RM PartitionQueueMetrics records are named QueueMetrics in Simon metrics registry. Contributed by Eric Payne.
...
(cherry picked from commit 632f64cadb
)
2021-07-15 14:26:03 +00:00
Artem Smotrakov
c18ad9a007
HADOOP-17793. Better token validation ( #3189 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit ba325a8ada
)
2021-07-10 13:43:31 +09:00
Jim Brennan
47b3939009
YARN-10834. Intra-queue preemption: apps that don't use defined custom resource won't be preempted. Contributed by Eric Payne.
...
(cherry picked from commit dc6f456e95
)
2021-06-28 14:55:26 +00:00
Jim Brennan
75f8198aa8
YARN-10824. Title not set for JHS and NM webpages. Contributed by Bilwa S T.
...
(cherry picked from commit 7c7d02edbd
)
2021-06-25 20:36:41 +00:00
Masatake Iwasaki
b672edb64c
YARN-10826. [UI2] Upgrade Node.js to v12.22.1. ( #3128 )
...
(cherry picked from commit 11d144d228
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn.lock
2021-06-23 10:50:59 +00:00
Jim Brennan
57ee4238eb
YARN-10767. Yarn Logs Command retrying on Standby RM for 30 times. Contributed by D M Murali Krishna Reddy.
...
(cherry picked from commit 9a6a11c452
)
2021-06-15 19:30:16 +00:00