ClickHouse/dbms/tests/integration/test_insert_into_distributed/configs/remote_servers.xml

33 lines
887 B
XML
Raw Normal View History

2017-06-14 14:38:08 +00:00
<yandex>
<remote_servers>
<test_cluster>
<shard>
<replica>
<host>remote</host>
<port>9000</port>
</replica>
</shard>
</test_cluster>
2017-08-23 10:45:23 +00:00
<test_local_cluster>
<shard>
<replica>
<host>localhost</host>
<port>9000</port>
</replica>
</shard>
</test_local_cluster>
<shard_with_local_replica>
<shard>
<replica>
<host>node1</host>
<port>9000</port>
</replica>
<replica>
<host>node2</host>
<port>9000</port>
</replica>
</shard>
</shard_with_local_replica>
2017-06-14 14:38:08 +00:00
</remote_servers>
</yandex>