Commit 8046b48
committed
chore: Add spark.metrics.executorMetricsSource.enabled configuration
- Updated configuration files to include "spark.metrics.executorMetricsSource.enabled" set to "false" for improved metrics handling.
- Ensured consistency across application and test configurations by aligning the settings in Constants.scala and application.conf.
- Modified SparkSuite to reflect the new configuration, enhancing test environment setup.1 parent a3207d2 commit 8046b48
3 files changed
Lines changed: 5 additions & 2 deletions
File tree
- api/src/main/scala/io/github/datacatering/datacaterer/api/model
- app/src/test
- resources
- scala/io/github/datacatering/datacaterer/core/util
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
| 292 | + | |
292 | 293 | | |
293 | 294 | | |
294 | 295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments