Skip to content

[SPARK-56735] Improve SparkClusterResourceSpec to use Java-friendly SparkConf API#657

Closed
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
dongjoon-hyun:SPARK-56735
Closed

[SPARK-56735] Improve SparkClusterResourceSpec to use Java-friendly SparkConf API#657
dongjoon-hyun wants to merge 1 commit intoapache:mainfrom
dongjoon-hyun:SPARK-56735

Conversation

@dongjoon-hyun
Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

Use SparkConf.getAllAsJavaMap() instead of SparkConf.getAll() in SparkClusterResourceSpec.

Why are the changes needed?

To remove the scala.Tuple2 dependency in favor of Java's Map.Entry.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Opus 4.7

@dongjoon-hyun
Copy link
Copy Markdown
Member Author

Thank you again, @viirya ~

@dongjoon-hyun dongjoon-hyun added this to the 0.9.0 milestone May 6, 2026
@dongjoon-hyun
Copy link
Copy Markdown
Member Author

Merged to main

@dongjoon-hyun dongjoon-hyun deleted the SPARK-56735 branch May 6, 2026 02:41
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.

2 participants