Nihal Jain
e602c601dd
HADOOP-15760. Upgrade commons-collections to commons-collections4 ( #7006 )
...
This moves Hadoop to Apache commons-collections4.
Apache commons-collections has been removed and is completely banned from the source code.
Contributed by Nihal Jain
2024-09-24 16:50:22 +01:00
Ayush Saxena
0837c84a9f
Revert "HADOOP-19231. Add JacksonUtil to manage Jackson classes ( #6953 )"
...
This reverts commit fa9bb0d1ac
.
2024-08-29 14:42:03 +05:30
PJ Fanning
fa9bb0d1ac
HADOOP-19231. Add JacksonUtil to manage Jackson classes ( #6953 )
...
New class org.apache.hadoop.util.JacksonUtil centralizes construction of
Jackson ObjectMappers and JsonFactories.
Contributed by PJ Fanning
2024-08-15 16:44:54 +01:00
slfan1989
8444f69511
Preparing for 3.5.0 development ( #6411 )
...
Co-authored-by: slfan1989 <slfan1989@apache.org>
2024-01-19 15:05:22 +08:00
Junfan Zhang
c15fd3b2c0
YARN-11599. Incorrect log4j properties file in SLS sample conf ( #6220 ) Contributed by Junfan Zhang.
...
Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
2023-11-05 13:57:48 +08:00
Junfan Zhang
e4eda40ac9
YARN-11597. Fix NPE when loading static files in SLSWebApp ( #6216 ) Contributed by Junfan Zhang.
...
Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
2023-10-27 22:11:01 +08:00
Szilard Nemeth
b0d5182c31
YARN-10680. Revisit try blocks without catch blocks but having finally blocks. Contributed by Susheel Gupta
2022-10-15 21:51:08 +02:00
9uapaw
4b1a6bfb10
YARN-11102. Fix spotbugs error in hadoop-sls module. Contributed by Szilard Nemeth, Andras Gyori.
2022-04-01 18:24:37 +02:00
Szilard Nemeth
94031b729d
YARN-11103. SLS cleanup after previously merged SLS refactor jiras. Contributed by Szilard Nemeth
2022-03-31 14:29:59 +02:00
Szilard Nemeth
ab8c360620
YARN-10550. Decouple NM runner logic from SLSRunner. Contributed by Szilard Nemeth
2022-03-30 19:53:10 +02:00
9uapaw
e386d6a661
YARN-10549. Decouple RM runner logic from SLSRunner. Contributed by Szilard Nemeth.
2022-03-29 09:58:27 +02:00
9uapaw
adbaf48082
YARN-11100. Fix StackOverflowError in SLS scheduler event handling. Contributed by Szilard Nemeth.
2022-03-26 21:43:10 +01:00
9uapaw
08a77a765b
YARN-10548. Decouple AM runner logic from SLSRunner. Contributed by Szilard Nemeth.
2022-03-25 18:48:56 +01:00
Benjamin Teke
ffa0eab488
YARN-11094. Follow up changes for YARN-10547. Contributed by Szilard Nemeth
2022-03-25 12:01:44 +01:00
9uapaw
526142447a
YARN-10552. Eliminate code duplication in SLSCapacityScheduler and SLSFairScheduler. Contributed by Szilard Nemeth.
2022-03-24 16:24:33 +01:00
9uapaw
077c6c62d6
YARN-10547. Decouple job parsing logic from SLSRunner. Contributed by Szilard Nemeth.
2022-03-24 06:16:26 +01:00
Viraj Jasani
04b6b9a87b
HADOOP-16908. Prune Jackson 1 from the codebase and restrict it's usage for future ( #3789 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2021-12-20 16:01:34 +09:00
Szilard Nemeth
a967033a9f
YARN-10427. Duplicate Job IDs in SLS output ( #3809 ). Contributed by Szilard Nemeth
2021-12-17 00:34:16 +01:00
Andrew Chung
5b1b2c8ef6
YARN-11003. Make RMNode aware of all (OContainer inclusive) allocated resources ( #3646 )
2021-11-23 13:20:08 -08:00
Viraj Jasani
516f36c6f1
HADOOP-17967. Keep restrict-imports-enforcer-rule for Guava VisibleForTesting in hadoop-main pom ( #3555 )
2021-10-21 16:54:25 +09:00
Viraj Jasani
79e5a7f3e3
HADOOP-17962. Replace Guava VisibleForTesting by Hadoop's own annotation in hadoop-tools modules ( #3540 )
2021-10-14 17:43:32 +09:00
Steve Loughran
a67a0fd37a
YARN-10878. move TestNMSimulator off com.google ( #3268 )
...
Converting from a class to a lambda-expression removes all need to reference the google stuff
Contributed by Steve Loughran
2021-08-05 11:34:10 +01:00
Szilard Nemeth
74770c8a16
YARN-10663. Add runningApps stats in SLS. Contributed by Vadaga Ananyo Rao
2021-07-29 17:37:40 +02:00
Szilard Nemeth
54f9fff218
YARN-10628. Add node usage metrics in SLS. Contributed by Vadaga Ananyo Rao
2021-07-29 13:43:40 +02:00
Takanobu Asanuma
9e7c7ad129
HADOOP-17760. Delete hadoop.ssl.enabled and dfs.https.enable from docs and core-default.xml ( #3099 )
...
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
2021-06-17 09:58:47 +09:00
Akira Ajisaka
23b343aed1
HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin ( #2753 )
...
Removed findbugs from the hadoop build images and added spotbugs instead.
Upgraded SpotBugs to 4.2.2 and spotbugs-maven-plugin to 4.2.0.
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
2021-03-11 10:56:07 +09:00
Peter Bacsko
c3aa413ee3
YARN-10679. Better logging of uncaught exceptions throughout SLS. Contributed by Szilard Nemeth.
2021-03-09 14:02:12 +01:00
Peter Bacsko
099f58f8f4
YARN-10681. Fix assertion failure message in BaseSLSRunnerTest. Contributed by Szilard Nemeth.
2021-03-09 13:22:48 +01:00
Peter Bacsko
7f522c92fa
YARN-10677. Logger of SLSFairScheduler is provided with the wrong class. Contributed by Szilard Nemeth.
2021-03-09 12:53:32 +01:00
Peter Bacsko
ea90cd3556
YARN-10678. Try blocks without catch blocks in SLS scheduler classes can swallow other exceptions. Contributed by Szilard Nemeth.
2021-03-09 12:03:53 +01:00
Akira Ajisaka
9a298d180d
Revert "HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin ( #2454 )"
...
This reverts commit 4cf3531583
.
2021-02-19 11:09:10 +09:00
Akira Ajisaka
4cf3531583
HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin ( #2454 )
...
Use spotbugs instead of findbugs. Removed findbugs from the hadoop build images,
and added spotbugs in the images instead.
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
Reviewed-by: Inigo Goiri <inigoiri@apache.org>
Reviewed-by: Dinesh Chitlangia <dineshc@apache.org>
2021-02-17 10:38:20 +09:00
Szilard Nemeth
6cd540e964
YARN-7200. SLS generates a realtimetrack.json file but that file is missing the closing ']'. Contributed by Agshin Kazimli
2021-01-15 22:32:30 +01:00
Ankit Kumar
aaf9e3d320
YARN-10491. Fix deprecation warnings in SLSWebApp.java ( #2519 )
...
Signed-off-by: Akira Ajisaka <ajisaka@apache.org>
2020-12-09 10:52:31 +09:00
Eric E Payne
0461a07c01
YARN-10475: Scale RM-NM heartbeat interval based on node utilization. Contributed by Jim Brennan (Jim_Brennan).
2020-11-02 16:55:06 +00:00
Aryan Gupta
d60d5fe43d
HADOOP-17302. Upgrade to jQuery 3.5.1 in hadoop-sls. ( #2379 )
...
Co-authored-by: Aryan Gupta
2020-10-19 18:18:46 +05:30
Ayush Saxena
1e3a6efcef
HADOOP-17288. Use shaded guava from thirdparty. ( #2342 ). Contributed by Ayush Saxena.
2020-10-17 12:01:18 +05:30
Adam Antal
bd8cf7fd4c
YARN-10448. SLS should set default user to handle SYNTH format. Contributed by zhuqi
2020-10-13 17:54:15 +02:00
Masatake Iwasaki
1b29c9bfee
HADOOP-17138. Fix spotbugs warnings surfaced after upgrade to 4.0.6. ( #2155 )
2020-07-22 13:40:20 +09:00
Ayush Saxena
6bcb24d269
HADOOP-17100. Replace Guava Supplier with Java8+ Supplier in Hadoop. Contributed by Ahmed Hussein.
2020-07-18 14:33:43 +05:30
Inigo Goiri
96bbc3bc97
YARN-9301. Too many InvalidStateTransitionException with SLS. Contributed by Bilwa S T.
2020-05-12 08:24:34 -07:00
Inigo Goiri
9cbd0cd2a9
YARN-9301. Too many InvalidStateTransitionException with SLS. Contributed by Bilwa S T.
2020-05-12 08:20:03 -07:00
Brahma Reddy Battula
8914cf9167
Preparing for 3.4.0 development
2020-03-29 23:24:25 +05:30
Sunil G
cdb2107066
YARN-9879. Allow multiple leaf queues with the same name in CapacityScheduler. Contributed by Gergely Pollak.
2020-03-25 16:50:19 +05:30
Yufei Gu
1643cfdfbb
YARN-10015. Correct the sample command in SLS README file. Contributed by Aihua Xu.
2020-01-28 17:47:49 -08:00
Yuming Wang
3d41f33018
HADOOP-16152. Upgrade Eclipse Jetty version to 9.4.x. Contributed by Yuming Wang, Siyao Meng.
...
Co-authored-By: Siyao Meng <smeng@cloudera.com>
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
2019-10-18 08:25:02 -07:00
Szilard Nemeth
62b5cefaea
YARN-9836. General usability improvements in showSimulationTrace.html. Contributed by Adam Antal
2019-10-11 13:39:27 +02:00
Abhishek Modi
2478cbafe6
YARN-9782. Avoid DNS resolution while running SLS. Contributed by Abhishek Modi.
2019-10-04 14:45:10 +05:30
Abhishek Modi
e8ca4fac53
YARN-9812. mvn javadoc:javadoc fails in hadoop-sls. Contributed by Abhishek Modi.
2019-09-07 12:44:40 +05:30
Abhishek Modi
16576fde8e
YARN-9754. Add support for arbitrary DAG AM Simulator. Contributed by Abhishek Modi.
2019-08-29 11:43:40 +05:30