housepower / clickhouse_sinker

Easily load data from kafka to ClickHouse
https://housepower.github.io/clickhouse_sinker
Apache License 2.0
519 stars 117 forks source link

Issue while running ./clickhouse_sinker -conf conf #19

Closed ns-agour closed 5 years ago

ns-agour commented 5 years ago

I am facing a issue while running command ./clickhouse_sinker -conf conf, it says command not found, I have configured conf file according to my requirements. Kindly help.

config.json

{ "clickhouse": { "ch1": { "db": "default", "host": "127.0.0.1", "dnsLoop" : false, "maxLifeTime": 300, "password": "1234", "port": 9900, "username": "" } }, "kafka": { "kfk1": { "brokers": "127.0.0.1:9092", "sasl": { "password": "", "username": "" } } }, "common": { "bufferSize": 90000, "flushInterval": 5, "logLevel": "info" } }

sundy-li commented 5 years ago

clickhouse_sinker should be build.