Commit 35214b0
committed
[SPARK-52558] Lower
### What changes were proposed in this pull request?
This PR aims to lower `SparkOperatorConfManager` log level from `ERROR` to `WARN` for `FileNotFoundException` because the current logic works without any issues. In this case, `WARN` level is more proper than `ERROR` level log.
### Why are the changes needed?
To provide a proper log level for the logs.
### Does this PR introduce _any_ user-facing change?
Yes, but only log level change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#255 from dongjoon-hyun/SPARK-52558.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>SparkOperatorConfManager log level to WARN for FileNotFoundException
1 parent 0e72f24 commit 35214b0
File tree
1 file changed
+3
-0
lines changed- spark-operator/src/main/java/org/apache/spark/k8s/operator/config
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
| 98 | + | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
0 commit comments