This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 3364ac0 Fill in the missing questions (#175)
3364ac0 is described below
commit 3364ac019d6a04821b281812531fbd00c926f58b
Author: Tanxilo <[email protected]>
AuthorDate: Wed Feb 7 10:19:00 2024 +0800
Fill in the missing questions (#175)
---
.../Master/User-Manual/Database-Programming.md | 10 ++++-----
src/UserGuide/Master/User-Manual/Streaming.md | 18 ++++++++--------
.../Master/User-Manual/Streaming_timecho.md | 16 +++++++--------
.../latest/User-Manual/Database-Programming.md | 10 ++++-----
src/UserGuide/latest/User-Manual/Streaming.md | 18 ++++++++--------
.../latest/User-Manual/Streaming_timecho.md | 16 +++++++--------
.../Master/User-Manual/Streaming_timecho.md | 24 +++++++++++-----------
.../latest/User-Manual/Streaming_timecho.md | 24 +++++++++++-----------
8 files changed, 68 insertions(+), 68 deletions(-)
diff --git a/src/UserGuide/Master/User-Manual/Database-Programming.md
b/src/UserGuide/Master/User-Manual/Database-Programming.md
index 74dcda8..0ce6cf7 100644
--- a/src/UserGuide/Master/User-Manual/Database-Programming.md
+++ b/src/UserGuide/Master/User-Manual/Database-Programming.md
@@ -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).
diff --git a/src/UserGuide/Master/User-Manual/Streaming.md
b/src/UserGuide/Master/User-Manual/Streaming.md
index 21bb1cf..d911ee8 100644
--- a/src/UserGuide/Master/User-Manual/Streaming.md
+++ b/src/UserGuide/Master/User-Manual/Streaming.md
@@ -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',
@@ -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
diff --git a/src/UserGuide/Master/User-Manual/Streaming_timecho.md
b/src/UserGuide/Master/User-Manual/Streaming_timecho.md
index 6c4a633..8d12131 100644
--- a/src/UserGuide/Master/User-Manual/Streaming_timecho.md
+++ b/src/UserGuide/Master/User-Manual/Streaming_timecho.md
@@ -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
diff --git a/src/UserGuide/latest/User-Manual/Database-Programming.md
b/src/UserGuide/latest/User-Manual/Database-Programming.md
index 74dcda8..0ce6cf7 100644
--- a/src/UserGuide/latest/User-Manual/Database-Programming.md
+++ b/src/UserGuide/latest/User-Manual/Database-Programming.md
@@ -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).
diff --git a/src/UserGuide/latest/User-Manual/Streaming.md
b/src/UserGuide/latest/User-Manual/Streaming.md
index 21bb1cf..d911ee8 100644
--- a/src/UserGuide/latest/User-Manual/Streaming.md
+++ b/src/UserGuide/latest/User-Manual/Streaming.md
@@ -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',
@@ -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
diff --git a/src/UserGuide/latest/User-Manual/Streaming_timecho.md
b/src/UserGuide/latest/User-Manual/Streaming_timecho.md
index 6c4a633..8d12131 100644
--- a/src/UserGuide/latest/User-Manual/Streaming_timecho.md
+++ b/src/UserGuide/latest/User-Manual/Streaming_timecho.md
@@ -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
diff --git a/src/zh/UserGuide/Master/User-Manual/Streaming_timecho.md
b/src/zh/UserGuide/Master/User-Manual/Streaming_timecho.md
index c319f18..dd13b2b 100644
--- a/src/zh/UserGuide/Master/User-Manual/Streaming_timecho.md
+++ b/src/zh/UserGuide/Master/User-Manual/Streaming_timecho.md
@@ -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 | 查询流处理任务插件。路径无关。 |
## 配置参数
diff --git a/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
b/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
index c319f18..dd13b2b 100644
--- a/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
+++ b/src/zh/UserGuide/latest/User-Manual/Streaming_timecho.md
@@ -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 | 查询流处理任务插件。路径无关。 |
## 配置参数