Skip to content

Commit 63bcebe

Browse files
committed
fix source param in Cascaded Data Transmission
1 parent d663d16 commit 63bcebe

File tree

8 files changed

+0
-24
lines changed

8 files changed

+0
-24
lines changed

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

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

399399
```SQL
400400
CREATE PIPE BC
401-
WITH SOURCE (
402-
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
403-
)
404401
WITH SINK (
405402
'sink' = 'iotdb-thrift-sink',
406403
'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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,6 @@ On IoTDB B:
409409

410410
```SQL
411411
CREATE PIPE BC
412-
WITH SOURCE (
413-
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
414-
)
415412
WITH SINK (
416413
'sink' = 'iotdb-thrift-sink',
417414
'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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,6 @@ On IoTDB B:
398398

399399
```SQL
400400
CREATE PIPE BC
401-
WITH SOURCE (
402-
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
403-
)
404401
WITH SINK (
405402
'sink' = 'iotdb-thrift-sink',
406403
'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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,9 +409,6 @@ On IoTDB B:
409409

410410
```SQL
411411
CREATE PIPE BC
412-
WITH SOURCE (
413-
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
414-
)
415412
WITH SINK (
416413
'sink' = 'iotdb-thrift-sink',
417414
'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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -393,9 +393,6 @@ with sink (
393393

394394
```SQL
395395
create pipe BC
396-
with source (
397-
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
398-
)
399396
with sink (
400397
'sink'='iotdb-thrift-sink',
401398
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url

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

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

408408
```SQL
409409
create pipe BC
410-
with source (
411-
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
412-
)
413410
with sink (
414411
'sink'='iotdb-thrift-sink',
415412
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url

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

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

394394
```SQL
395395
create pipe BC
396-
with source (
397-
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
398-
)
399396
with sink (
400397
'sink'='iotdb-thrift-sink',
401398
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url

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

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

408408
```SQL
409409
create pipe BC
410-
with source (
411-
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
412-
)
413410
with sink (
414411
'sink'='iotdb-thrift-sink',
415412
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url

0 commit comments

Comments
 (0)