Skip to content

[AURON #1963] Refactor SparkAuronConfiguration and remove deprecated AuronConf classes#1964

Merged
lihao712 merged 1 commit intomasterfrom
dev-spark-auron-conf
Jan 29, 2026
Merged

[AURON #1963] Refactor SparkAuronConfiguration and remove deprecated AuronConf classes#1964
lihao712 merged 1 commit intomasterfrom
dev-spark-auron-conf

Conversation

@richox
Copy link
Contributor

@richox richox commented Jan 28, 2026

Which issue does this PR close?

Closes #1963

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

How was this patch tested?

@richox richox force-pushed the dev-spark-auron-conf branch from bc3e198 to 5c0356b Compare January 29, 2026 02:46
@richox richox marked this pull request as ready for review January 29, 2026 03:26
@richox richox marked this pull request as draft January 29, 2026 03:29
@richox richox marked this pull request as ready for review January 29, 2026 06:22
@lihao712 lihao712 merged commit fff24a4 into master Jan 29, 2026
89 checks passed
@cxzl25 cxzl25 changed the title [AURON-1963] Refactor SparkAuronConfiguration and remove deprecated AuronConf classes [AURON #1963] Refactor SparkAuronConfiguration and remove deprecated AuronConf classes Jan 29, 2026
new Rule[SparkPlan] {
override def apply(sparkPlan: SparkPlan): SparkPlan = {
if (!sparkPlan.conf.getConf(auronEnabledKey)) {
if (!SparkAuronConfiguration.AURON_ENABLED.get()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This modification will cause the session setting set spark.auron.enable=true/false to not take effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor SparkAuronConfiguration and remove deprecated AuronConf classes

3 participants