Amos Bird
54a08ed018
Use docker exec to operate on kafka.
2018-07-27 01:24:35 +08:00
Alexey Zatelepin
02946d2bc1
Revert "Set up dns server for kafka integration tests."
...
This reverts commit 1c75c19106
.
2018-07-26 18:52:50 +03:00
alesapin
65a6a1225c
Merge pull request #2726 from alesapin/master
2018-07-26 18:20:02 +03:00
alesapin
1588964873
Merge branch 'master' of github.com:alesapin/ClickHouse
2018-07-26 18:16:06 +03:00
alesapin
9aec460f2e
Fix build warning
2018-07-26 18:15:48 +03:00
Alexey Milovidov
ec202a7fd0
Allow to start cluster with Kafka without pytest #2725
2018-07-26 17:40:33 +03:00
alexey-milovidov
d3ba0c1a6e
Merge pull request #2725 from amosbird/master
...
Set up dns server for kafka integration tests.
2018-07-26 14:53:52 +03:00
Amos Bird
1c75c19106
Set up dns server for kafka integration tests.
2018-07-26 12:53:48 +08:00
Alexey Milovidov
7893d584ec
Merge branch 'master' of github.com:yandex/ClickHouse
2018-07-25 22:35:21 +03:00
Alexey Milovidov
57f9abf6b2
Added clarifications for ZooKeeper operations [#CLICKHOUSE-3]
2018-07-25 22:34:58 +03:00
alexey-milovidov
44f4541592
Merge pull request #2722 from amosbird/patch-9
...
Update README.md
2018-07-25 22:06:07 +03:00
alexey-milovidov
67c0cf5efc
Merge pull request #2721 from alesapin/master
...
CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions
2018-07-25 21:50:14 +03:00
alexey-milovidov
dc2c22ffff
Update IFactoryWithAliases.h
2018-07-25 21:46:16 +03:00
alexey-milovidov
d619be0596
Update CHANGELOG_RU.md
2018-07-25 21:20:09 +03:00
alexey-milovidov
570111c41f
Update CHANGELOG_RU.md
2018-07-25 19:41:02 +03:00
Alexey Zatelepin
73e3268e79
add pull request links to changelog
...
Conflicts:
CHANGELOG_RU.md
2018-07-25 19:38:27 +03:00
Amos Bird
c9a8759e08
Update README.md
...
kafka integration test uses this package https://github.com/dpkp/kafka-python
2018-07-26 00:34:40 +08:00
Alexey Milovidov
2dfa1f568d
Merge branch 'master' of github.com:yandex/ClickHouse
2018-07-25 19:27:56 +03:00
Alexey Milovidov
9079bdad4e
Updated README #2701
2018-07-25 19:27:38 +03:00
alexey-milovidov
19a0ae304c
Update CHANGELOG_RU.md
2018-07-25 19:20:01 +03:00
alesapin
3888077398
CLICKHOUSE-3857: Fix typo
2018-07-25 19:19:11 +03:00
alexey-milovidov
3914aaf209
Update CHANGELOG_RU.md
2018-07-25 19:15:53 +03:00
Alexey Zatelepin
60050a1224
add RU changelog for v18.1.0
2018-07-25 19:13:06 +03:00
alesapin
9adb251689
CLICKHOUSE-3857: Add table table_engines, alias factory base class and columns alias_to and case_insensitive to functions
2018-07-25 19:08:23 +03:00
Alexey Milovidov
b4556cc598
~/work/ClickHouse/dbms/tests/integration$ find . -name '*.py' | xargs sed -i -r -e 's/macroses/macros/g' # [#CLICKHOUSE-2]
2018-07-25 19:00:51 +03:00
Amos Bird
0965f991b3
Add row_delimiter argument to StorageKafka.
...
There are common cases where a message doesn't end with a row delimiter.
This patch allows specifying a row_delimiter char to compensate that.
https://github.com/yandex/ClickHouse/issues/2298
2018-07-25 18:54:01 +03:00
proller
f88f68db09
Macos: fix include for mysql, use mariadb-connector-c in docs ( #2717 )
...
* Macos: fix mysql link
* Macos: Fix mysql include
* doc
2018-07-25 18:27:31 +03:00
proller
61059c3d9a
Macos: allow build with mariadb-connector-c ( #2715 )
...
* Try fix version generate
* Macos: allow build with mariadb-connector-c
2018-07-25 14:29:26 +03:00
alexey-milovidov
743f904a64
Merge pull request #2714 from blinkov/CLICKHOUSE-2720
...
Refactoring that also fixes CLICKHOUSE-3858
2018-07-25 14:23:07 +03:00
alesapin
17cc27d1c0
Merge branch 'master' of github.com:alesapin/ClickHouse
2018-07-25 13:59:57 +03:00
alesapin
f04b2c3340
Merge remote-tracking branch 'upstream/master'
2018-07-25 13:59:23 +03:00
Amos Bird
15cc1cf91b
Fix integration test.
...
without specifying errorlog, I got
```
E Logging trace to /var/log/clickhouse-server/clickhouse-server.log
E Logging errors to clickhouse-server.err.log
E Poco::Exception. Code: 1000, e.code() = 13, e.displayText() = Access to file denied: /clickhouse-server.err.log, e.what() = Access to file denied
```
2018-07-25 12:29:16 +03:00
Ivan Blinkov
121411fe1d
Badge does not look well right after the list
2018-07-25 12:28:20 +03:00
Ivan Blinkov
0b14512735
lang has already been passed
2018-07-25 12:21:38 +03:00
Ivan Blinkov
81b757bb05
CLICKHOUSE-3858: get rid of more js workarounds for old docs build system + some fixes
2018-07-25 12:19:50 +03:00
Ivan Blinkov
3b2c3fd73f
CLICKHOUSE-3858: get rid of js workarounds for old docs build system
2018-07-25 11:46:02 +03:00
Alexey Milovidov
c2a50991c9
Minor modifications [#CLICKHOUSE-2]
2018-07-25 03:00:08 +03:00
Alexey Milovidov
a10ebecc67
Enabled minimalistic checksums in ZooKeeper by default #2666
2018-07-24 22:29:40 +03:00
alexey-milovidov
2f3c02cbe4
Update ASTOptimizeQuery.cpp
2018-07-24 22:07:13 +03:00
zhang2014
7e87fa8e18
ISSUES-2688 support on cluster for kill & optimize query
2018-07-24 22:07:13 +03:00
Alexey Milovidov
a106c65dec
Miscellaneous #2702
2018-07-24 21:50:28 +03:00
Amos Bird
77ce910077
Fix invalid Context reference.
2018-07-24 21:47:47 +03:00
Alexey Milovidov
7c07f46d50
Style [#CLICKHOUSE-2]
2018-07-24 21:46:23 +03:00
alexey-milovidov
d17aa47250
Update StorageSystemZooKeeper.cpp
2018-07-24 21:41:22 +03:00
alexey-milovidov
ee6eddb159
Update StorageSystemFunctions.h
2018-07-24 21:41:22 +03:00
alexey-milovidov
fe19ce6c10
Update StorageSystemDictionaries.cpp
2018-07-24 21:41:22 +03:00
alexey-milovidov
2d3a0796a6
Update StorageSystemAggregateFunctionCombinators.cpp
2018-07-24 21:41:22 +03:00
alesapin
d52fd35396
CLICKHOUSE-3772: Move headers to appropriate place (one more time)
2018-07-24 21:41:22 +03:00
alesapin
0f36999b12
CLICKHOUSE-3772: Move headers to appropriate place
2018-07-24 21:41:22 +03:00
alesapin
5459ca1401
CLICKHOUSE-3772: Change base class of almost all StorageSystem* tables and fix remarks
2018-07-24 21:41:22 +03:00