-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x86 ckman-v3.1.0 版本 表管理页面报错 #294
Comments
导入的集群需要增加一个cluster的宏 |
我也是,我是创建的集群 |
ckman 创建的集群会自己增加这个macro的,查一下 /etc/clickhouse-server/config.d/host.xml |
检查了,host.xml里面是有一个macro的 |
报错sql
SELECT table, uniqExact(partition) AS partitions, count(*) AS parts, sum(data_compressed_bytes) AS compressed, sum(data_uncompressed_bytes) AS uncompressed, sum(rows) AS rows, database FROM cluster('{cluster}', system.parts) WHERE (database in ('data_test')) AND (active = '1') GROUP BY table, database;
DB::Exception: No macro 'cluster' in config while processing substitutions in '{cluster}' at '1' or macro is not supported here. (NO_ELEMENTS_IN_CONFIG)
ck里面是不是这样查询集群名 我的ck 版本时 ClickHouse版本: 23.12.3.40
The text was updated successfully, but these errors were encountered: