Skip to content

Commit d0d24cd

Browse files
wenxin-cnyaooqinn
wenxin-cn
andcommitted
[KYUUBI #6964] Fix typos in serveral docs
### Why are the changes needed? fix typos in docs ### How was this patch tested? NO ### Was this patch authored or co-authored using generative AI tooling? No Closes #6964 from wenxin-cn/fix-typos-in-docs. Closes #6964 5a50a92 [Kent Yao] style be899c2 [10172] fix typos in docs Lead-authored-by: wenxin-cn <[email protected]> Co-authored-by: Kent Yao <[email protected]> Co-authored-by: 10172 <[email protected]> Signed-off-by: Kent Yao <[email protected]>
1 parent f927245 commit d0d24cd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/deployment/engine_on_yarn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ The `FLINK_HADOOP_CLASSPATH` is required, too.
223223

224224
For users who are using Hadoop 3.x, Hadoop shaded client is recommended instead of Hadoop vanilla jars.
225225
For users who are using Hadoop 2.x, `FLINK_HADOOP_CLASSPATH` should be set to hadoop classpath to use Hadoop
226-
vanilla jars. For users which does not use Hadoop services, e.g. HDFS, YARN at all, Hadoop client jars
226+
vanilla jars. For users who does not use Hadoop services, e.g. HDFS, YARN at all, Hadoop client jars
227227
is also required, and recommend to use Hadoop shaded client as Hadoop 3.x's users do.
228228

229229
See [HADOOP-11656](https://issues.apache.org/jira/browse/HADOOP-11656) for details of Hadoop shaded client.

docs/deployment/high_availability_guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ Kyuubi supports hot upgrade one of server in a HA cluster which is transparent t
9393
You can just start the new Kyuubi Server, and then run cmd using `bin/kyuubi-ctl`:
9494

9595
```shell
96-
./bin/kyuubi-ctl delete server --host "kyuubi.host" --port "${PORT_FPR_OLD_KYUUBI_SERVER}"
96+
./bin/kyuubi-ctl delete server --host "kyuubi.host" --port "${PORT_FOR_OLD_KYUUBI_SERVER}"
9797
```
9898

99-
The `${PORT_FPR_OLD_KYUUBI_SERVER}` can be found by:
99+
The `${PORT_FOR_OLD_KYUUBI_SERVER}` can be found by:
100100

101101
```shell
102102
grep "server.KyuubiThriftBinaryFrontendService: Starting and exposing JDBC connection at" logs/kyuubi-*.out

docs/monitor/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ These metrics include:
9090
| `kyuubi.metadata.request.total` | | meter | 1.6.0 | <div style='width: 150pt;word-wrap: break-word;white-space: normal'> metadata requests time and rate </div> |
9191
| `kyuubi.metadata.request.failed` | | meter | 1.6.0 | <div style='width: 150pt;word-wrap: break-word;white-space: normal'> metadata requests failure time and rate </div> |
9292
| `kyuubi.metadata.request.retrying` | | meter | 1.6.0 | <div style='width: 150pt;word-wrap: break-word;white-space: normal'> retrying metadata requests time and rate, it is not cumulative </div> |
93-
| `kyuubi.operartion.batch_pending_max_elapse` | | gauge | 1.10.1 | <div style='width: 150pt;word-wrap: break-word;white-space: normal'> the batch pending max elapsed time on current kyuubi instance </div> |
93+
| `kyuubi.operation.batch_pending_max_elapse` | | gauge | 1.10.1 | <div style='width: 150pt;word-wrap: break-word;white-space: normal'> the batch pending max elapsed time on current kyuubi instance </div> |
9494

9595
Before v1.5.0, if you use these metrics:
9696
- `kyuubi.statement.total`

docs/quick_start/quick_start.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Getting Started
1919

2020
.. note::
2121

22-
This page covers how to start with kyuubi quickly on you
22+
This page covers how to start with kyuubi quickly on your
2323
laptop in about 3~5 minutes.
2424

2525
Requirements

docs/security/authorization/spark/build.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
## Build with Apache Maven
2121

2222
Kyuubi Spark AuthZ Plugin is built using [Apache Maven](https://maven.apache.org).
23-
To build it, `cd` to the root direct of kyuubi project and run:
23+
To build it, `cd` to the root directory of kyuubi project and run:
2424

2525
```shell
2626
build/mvn clean package -pl :kyuubi-spark-authz_2.12 -am -DskipTests
@@ -34,7 +34,7 @@ After a while, if everything goes well, you will get the plugin finally in two p
3434
## Build shaded jar with Apache Maven
3535

3636
Apache Kyuubi also provides the shaded jar for the Spark AuthZ plugin, You can run the AuthZ plugin using just a shaded jar without the additional dependency of jars,
37-
To build it, `cd` to the root direct of kyuubi project and run:
37+
To build it, `cd` to the root directory of kyuubi project and run:
3838

3939
```shell
4040
build/mvn clean package -pl :kyuubi-spark-authz-shaded_2.12 -am -DskipTests

0 commit comments

Comments
 (0)