Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>'
```
Expand All @@ -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>'
```
Expand Down
4 changes: 2 additions & 2 deletions src/zh/UserGuide/V1.2.x/User-Manual/Streaming_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>'
```
Expand All @@ -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>'
```
Expand Down