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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Akira Ajisaka
|
567091aa9b
|
HADOOP-15958. Revisiting LICENSE and NOTICE files.
This closes #1307
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
|
2019-08-27 13:47:12 +09:00 |
|
Akira Ajisaka
|
84b1982060
|
YARN-9774. Fix order of arguments for assertEquals in TestSLSUtils. Contributed by Nikhil Navadiya.
|
2019-08-23 14:39:31 +09:00 |
|
Abhishek Modi
|
3ad1fcfc8b
|
YARN-9752. Add support for allocation id in SLS. Contributed by Abhishek Modi
|
2019-08-21 20:39:51 +05:30 |
|
bibinchundatt
|
10ec31d20e
|
YARN-9765. SLS runner crashes when run with metrics turned off. Contributed by Abhishek Modi.
|
2019-08-21 13:48:21 +05:30 |
|
Abhishek Modi
|
a92b7a5491
|
YARN-9694. UI always show default-rack for all the nodes while running SLS.
|
2019-08-09 11:41:16 +05:30 |
|
Wanqiang Ji
|
b417a4c854
|
MAPREDUCE-7214. Remove unused pieces related to mapreduce.job.userlog.retain.hours
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2019-06-11 18:40:35 +09:00 |
|
Akira Ajisaka
|
3ea4f41d9f
|
MAPREDUCE-6794. Remove unused properties from TTConfig.java
|
2019-06-07 10:27:41 +09:00 |
|
Giovanni Matteo Fumarola
|
358e928622
|
YARN-999. In case of long running tasks, reduce node resource should balloon out resource quickly by calling preemption API and suspending running task. Addendum. Contributed by Inigo Goiri.
|
2019-04-09 14:18:05 -07:00 |
|
bibinchundatt
|
779dae4de7
|
YARN-9309. Improve graph text in SLS to avoid overlapping. Contributed by Bilwa S T.
|
2019-02-20 00:36:57 +05:30 |
|
bibinchundatt
|
134ae8fc80
|
YARN-9293. Optimize MockAMLauncher event handling. Contributed by Bibin A Chundatt.
|
2019-02-14 22:56:52 +05:30 |
|