clickhosue配置远程访问

从hadoop100 主机 访问hadoop200 主机上面的 CK.

使用SQL select * from remote('hadoop200', test, app);

在hadoop100 主机 配置 etc/clickhouse-server/config.xml


 <remote_url_allow_hosts>
    <host>hadoop200</host>
 </remote_url_allow_hosts>

posted @ 2022-09-07 10:05  宁君  阅读(130)  评论(0编辑  收藏  举报