[SPARK-55614][BUILD] Add AGENTS.MD#54387
Closed
szehon-ho wants to merge 4 commits intoapache:masterfrom
Closed
Conversation
It'd be nice to get Claude Code/ Cursor, etc to understand how to build Spark and run Spark tests for Spark development. By default, the instructions make it use maven, which is much slower than SBT. Closes apache#54386
Member
Author
|
Curious, cc @allisonwang-db or others, do people think it makes sense? I havent followed the plan for AI coding agent for Spark development, this works locally for me though. |
allisonwang-db
approved these changes
Feb 20, 2026
Contributor
allisonwang-db
left a comment
There was a problem hiding this comment.
This is a great start! cc @HyukjinKwon
Co-authored-by: Allison Wang <allisonwang@apache.org>
Co-authored-by: Allison Wang <allisonwang@apache.org>
Member
Author
|
thank you! |
HyukjinKwon
reviewed
Feb 20, 2026
| @@ -0,0 +1,13 @@ | |||
| # Apache Spark | |||
Member
There was a problem hiding this comment.
Can we somehow link https://github.com/apache/spark/blob/master/docs/building-spark.md and https://github.com/apache/spark/blob/master/python/docs/source/development/testing.rst instead of duplicating it?
HyukjinKwon
approved these changes
Feb 20, 2026
Member
|
Merged to master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #54386
What changes were proposed in this pull request?
Add AGENTS.MD file
Why are the changes needed?
It'd be nice to get Claude Code/ Cursor, etc to understand how to build Spark and run Spark tests for Spark development. By default, the developer documentation seems to make it use maven, which is much slower than SBT.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Tested in cursor
Was this patch authored or co-authored using generative AI tooling?
By cursor