Update config.xml

This commit is contained in:
alexey-milovidov 2021-05-08 03:43:06 +03:00 committed by GitHub
parent ff305b2b1e
commit 98091a0434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,10 +518,11 @@
<!-- Reallocate memory for machine code ("text") using huge pages. Highly experimental. -->
<remap_executable>false</remap_executable>
<!-- Uncomment below in order to use JDBC table engine and function.
<![CDATA[
Uncomment below in order to use JDBC table engine and function.
To install and run JDBC bridge in background:
* [Debian/UBuntu]
* [Debian/Ubuntu]
export MVN_URL=https://repo1.maven.org/maven2/ru/yandex/clickhouse/clickhouse-jdbc-bridge
export PKG_VER=$(curl -sL $MVN_URL/maven-metadata.xml | grep '<release>' | sed -e 's|.*>\(.*\)<.*|\1|')
wget https://github.com/ClickHouse/clickhouse-jdbc-bridge/releases/download/v$PKG_VER/clickhouse-jdbc-bridge_$PKG_VER-1_all.deb
@ -536,7 +537,7 @@
clickhouse-jdbc-bridge &
Please refer to https://github.com/ClickHouse/clickhouse-jdbc-bridge#usage for more information.
-->
]]>
<!--
<jdbc_bridge>
<host>127.0.0.1</host>