This is an automated email from the ASF dual-hosted git repository.
zhaoxinyi 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 b1184416 fix debug (#412)
b1184416 is described below
commit b118441646e97a1a089afc9f0fd351c065895fe3
Author: majialin <[email protected]>
AuthorDate: Thu Nov 14 10:56:55 2024 +0800
fix debug (#412)
---
src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md | 4 ++--
src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
index 32a1976c..3fc247be 100644
--- a/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
+++ b/src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
@@ -464,7 +464,7 @@ Preparation: To register in this way, you need to upload
the JAR package to the
SQL:
```sql
-SQL CREATE PIPEPLUGIN example
+CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
```
@@ -476,7 +476,7 @@ Preparation: To register in this way, you need to place the
JAR package in any p
SQL:
```sql
-SQL CREATE PIPEPLUGIN example
+CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/IoTDB installation
path/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
```
diff --git a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
index 7856e2f8..22ccbeb3 100644
--- a/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
+++ b/src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
@@ -464,7 +464,7 @@ USING <JAR 包的 URI>
创建语句:
```sql
-SQL CREATE PIPEPLUGIN example
+CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
```
@@ -476,7 +476,7 @@ USING URI '<https://example.com:8080/iotdb/pipe-plugin.jar>'
创建语句:
```sql
-SQL CREATE PIPEPLUGIN example
+CREATE PIPEPLUGIN example
AS 'edu.tsinghua.iotdb.pipe.ExampleProcessor'
USING URI '<file:/iotdb安装路径/iotdb-1.x.x-bin/ext/pipe/pipe-plugin.jar>'
```