Skip to content

[MINOR][DOCS] Fix typos and add missing references to standalone and YARN deployment docs#57536

Open
nchammas wants to merge 2 commits into
apache:masterfrom
nchammas:deployment-docs
Open

[MINOR][DOCS] Fix typos and add missing references to standalone and YARN deployment docs#57536
nchammas wants to merge 2 commits into
apache:masterfrom
nchammas:deployment-docs

Conversation

@nchammas

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Miscellaneous typo fixes to the standalone and YARN deployment docs.

Add references to the standalone docs that are missing, like for Kubernetes and various sbin scripts.

Why are the changes needed?

Just to improve the flow of these particular docs and add handy references a reader would expect to find.

Does this PR introduce any user-facing change?

Documentation only.

How was this patch tested?

I built the docs using SKIP_API=1 bundle exec jekyll serve and reviewed them in my browser.

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

GitHub Copilot helped find some of the typos.

@uros-b

uros-b commented Jul 26, 2026

Copy link
Copy Markdown
Member

Thank you @nchammas!

Comment thread docs/spark-standalone.md
- `sbin/start-worker.sh` - Starts a worker instance on the machine the script is executed on.
- `sbin/start-connect-server.sh` - Starts a Spark Connect server on the machine the script is executed on.
- `sbin/start-connect-server.sh` - Starts a [Spark Connect](spark-connect-overview.html) server on the machine the script is executed on.
- `sbin/start-history-server.sh` - Starts the History Server, which lets you view logs for completed applications. Requires event logging to be enabled (see [Monitoring and Instrumentation](monitoring.html)).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The section this is in is called "Cluster Launch Scripts", so I don't know if we want to leave mention of the History server out of here since it gets a dedicated mention in the monitoring page. The Thrift server also gets its own call out in the "Distributed SQL Engine" page (which is currently not in this list).

I like the idea of having a complete list of the sbin scripts users may be interested in, even if some of them get additional explanation elsewhere. In that case, I'd also add the Thrift server here.

What do you think, @uros-b?

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.

3 participants