All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docker.presto-product-tests.conf.environment.multinode-clickhouse.metrika.xml Maven / Gradle / Ivy

There is a newer version: 448
Show newest version
<?xml version="1.0"?>
<yandex>
    <remote_servers>
        <test_cluster>
            <shard>
                <replica>
                    <host>clickhouse-1</host>
                    <port>9001</port>
                </replica>
            </shard>
            <shard>
                <replica>
                    <host>clickhouse-2</host>
                    <port>9002</port>
                </replica>
            </shard>
            <shard>
                <replica>
                    <host>clickhouse-3</host>
                    <port>9003</port>
                </replica>
            </shard>
        </test_cluster>
    </remote_servers>

    <zookeeper>
        <node>
            <host>zookeeper</host>
            <port>2181</port>
        </node>
    </zookeeper>

    <macros>
        <shard>01</shard>
        <replica>01</replica>
    </macros>
</yandex>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy