Skip to content

Commit b2eb47e

Browse files
committed
add with source
1 parent 63bcebe commit b2eb47e

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ On IoTDB B:
398398

399399
```SQL
400400
CREATE PIPE BC
401+
WITH SOURCE (
402+
)
401403
WITH SINK (
402404
'sink' = 'iotdb-thrift-sink',
403405
'node-urls' = '127.0.0.1:6669' -- URL of the DataNode service port on the target IoTDB

src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ On IoTDB B:
409409

410410
```SQL
411411
CREATE PIPE BC
412+
WITH SOURCE (
413+
)
412414
WITH SINK (
413415
'sink' = 'iotdb-thrift-sink',
414416
'node-urls' = '127.0.0.1:6669' -- URL of the DataNode service port on the target IoTDB

src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ On IoTDB B:
398398

399399
```SQL
400400
CREATE PIPE BC
401+
WITH SOURCE (
402+
)
401403
WITH SINK (
402404
'sink' = 'iotdb-thrift-sink',
403405
'node-urls' = '127.0.0.1:6669' -- URL of the DataNode service port on the target IoTDB

src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ On IoTDB B:
409409

410410
```SQL
411411
CREATE PIPE BC
412+
WITH SOURCE (
413+
)
412414
WITH SINK (
413415
'sink' = 'iotdb-thrift-sink',
414416
'node-urls' = '127.0.0.1:6669' -- URL of the DataNode service port on the target IoTDB

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ with sink (
393393

394394
```SQL
395395
create pipe BC
396+
with source (
397+
)
396398
with sink (
397399
'sink'='iotdb-thrift-sink',
398400
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url

src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ with sink (
407407

408408
```SQL
409409
create pipe BC
410+
with source (
411+
)
410412
with sink (
411413
'sink'='iotdb-thrift-sink',
412414
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url

src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,8 @@ with sink (
393393

394394
```SQL
395395
create pipe BC
396+
with source (
397+
)
396398
with sink (
397399
'sink'='iotdb-thrift-sink',
398400
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url

src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,8 @@ with sink (
407407

408408
```SQL
409409
create pipe BC
410+
with source (
411+
)
410412
with sink (
411413
'sink'='iotdb-thrift-sink',
412414
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url

0 commit comments

Comments
 (0)