Skip to content

Commit

Permalink
[KYUUBI #6719] [DOC] Fix a couple of typos
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

## Describe Your Solution 🔧
fix a couple of  typos

## Types of changes 🔖

- [ ] 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 ⚰️

#### Behavior With This Pull Request 🎉

#### 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

71409a8 [chengpeiming] fix  violations in  jvm-quake.md
de8f0d7 [chengpeiming] fix some typos

Authored-by: chengpeiming <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
  • Loading branch information
pionCham authored and pan3793 committed Sep 29, 2024
1 parent 14bf56f commit 372f770
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/deployment/high_availability_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 11 additions & 11 deletions docs/extensions/engines/spark/jvm-quake.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

2 changes: 1 addition & 1 deletion docs/monitor/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 372f770

Please sign in to comment.