Skip to content

Commit 0fb71d8

Browse files
[Doc] fix typo in ranger 3.1 (#46307)
Signed-off-by: evelynzhaojie <[email protected]
1 parent 0598278 commit 0fb71d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/administration/user_privs/ranger_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ After StarRocks is integrating with Apache Ranger, you can achieve the following
4444
- All StarRocks FE machines have access to Apache Ranger. You can check this by running the following command on each FE machine:
4545

4646
```SQL
47-
telnet <ranger-ip> <ranger-host>
47+
telnet <ranger-ip> <ranger-port>
4848
```
4949

5050
If `Connected to <ip>` is displayed, the connection is successful.

docs/zh/administration/user_privs/ranger_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ StarRocks 集成 Apache Ranger 后可以实现以下权限控制方式:
4646
- 确保 StarRocks 所有 FE 机器都能够访问 Ranger。您可以在 FE 节点的机器上执行以下语句来判断:
4747

4848
```SQL
49-
telnet <ranger-ip> <ranger-host>
49+
telnet <ranger-ip> <ranger-port>
5050
```
5151

5252
如果显示 `Connected to <ip>`,则表示连接成功。

0 commit comments

Comments
 (0)