mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
dbms: preparation [#METR-17973].
This commit is contained in:
parent
03355ea559
commit
345b4b91f7
@ -1,12 +1,11 @@
|
||||
#include <zkutil/ZooKeeperHolder.h>
|
||||
#include <iostream>
|
||||
#include <statdaemons/Test.h>
|
||||
|
||||
#include <Poco/Util/Application.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
Test::initLogger();
|
||||
// Test::initLogger();
|
||||
|
||||
zkutil::ZooKeeperHolder zk_holder;
|
||||
zk_holder.init("localhost:2181");
|
||||
|
Loading…
Reference in New Issue
Block a user