Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 0 additions & 3 deletions src/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,6 @@ On IoTDB B:

```SQL
CREATE PIPE BC
WITH SOURCE (
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
)
WITH SINK (
'sink' = 'iotdb-thrift-sink',
'node-urls' = '127.0.0.1:6669' -- URL of the DataNode service port on the target IoTDB
Expand Down
3 changes: 0 additions & 3 deletions src/UserGuide/Master/Table/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ On IoTDB B:

```SQL
CREATE PIPE BC
WITH SOURCE (
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
)
WITH SINK (
'sink' = 'iotdb-thrift-sink',
'node-urls' = '127.0.0.1:6669' -- URL of the DataNode service port on the target IoTDB
Expand Down
3 changes: 0 additions & 3 deletions src/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,6 @@ On IoTDB B:

```SQL
CREATE PIPE BC
WITH SOURCE (
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
)
WITH SINK (
'sink' = 'iotdb-thrift-sink',
'node-urls' = '127.0.0.1:6669' -- URL of the DataNode service port on the target IoTDB
Expand Down
3 changes: 0 additions & 3 deletions src/UserGuide/latest-Table/User-Manual/Data-Sync_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,6 @@ On IoTDB B:

```SQL
CREATE PIPE BC
WITH SOURCE (
'source.mode.double-living' = 'true' -- Do not forward data from other pipes
)
WITH SINK (
'sink' = 'iotdb-thrift-sink',
'node-urls' = '127.0.0.1:6669' -- URL of the DataNode service port on the target IoTDB
Expand Down
3 changes: 0 additions & 3 deletions src/zh/UserGuide/Master/Table/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,6 @@ with sink (

```SQL
create pipe BC
with source (
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
)
with sink (
'sink'='iotdb-thrift-sink',
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ with sink (

```SQL
create pipe BC
with source (
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
)
with sink (
'sink'='iotdb-thrift-sink',
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url
Expand Down
3 changes: 0 additions & 3 deletions src/zh/UserGuide/latest-Table/User-Manual/Data-Sync_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,6 @@ with sink (

```SQL
create pipe BC
with source (
'source.mode.double-living' ='true' --不转发由其他 Pipe 写入的数据
)
with sink (
'sink'='iotdb-thrift-sink',
'node-urls' = '127.0.0.1:6669', -- 目标端 IoTDB 中 DataNode 节点的数据服务端口的 url
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ with sink (

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