Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 22, 2025

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.

spark.kubernetes.container.image: "apache/spark:4.0.1-java21-scala"
spark.kubernetes.driver.master: "local[1]"
spark.kubernetes.driver.pod.excludedFeatureSteps: "org.apache.spark.deploy.k8s.features.KerberosConfDriverFeatureStep"
spark.kubernetes.driver.request.cores: "100m"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Configurations are sorted, too.

@dongjoon-hyun
Copy link
Member Author

Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-53994 branch October 22, 2025 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant