Skip to content

Commit

Permalink
Fill in the missing questions (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanxilo authored Feb 7, 2024
1 parent b1f50d2 commit 3364ac0
Show file tree
Hide file tree
Showing 8 changed files with 68 additions and 68 deletions.
10 changes: 5 additions & 5 deletions src/UserGuide/Master/User-Manual/Database-Programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -1545,13 +1545,13 @@ SHOW FUNCTIONS

### User Permission Management

There are 3 types of user permissions related to UDF:
There are 1 types of user permissions related to UDF: `USE_UDF`

* `USE_UDF`: Only users with this permission are allowed to register UDFs
* `DROP_FUNCTION`: Only users with this permission are allowed to deregister UDFs
* `READ_TIMESERIES`: Only users with this permission are allowed to use UDFs for queries
* Only users with this permission are allowed to register UDFs
* Only users with this permission are allowed to deregister UDFs
* Only users with this permission are allowed to use UDFs for queries

For more user permissions related content, please refer to [Account Management Statements](../Administration-Management/Administration.md).
For more user permissions related content, please refer to [Account Management Statements](./Authority-Management.md).



Expand Down
18 changes: 9 additions & 9 deletions src/UserGuide/Master/User-Manual/Streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ The expressed semantics are: synchronise the full amount of historical data and
'connector.thrift.host' = 'localhost',
'connector.thrift.port' = '9999',
)

CREATE PIPE pipe2
WITH CONNECTOR (
'connector' = 'iotdb-thrift-connector',
Expand Down Expand Up @@ -725,19 +725,19 @@ The following diagram illustrates the different states and their transitions:

| Authority Name | Description |
| ----------- | -------------------- |
| CREATE_PIPE | Register task,path-independent |
| START_PIPE | Start task,path-independent |
| STOP_PIPE | Stop task,path-independent |
| DROP_PIPE | Uninstall task,path-independent |
| SHOW_PIPES | Query task,path-independent |
| USE_PIPE | Register task,path-independent |
| USE_PIPE | Start task,path-independent |
| USE_PIPE | Stop task,path-independent |
| USE_PIPE | Uninstall task,path-independent |
| USE_PIPE | Query task,path-independent |
### Stream Processing Task Plugin


| Authority Name | Description |
| ----------------- | ------------------------------ |
| CREATE_PIPEPLUGIN | Register stream processing task plugin,path-independent |
| DROP_PIPEPLUGIN | Delete stream processing task plugin,path-independent |
| SHOW_PIPEPLUGINS | Query stream processing task plugin,path-independent |
| USE_PIPE | Register stream processing task plugin,path-independent |
| USE_PIPE | Delete stream processing task plugin,path-independent |
| USE_PIPE | Query stream processing task plugin,path-independent |

## Configure Parameters

Expand Down
16 changes: 8 additions & 8 deletions src/UserGuide/Master/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,20 +769,20 @@ The following diagram shows all states and state transitions:

| Permission name | Description |
| ----------- | -------------------------- |
| CREATE_PIPE | Register a stream processing task. The path is irrelevant. |
| START_PIPE | Start the stream processing task. The path is irrelevant. |
| STOP_PIPE | Stop the stream processing task. The path is irrelevant. |
| DROP_PIPE | Offload stream processing tasks. The path is irrelevant. |
| SHOW_PIPES | Query stream processing tasks. The path is irrelevant. |
| USE_PIPE | Register a stream processing task. The path is irrelevant. |
| USE_PIPE | Start the stream processing task. The path is irrelevant. |
| USE_PIPE | Stop the stream processing task. The path is irrelevant. |
| USE_PIPE | Offload stream processing tasks. The path is irrelevant. |
| USE_PIPE | Query stream processing tasks. The path is irrelevant. |

### Stream processing task plugin


| Permission name | Description |
| ------------------ | ---------------------------------- |
| CREATE_PIPEPLUGIN | Register stream processing task plugin. The path is irrelevant. |
| DROP_PIPEPLUGIN | Uninstall the stream processing task plugin. The path is irrelevant. |
| SHOW_PIPEPLUGINS | Query stream processing task plugin. The path is irrelevant. |
| USE_PIPE | Register stream processing task plugin. The path is irrelevant. |
| USE_PIPE | Uninstall the stream processing task plugin. The path is irrelevant. |
| USE_PIPE | Query stream processing task plugin. The path is irrelevant. |

## Configuration parameters

Expand Down
10 changes: 5 additions & 5 deletions src/UserGuide/latest/User-Manual/Database-Programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -1545,13 +1545,13 @@ SHOW FUNCTIONS

### User Permission Management

There are 3 types of user permissions related to UDF:
There are 1 types of user permissions related to UDF: `USE_UDF`

* `USE_UDF`: Only users with this permission are allowed to register UDFs
* `DROP_FUNCTION`: Only users with this permission are allowed to deregister UDFs
* `READ_TIMESERIES`: Only users with this permission are allowed to use UDFs for queries
* Only users with this permission are allowed to register UDFs
* Only users with this permission are allowed to deregister UDFs
* Only users with this permission are allowed to use UDFs for queries

For more user permissions related content, please refer to [Account Management Statements](../Administration-Management/Administration.md).
For more user permissions related content, please refer to [Account Management Statements](./Authority-Management.md).



Expand Down
18 changes: 9 additions & 9 deletions src/UserGuide/latest/User-Manual/Streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ The expressed semantics are: synchronise the full amount of historical data and
'connector.thrift.host' = 'localhost',
'connector.thrift.port' = '9999',
)

CREATE PIPE pipe2
WITH CONNECTOR (
'connector' = 'iotdb-thrift-connector',
Expand Down Expand Up @@ -725,19 +725,19 @@ The following diagram illustrates the different states and their transitions:

| Authority Name | Description |
| ----------- | -------------------- |
| CREATE_PIPE | Register task,path-independent |
| START_PIPE | Start task,path-independent |
| STOP_PIPE | Stop task,path-independent |
| DROP_PIPE | Uninstall task,path-independent |
| SHOW_PIPES | Query task,path-independent |
| USE_PIPE | Register task,path-independent |
| USE_PIPE | Start task,path-independent |
| USE_PIPE | Stop task,path-independent |
| USE_PIPE | Uninstall task,path-independent |
| USE_PIPE | Query task,path-independent |
### Stream Processing Task Plugin


| Authority Name | Description |
| ----------------- | ------------------------------ |
| CREATE_PIPEPLUGIN | Register stream processing task plugin,path-independent |
| DROP_PIPEPLUGIN | Delete stream processing task plugin,path-independent |
| SHOW_PIPEPLUGINS | Query stream processing task plugin,path-independent |
| USE_PIPE | Register stream processing task plugin,path-independent |
| USE_PIPE | Delete stream processing task plugin,path-independent |
| USE_PIPE | Query stream processing task plugin,path-independent |

## Configure Parameters

Expand Down
16 changes: 8 additions & 8 deletions src/UserGuide/latest/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -769,20 +769,20 @@ The following diagram shows all states and state transitions:

| Permission name | Description |
| ----------- | -------------------------- |
| CREATE_PIPE | Register a stream processing task. The path is irrelevant. |
| START_PIPE | Start the stream processing task. The path is irrelevant. |
| STOP_PIPE | Stop the stream processing task. The path is irrelevant. |
| DROP_PIPE | Offload stream processing tasks. The path is irrelevant. |
| SHOW_PIPES | Query stream processing tasks. The path is irrelevant. |
| USE_PIPE | Register a stream processing task. The path is irrelevant. |
| USE_PIPE | Start the stream processing task. The path is irrelevant. |
| USE_PIPE | Stop the stream processing task. The path is irrelevant. |
| USE_PIPE | Offload stream processing tasks. The path is irrelevant. |
| USE_PIPE | Query stream processing tasks. The path is irrelevant. |

### Stream processing task plugin


| Permission name | Description |
| ------------------ | ---------------------------------- |
| CREATE_PIPEPLUGIN | Register stream processing task plugin. The path is irrelevant. |
| DROP_PIPEPLUGIN | Uninstall the stream processing task plugin. The path is irrelevant. |
| SHOW_PIPEPLUGINS | Query stream processing task plugin. The path is irrelevant. |
| USE_PIPE | Register stream processing task plugin. The path is irrelevant. |
| USE_PIPE | Uninstall the stream processing task plugin. The path is irrelevant. |
| USE_PIPE | Query stream processing task plugin. The path is irrelevant. |

## Configuration parameters

Expand Down
24 changes: 12 additions & 12 deletions src/zh/UserGuide/Master/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -770,22 +770,22 @@ WHERE CONNECTOR USED BY <PipeId>
### 流处理任务


| 权限名称 | 描述 |
| ----------- | -------------------------- |
| CREATE_PIPE | 注册流处理任务。路径无关。 |
| START_PIPE | 开启流处理任务。路径无关。 |
| STOP_PIPE | 停止流处理任务。路径无关。 |
| DROP_PIPE | 卸载流处理任务。路径无关。 |
| SHOW_PIPES | 查询流处理任务。路径无关。 |
| 权限名称 | 描述 |
| -------- | -------------------------- |
| USE_PIPE | 注册流处理任务。路径无关。 |
| USE_PIPE | 开启流处理任务。路径无关。 |
| USE_PIPE | 停止流处理任务。路径无关。 |
| USE_PIPE | 卸载流处理任务。路径无关。 |
| USE_PIPE | 查询流处理任务。路径无关。 |

### 流处理任务插件


| 权限名称 | 描述 |
| ----------------- | ------------------------------ |
| CREATE_PIPEPLUGIN | 注册流处理任务插件。路径无关。 |
| DROP_PIPEPLUGIN | 卸载流处理任务插件。路径无关。 |
| SHOW_PIPEPLUGINS | 查询流处理任务插件。路径无关。 |
| 权限名称 | 描述 |
| -------- | ------------------------------ |
| USE_PIPE | 注册流处理任务插件。路径无关。 |
| USE_PIPE | 卸载流处理任务插件。路径无关。 |
| USE_PIPE | 查询流处理任务插件。路径无关。 |

## 配置参数

Expand Down
24 changes: 12 additions & 12 deletions src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -770,22 +770,22 @@ WHERE CONNECTOR USED BY <PipeId>
### 流处理任务


| 权限名称 | 描述 |
| ----------- | -------------------------- |
| CREATE_PIPE | 注册流处理任务。路径无关。 |
| START_PIPE | 开启流处理任务。路径无关。 |
| STOP_PIPE | 停止流处理任务。路径无关。 |
| DROP_PIPE | 卸载流处理任务。路径无关。 |
| SHOW_PIPES | 查询流处理任务。路径无关。 |
| 权限名称 | 描述 |
| -------- | -------------------------- |
| USE_PIPE | 注册流处理任务。路径无关。 |
| USE_PIPE | 开启流处理任务。路径无关。 |
| USE_PIPE | 停止流处理任务。路径无关。 |
| USE_PIPE | 卸载流处理任务。路径无关。 |
| USE_PIPE | 查询流处理任务。路径无关。 |

### 流处理任务插件


| 权限名称 | 描述 |
| ----------------- | ------------------------------ |
| CREATE_PIPEPLUGIN | 注册流处理任务插件。路径无关。 |
| DROP_PIPEPLUGIN | 卸载流处理任务插件。路径无关。 |
| SHOW_PIPEPLUGINS | 查询流处理任务插件。路径无关。 |
| 权限名称 | 描述 |
| -------- | ------------------------------ |
| USE_PIPE | 注册流处理任务插件。路径无关。 |
| USE_PIPE | 卸载流处理任务插件。路径无关。 |
| USE_PIPE | 查询流处理任务插件。路径无关。 |

## 配置参数

Expand Down

0 comments on commit 3364ac0

Please sign in to comment.