This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 998b5d534 [KYUUBI #5099] Document link failure
998b5d534 is described below
commit 998b5d53493af836bd6d2e06e82842491935aea4
Author: senmiaoliu <[email protected]>
AuthorDate: Fri Jul 28 10:46:53 2023 +0800
[KYUUBI #5099] Document link failure
### _Why are the changes needed?_
close #5099
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
Closes #5103 from lsm1/features/kyuubi_5099.
Closes #5099
84a1ecad0 [senmiaoliu] fix doc
Authored-by: senmiaoliu <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
docs/deployment/spark/aqe.md | 2 +-
docs/deployment/spark/dynamic_allocation.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/deployment/spark/aqe.md b/docs/deployment/spark/aqe.md
index 90cc5aff8..3682c7f9e 100644
--- a/docs/deployment/spark/aqe.md
+++ b/docs/deployment/spark/aqe.md
@@ -210,7 +210,7 @@ Kyuubi is a long-running service to make it easier for
end-users to use Spark SQ
### Setting Default Configurations
-[Configuring by `spark-defaults.conf`](settings.html#via-spark-defaults-conf)
at the engine side is the best way to set up Kyuubi with AQE. All engines will
be instantiated with AQE enabled.
+[Configuring by
`spark-defaults.conf`](../settings.html#via-spark-defaults-conf) at the engine
side is the best way to set up Kyuubi with AQE. All engines will be
instantiated with AQE enabled.
Here is a config setting that we use in our platform when deploying Kyuubi.
diff --git a/docs/deployment/spark/dynamic_allocation.md
b/docs/deployment/spark/dynamic_allocation.md
index b177b63c3..1a5057e73 100644
--- a/docs/deployment/spark/dynamic_allocation.md
+++ b/docs/deployment/spark/dynamic_allocation.md
@@ -170,7 +170,7 @@ Kyuubi is a long-running service to make it easier for
end-users to use Spark SQ
### Setting Default Configurations
-[Configuring by `spark-defaults.conf`](settings.html#via-spark-defaults-conf)
at the engine side is the best way to set up Kyuubi with DRA. All engines will
be instantiated with DRA enabled.
+[Configuring by
`spark-defaults.conf`](../settings.html#via-spark-defaults-conf) at the engine
side is the best way to set up Kyuubi with DRA. All engines will be
instantiated with DRA enabled.
Here is a config setting that we use in our platform when deploying Kyuubi.