[fix](doc) fix command misspelling (#22344)
show backend ----> show backends
This commit is contained in:
@ -64,7 +64,7 @@ Add configuration items to BE's configuration file `be.conf`:
|
||||
|
||||
This defualt value of this is `mix`, and this is original BE node type. After setting to `computation`, the node is a computing node.
|
||||
|
||||
You can see the value of the'NodeRole 'field through the `show backend\G` command. If it is'mix ', it is a mixed node, and if it is'computation', it is a computing node
|
||||
You can see the value of the'NodeRole 'field through the `show backends\G` command. If it is'mix ', it is a mixed node, and if it is'computation', it is a computing node
|
||||
|
||||
```sql
|
||||
*************************** 1. row ***************************
|
||||
|
||||
@ -57,7 +57,7 @@ be_node_role=computation
|
||||
|
||||
该配置项默认为`mix`, 即原来的BE节点类型, 设置为`computation`后, 该节点为计算节点.
|
||||
|
||||
可以通过`show backend\G`命令看到其中`NodeRole`字段的值, 如果是`mix`, 则为混合节点, 如果是`computation`, 则为计算节点
|
||||
可以通过`show backends\G`命令看到其中`NodeRole`字段的值, 如果是`mix`, 则为混合节点, 如果是`computation`, 则为计算节点
|
||||
|
||||
```sql
|
||||
*************************** 1. row ***************************
|
||||
|
||||
Reference in New Issue
Block a user