Commit f29d55d
committed
Simplify ClickHouse startup - use default configuration
Remove custom --path option which causes 'Unknown option specified' error.
ClickHouse pre-built binary expects to run with default configuration.
Changes:
- Run simply: ./clickhouse server
- Let ClickHouse use its default data directory
- Added 5s initial sleep to allow server to initialize
- Removed invalid --path, --http_port, --tcp_port options
ClickHouse listens on default ports (9000 for TCP, 8123 for HTTP) which
matches what our tests expect.1 parent a675ffe commit f29d55d
1 file changed
Lines changed: 6 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
| 165 | + | |
171 | 166 | | |
172 | 167 | | |
| 168 | + | |
173 | 169 | | |
174 | 170 | | |
175 | 171 | | |
176 | 172 | | |
177 | | - | |
| 173 | + | |
178 | 174 | | |
179 | 175 | | |
180 | 176 | | |
| |||
239 | 235 | | |
240 | 236 | | |
241 | 237 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
| 238 | + | |
248 | 239 | | |
249 | 240 | | |
| 241 | + | |
250 | 242 | | |
251 | 243 | | |
252 | 244 | | |
| |||
0 commit comments