Commit 37bf26b
committed
[SPARK-53994] Exclude
### What changes were proposed in this pull request?
This PR aims to exclude `KerberosConfDriverFeatureStep` during benchmarking because this is not used during `SparkApp` submission benchmark.
### Why are the changes needed?
To suppress irrelevant warning messages from Hadoop layer.
### Does this PR introduce _any_ user-facing change?
No. This is a test script change.
### How was this patch tested?
Manual review.
```
$ ./tests/benchmark/sparkapps.sh
CLEAN UP NAMESPACE FOR BENCHMARK
No resources found
START BENCHMARK WITH 1000 JOBS
FINISHED 1000 JOBS IN 193 SECONDS.
DELETED 1000 JOBS IN 254 SECONDS.
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #404 from dongjoon-hyun/SPARK-53994.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>KerberosConfDriverFeatureStep during benchmarking1 parent 4497f07 commit 37bf26b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
0 commit comments