[MINOR][DOCS][SQL] Fix minor gaps and problems in Thrift server docs - #57970
Open
nchammas wants to merge 3 commits into
Open
[MINOR][DOCS][SQL] Fix minor gaps and problems in Thrift server docs#57970nchammas wants to merge 3 commits into
nchammas wants to merge 3 commits into
Conversation
pan3793
reviewed
Aug 12, 2026
Comment on lines
88
to
89
| If you closed a session and do CTAS, you must set `fs.%s.impl.disable.cache` to true in `hive-site.xml`. | ||
| See more details in [[SPARK-21067]](https://issues.apache.org/jira/browse/SPARK-21067). |
Contributor
Author
There was a problem hiding this comment.
No idea, but the %s marker is confusing so I've fleshed this advice out a bit.
Member
There was a problem hiding this comment.
cc @wangyum, do you still see this issue with the recent versions of STS?
Member
There was a problem hiding this comment.
I managed to set up a test environment with Spark 4.2.0 + Hive metastore 2.3.10 + HDFS 3.4.3 and confirmed the issue is still there, but only affects the Hive SerDe table write code path, so with default configs, Parquet/ORC tables are not affected.
pan3793
approved these changes
Aug 12, 2026
uros-b
approved these changes
Aug 12, 2026
Member
wangyum
approved these changes
Aug 12, 2026
HyukjinKwon
approved these changes
Aug 12, 2026
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.
What changes were proposed in this pull request?
Mention
sbin/stop-thriftserver.shin the SQL docs on the Thrift server.Flesh out the Hive config example just a tiny bit.
Also fix some minor whitespace and Markdown style issues.
Why are the changes needed?
The documentation currently mentions
start-thriftserver.sh. It seems weird not to also mention the matching script to stop the service.The existing
%sis confusing by itself. Users may not immediately understand it's supposed to be a substitution marker.Does this PR introduce any user-facing change?
Documentation only.
How was this patch tested?
Built the docs with
SKIP_API=1 bundle exec jekyll serveand reviewed them locally.Was this patch authored or co-authored using generative AI tooling?
No.