From 372f77052661eacb55a08354088cd172948491b3 Mon Sep 17 00:00:00 2001 From: chengpeiming Date: Sun, 29 Sep 2024 15:15:53 +0800 Subject: [PATCH] [KYUUBI #6719] [DOC] Fix a couple of typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— ## Describe Your Solution ๐Ÿ”ง fix a couple of typos ## Types of changes :bookmark: - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklist ๐Ÿ“ - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6719 from pionCham/fix-typos. Closes #6719 71409a875 [chengpeiming] fix violations in jvm-quake.md de8f0d7b8 [chengpeiming] fix some typos Authored-by: chengpeiming Signed-off-by: Cheng Pan --- docs/deployment/high_availability_guide.md | 2 +- docs/extensions/engines/spark/jvm-quake.md | 22 +++++++++++----------- docs/monitor/logging.md | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/deployment/high_availability_guide.md b/docs/deployment/high_availability_guide.md index 8cf729eeb84..883633e0379 100644 --- a/docs/deployment/high_availability_guide.md +++ b/docs/deployment/high_availability_guide.md @@ -56,7 +56,7 @@ For more configurations, please see the HA section of [Introduction to the Kyuub ### Pseudo mode When `kyuubi.ha.addresses` is not configured, a `k.i.` will start an embedded zookeeper service and expose the address of itself there. -In this pseduo mode, the `k.i.` can be connected by clients through both raw ip address and zk quorum + namespace. +In this pseudo mode, the `k.i.` can be connected by clients through both raw ip address and zk quorum + namespace. But it doesn't have any availability to being highly available. ### Production mode diff --git a/docs/extensions/engines/spark/jvm-quake.md b/docs/extensions/engines/spark/jvm-quake.md index 0f0debd23fb..5f350be0a2b 100644 --- a/docs/extensions/engines/spark/jvm-quake.md +++ b/docs/extensions/engines/spark/jvm-quake.md @@ -52,15 +52,15 @@ spark.plugins=org.apache.spark.kyuubi.jvm.quake.SparkJVMQuakePlugin ## Additional Configurations -| Name | Default Value | Description | -|------------------------------------------|---------------------------|--------------------------------------------------------------------| -| spark.driver.jvmQuake.enabled | false | when true, enable driver jvmQuake | -| spark.executor.jvmQuake.enabled | false | when true, enable executor jvmQuake | -| spark.driver.jvmQuake.heapDump.enabled | false | when true, enable jvm heap dump when jvmQuake rearch the threshold | -| spark.executor.jvmQuake.heapDump.enabled | false | when true, enable jvm heap dump when jvmQuake rearch the threshold | -| spark.jvmQuake.killThreshold | 200 | The number of seconds to kill process | -| spark.jvmQuake.exitCode | 502 | The exit code of kill process | -| spark.jvmQuake.heapDumpPath | /tmp/spark_jvm_quake/apps | The path of heap dump | -| spark.jvmQuake.checkInterval | 3 | The number of seconds to check jvmQuake | -| spark.jvmQuake.runTimeWeight | 1.0 | The weight of rum time | +| Name | Default Value | Description | +|------------------------------------------|---------------------------|-------------------------------------------------------------------| +| spark.driver.jvmQuake.enabled | false | when true, enable driver jvmQuake | +| spark.executor.jvmQuake.enabled | false | when true, enable executor jvmQuake | +| spark.driver.jvmQuake.heapDump.enabled | false | when true, enable jvm heap dump when jvmQuake reach the threshold | +| spark.executor.jvmQuake.heapDump.enabled | false | when true, enable jvm heap dump when jvmQuake reach the threshold | +| spark.jvmQuake.killThreshold | 200 | The number of seconds to kill process | +| spark.jvmQuake.exitCode | 502 | The exit code of kill process | +| spark.jvmQuake.heapDumpPath | /tmp/spark_jvm_quake/apps | The path of heap dump | +| spark.jvmQuake.checkInterval | 3 | The number of seconds to check jvmQuake | +| spark.jvmQuake.runTimeWeight | 1.0 | The weight of rum time | diff --git a/docs/monitor/logging.md b/docs/monitor/logging.md index c0e5f7bf3fb..d4e84c75757 100644 --- a/docs/monitor/logging.md +++ b/docs/monitor/logging.md @@ -27,7 +27,7 @@ In general, there are mainly three components in the Kyuubi architecture that wi In addition, a Kyuubi deployment for production usually relies on some other external systems. For example, both Kyuubi servers and engines will use [Apache Zookeeper](https://zookeeper.apache.org/) for service discovery. -The instructions for external system loggings will not be included in this article. +The instructions for external system logging will not be included in this article. ## Logs of Kyuubi Server