Conversation
Signed-off-by: Denis Krivenko <dnskrv88@gmail.com>
wangzhigang1999
approved these changes
Sep 20, 2026
wangzhigang1999
left a comment
Contributor
There was a problem hiding this comment.
Non-blocking; otherwise looks good. Built the documentation locally and checked the rendered pages.
|
|
||
| 1. kyuubi-spark-sql-engine-{{ release }}_2.12.jar, the engine jar deployed with a Kyuubi distribution | ||
| 2. A copy of Spark distribution | ||
| 3. `kyuubi-spark-connector-tpch-<release>_2.12.jar`, which can be found in the [Maven Central](https://repo1.maven.org/maven2/org/apache/kyuubi/kyuubi-spark-connector-tpch_2.12/) |
Contributor
There was a problem hiding this comment.
Could we preserve {{ release }} here and in the spark.jars example below, as in tpcds.md? The 1.12.0 documentation renders the matching version in both places. Keeping the substitution would preserve this behavior after the format migration.
Contributor
Author
Contributor
There was a problem hiding this comment.
In fact, we should use kyuubi-spark-sql-engine_2.12-1.13.0-SNAPSHOT.jar instead of kyuubi-spark-sql-engine-1.13.0-SNAPSHOT_2.12.jar. There are similar issues elsewhere in the doc, should we update them all together? Note: the PMC changed this once before, see: c3edb02
Signed-off-by: Denis Krivenko <dnskrv88@gmail.com>
This branch has not been deployed
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.

Why are the changes needed?
The changes are needed to unify the format used for documentation, as described in the issue #7434.
The PR does not change page contents (only very minimal adjustments) to ensure an easier review of the migration.
The pages contain out-of-date information and broken links, requiring a comprehensive review and updates in a separate PRs.
How was this patch tested?
Tested by building the documentation and comparing the pages against the live site.
Was this patch assisted by generative AI tooling?
Assisted-by: Qwen Coder