-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-53666][FOLLOWUP] Update generated llms.txt file location #53006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-1 because this seems to remove RDD Programing Guide accidentally.
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to remove rdd-programming-guide.html, please file a new JIRA issue instead of this follow-up, @allisonwang-db . The PR title should represent what the code change aims to do. There should be no hidden change.
|
@dongjoon-hyun Sounds good I will create a separate PR. The intention here is that Spark Connect does not support the RDD API. |
| --docs-path . \ | ||
| --output "$SELF/_site/llms.txt" \ | ||
| --version "$SPARK_VERSION" | ||
| --output "$SELF/llms.txt" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does mean we should only do it when releasing the latest major/feature version? We should'n overwrite it with an old version when releasing 4.0.1 for example.
What changes were proposed in this pull request?
This PR is a follow up for #52412. The location of the generated
llms.txtfile will be placed under the root of the Spark documentation:https://spark.apache.org/docs/llms.txtand links to the latest Spark documentations. We will add more versionless.mdfiles for API specific docs.Why are the changes needed?
To update the docs generation
Does this PR introduce any user-facing change?
No
How was this patch tested?
Tested locally
Was this patch authored or co-authored using generative AI tooling?
No