Skip to content

Conversation

@sryza
Copy link
Contributor

@sryza sryza commented Nov 20, 2025

What changes were proposed in this pull request?

Changes the default pipelines configuration file from pipeline.yml to spark-pipeline.yml

Why are the changes needed?

In the current implementation of Declarative Pipelines, the default name for the pipeline configuration YML file is "pipeline.yml". This is inconsistent with other user-provided Spark configuration file names:

  • spark-env.sh
  • spark-defaults.conf

Changing it to spark-pipeline.yml would be more consistent.

Does this PR introduce any user-facing change?

Not to anything released.

How was this patch tested?

Covered by unit tests. Updated tests.

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

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-54440][SDP] Give default pipeline spec file more idiomatic name [SPARK-54440][SDP] Give default pipeline spec file more idiomatic name, spark-pipeline.yml Nov 20, 2025
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, LGTM. Thank you, @sryza .

dongjoon-hyun pushed a commit that referenced this pull request Nov 21, 2025
…e, `spark-pipeline.yml`

### What changes were proposed in this pull request?

Changes the default pipelines configuration file from pipeline.yml to spark-pipeline.yml

### Why are the changes needed?

In the current implementation of Declarative Pipelines, the default name for the pipeline configuration YML file is "pipeline.yml". This is inconsistent with other user-provided Spark configuration file names:

- spark-env.sh
- spark-defaults.conf

Changing it to spark-pipeline.yml would be more consistent.

### Does this PR introduce _any_ user-facing change?

Not to anything released.

### How was this patch tested?

Covered by unit tests. Updated tests.

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

Closes #53144 from sryza/spark-pipeline.yml.

Authored-by: Sandy Ryza <sandy.ryza@databricks.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit d3346eb)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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.

2 participants