mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Change <yandex> to <clickhouse> in configs
This commit is contained in:
parent
eef114c7e1
commit
e513a5db32
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
|
||||
<listen_host>::</listen_host>
|
||||
<listen_host>0.0.0.0</listen_host>
|
||||
@ -9,4 +9,4 @@
|
||||
<console>1</console>
|
||||
</logger>
|
||||
-->
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<max_execution_time>10</max_execution_time>
|
||||
@ -17,4 +17,4 @@
|
||||
</constraints>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<top_level_domains_lists>
|
||||
<public_suffix_list>public_suffix_list.dat</public_suffix_list>
|
||||
</top_level_domains_lists>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<!-- Directory with user provided files that are accessible by 'file' table function. -->
|
||||
<user_files_path>/var/lib/clickhouse/user_files/</user_files_path>
|
||||
|
||||
@ -7,4 +7,4 @@
|
||||
|
||||
<!-- Path to directory where users created by SQL commands are stored. -->
|
||||
<access_control_path>access/</access_control_path>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<http_port remove="remove"/>
|
||||
<mysql_port remove="remove"/>
|
||||
<postgresql_port remove="remove"/>
|
||||
@ -27,4 +27,4 @@
|
||||
<asynchronous_metrics_update_period_s>10</asynchronous_metrics_update_period_s>
|
||||
|
||||
<remap_executable replace="replace">true</remap_executable>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<allow_introspection_functions>1</allow_introspection_functions>
|
||||
@ -28,4 +28,4 @@
|
||||
<access_management>1</access_management>
|
||||
</default>
|
||||
</users>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<!-- Possible levels [1]:
|
||||
|
||||
@ -78,4 +78,4 @@
|
||||
</server>
|
||||
</openSSL>
|
||||
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<level>trace</level>
|
||||
<console>true</console>
|
||||
@ -18,4 +18,4 @@
|
||||
</server>
|
||||
</raft_configuration>
|
||||
</keeper_server>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<!-- Sources to read users, roles, access rights, profiles of settings, quotas. -->
|
||||
<user_directories replace="replace">
|
||||
<users_xml>
|
||||
@ -10,4 +10,4 @@
|
||||
<path>access/</path>
|
||||
</local_directory>
|
||||
</user_directories>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<console>true</console>
|
||||
<log remove="remove"/>
|
||||
<errorlog remove="remove"/>
|
||||
</logger>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
|
||||
<![CDATA[
|
||||
@ -46,4 +46,4 @@
|
||||
</two_shards_one_local_one_remote_at_port_9001>
|
||||
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<path replace="replace">./</path>
|
||||
<tmp_path replace="replace">./tmp/</tmp_path>
|
||||
<user_files_path replace="replace">./user_files/</user_files_path>
|
||||
<format_schema_path replace="replace">./format_schemas/</format_schema_path>
|
||||
<access_control_path replace="replace">./access/</access_control_path>
|
||||
<top_level_domains_path replace="replace">./top_level_domains/</top_level_domains_path>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -5,7 +5,7 @@
|
||||
You can either move the settings to the right place inside "users.xml" file
|
||||
or add <skip_check_for_incorrect_settings>1</skip_check_for_incorrect_settings> here.
|
||||
-->
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<!-- Possible levels [1]:
|
||||
|
||||
@ -1226,4 +1226,4 @@
|
||||
</tables>
|
||||
</rocksdb>
|
||||
-->
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Config that is used when server is run without config file. -->
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<level>trace</level>
|
||||
<console>true</console>
|
||||
@ -37,4 +37,4 @@
|
||||
<quotas>
|
||||
<default />
|
||||
</quotas>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<allow_introspection_functions>1</allow_introspection_functions>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<users>
|
||||
<default>
|
||||
<networks replace="replace">
|
||||
@ -8,4 +8,4 @@
|
||||
</networks>
|
||||
</default>
|
||||
</users>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<!-- See also the files in users.d directory where the settings can be overridden. -->
|
||||
|
||||
<!-- Profiles of settings. -->
|
||||
@ -120,4 +120,4 @@
|
||||
</interval>
|
||||
</default>
|
||||
</quotas>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<insert_format_max_block_size>100000</insert_format_max_block_size>
|
||||
</yandex>
|
||||
</clickhouse>
|
@ -1,5 +1,5 @@
|
||||
<!-- Config for connecting to test server in Arcadia -->
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<tcp_port>59000</tcp_port>
|
||||
<tcp_port_secure>59440</tcp_port_secure>
|
||||
<openSSL>
|
||||
@ -14,4 +14,4 @@
|
||||
</invalidCertificateHandler>
|
||||
</client>
|
||||
</openSSL>
|
||||
</yandex>
|
||||
</clickhouse>
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<test_cluster_two_shards_different_databases>
|
||||
<shard>
|
||||
@ -43,4 +43,4 @@
|
||||
</shard>
|
||||
</test_cluster_two_replicas_different_databases>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<!-- Comma-separated list of prefixes for user-defined settings. -->
|
||||
<custom_settings_prefixes>custom_</custom_settings_prefixes>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<database_atomic_delay_before_drop_table_sec>60</database_atomic_delay_before_drop_table_sec>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<zookeeper>
|
||||
<node index="1">
|
||||
<host>localhost</host>
|
||||
@ -79,4 +79,4 @@
|
||||
</remote_servers>
|
||||
|
||||
<_functional_tests_helper_database_replicated_replace_args_macros>1</_functional_tests_helper_database_replicated_replace_args_macros>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<storage_configuration>
|
||||
<disks>
|
||||
<disk_memory>
|
||||
@ -6,4 +6,4 @@
|
||||
</disk_memory>
|
||||
</disks>
|
||||
</storage_configuration>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<encryption_codecs>
|
||||
<aes_128_gcm_siv>
|
||||
<key_hex>a32902703dab1cedd7ff7287067787ca</key_hex>
|
||||
@ -7,4 +7,4 @@
|
||||
<key_hex>a32902703dab1cedd7ff7287067787caa32902703dab1cedd7ff7287067787ca</key_hex>
|
||||
</aes_256_gcm_siv>
|
||||
</encryption_codecs>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<graphite_rollup>
|
||||
<version_column_name>Version</version_column_name>
|
||||
<pattern>
|
||||
@ -25,4 +25,4 @@
|
||||
</retention>
|
||||
</default>
|
||||
</graphite_rollup>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<keeper_server>
|
||||
<tcp_port>9181</tcp_port>
|
||||
<server_id>1</server_id>
|
||||
@ -21,4 +21,4 @@
|
||||
</server>
|
||||
</raft_configuration>
|
||||
</keeper_server>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1 +1 @@
|
||||
<yandex><listen_host>::</listen_host></yandex>
|
||||
<clickhouse><listen_host>::</listen_host></clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<level>test</level>
|
||||
</logger>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<!-- Disable rotation
|
||||
https://pocoproject.org/docs/Poco.FileChannel.html
|
||||
-->
|
||||
<size>never</size>
|
||||
</logger>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<macros>
|
||||
<test>Hello, world!</test>
|
||||
<default_cluster_macro>test_shard_localhost</default_cluster_macro>
|
||||
@ -7,4 +7,4 @@
|
||||
<default_path_test>/clickhouse/tables/{database}/{shard}/</default_path_test>
|
||||
<default_name_test>table_{table}</default_name_test>
|
||||
</macros>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- Ignore limit of concurrent queries in tests -->
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<max_concurrent_queries>0</max_concurrent_queries>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<merge_tree>
|
||||
<number_of_free_entries_in_pool_to_execute_mutation>8</number_of_free_entries_in_pool_to_execute_mutation>
|
||||
</merge_tree>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<merge_tree>
|
||||
<!-- 10 seconds (default is 1 minute) -->
|
||||
<zookeeper_session_expiration_check_period>10</zookeeper_session_expiration_check_period>
|
||||
</merge_tree>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<metric_log>
|
||||
<database>system</database>
|
||||
<table>metric_log</table>
|
||||
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
|
||||
<collect_interval_milliseconds>1000</collect_interval_milliseconds>
|
||||
</metric_log>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<part_log>
|
||||
<database>system</database>
|
||||
<table>part_log</table>
|
||||
|
||||
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
|
||||
</part_log>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<merge_tree>
|
||||
<min_bytes_for_wide_part>0</min_bytes_for_wide_part>
|
||||
</merge_tree>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- Config for test server -->
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<query_masking_rules>
|
||||
<rule>
|
||||
<regexp>TOPSECRET.TOPSECRET</regexp>
|
||||
<replace>[hidden]</replace>
|
||||
</rule>
|
||||
</query_masking_rules>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<https_port>8443</https_port>
|
||||
<tcp_port_secure>9440</tcp_port_secure>
|
||||
|
||||
@ -10,4 +10,4 @@
|
||||
</client>
|
||||
</openSSL>
|
||||
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<tcp_with_proxy_port>9010</tcp_with_proxy_port>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<test_cluster_with_incorrect_pw>
|
||||
<shard>
|
||||
@ -18,4 +18,4 @@
|
||||
</shard>
|
||||
</test_cluster_with_incorrect_pw>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<text_log>
|
||||
<database>system</database>
|
||||
<table>text_log</table>
|
||||
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
|
||||
</text_log>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<top_level_domains_lists>
|
||||
<public_suffix_list>public_suffix_list.dat</public_suffix_list>
|
||||
<no_new_line_list>no_new_line_list.dat</no_new_line_list>
|
||||
</top_level_domains_lists>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<top_level_domains_path replace="replace">/etc/clickhouse-server/top_level_domains/</top_level_domains_path>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<zookeeper>
|
||||
<node index="1">
|
||||
<host>localhost</host>
|
||||
<port>9181</port>
|
||||
</node>
|
||||
</zookeeper>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<zookeeper_log>
|
||||
<database>system</database>
|
||||
<table>zookeeper_log</table>
|
||||
<flush_interval_milliseconds>7500</flush_interval_milliseconds>
|
||||
</zookeeper_log>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<users>
|
||||
<default>
|
||||
<access_management>1</access_management>
|
||||
</default>
|
||||
</users>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<database_atomic_wait_for_drop_and_detach_synchronously>1</database_atomic_wait_for_drop_and_detach_synchronously>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<default_database_engine>Ordinary</default_database_engine>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<allow_experimental_database_replicated>1</allow_experimental_database_replicated>
|
||||
@ -9,4 +9,4 @@
|
||||
<distributed_ddl_entry_format_version>2</distributed_ddl_entry_format_version>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<log_queries>1</log_queries>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<opentelemetry_start_trace_probability>0.1</opentelemetry_start_trace_probability>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<!-- Profile that allows only read queries. -->
|
||||
<readonly>
|
||||
@ -18,4 +18,4 @@
|
||||
<quota>default</quota>
|
||||
</readonly>
|
||||
</users>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<!-- Avoid "Connection failed at try №1" messages. -->
|
||||
@ -10,4 +10,4 @@
|
||||
SYSTEM RELOAD CONFIG can be executed before each test -->
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- User and profile to be used in sesson_log tests, to make sure that list of user's profiles is logged correctly -->
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<session_log_test_xml_profile>
|
||||
<!--
|
||||
@ -27,4 +27,4 @@
|
||||
<quota>default</quota>
|
||||
</session_log_test_xml_user>
|
||||
</users>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<!-- Default HTTP timeout is 30 minutes. Set it to 1 minute. -->
|
||||
@ -10,4 +10,4 @@
|
||||
<replication_wait_for_inactive_replica_timeout>30</replication_wait_for_inactive_replica_timeout>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<dictionaries_config>/etc/clickhouse-server/dictionaries/*.xml</dictionaries_config>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<timezone>Europe/Moscow</timezone>
|
||||
<listen_host>0.0.0.0</listen_host>
|
||||
<custom_settings_prefixes>custom_</custom_settings_prefixes>
|
||||
@ -17,4 +17,4 @@
|
||||
<stderr>/var/log/clickhouse-server/stderr.log</stderr>
|
||||
<stdout>/var/log/clickhouse-server/stdout.log</stdout>
|
||||
</logger>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<users>
|
||||
<default>
|
||||
<access_management>1</access_management>
|
||||
</default>
|
||||
</users>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<listen_try>true</listen_try>
|
||||
<listen_host>::</listen_host>
|
||||
<listen_host>0.0.0.0</listen_host>
|
||||
@ -38,4 +38,4 @@
|
||||
</server>
|
||||
</raft_configuration>
|
||||
</keeper_server>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<listen_try>true</listen_try>
|
||||
<listen_host>::</listen_host>
|
||||
<listen_host>0.0.0.0</listen_host>
|
||||
@ -38,4 +38,4 @@
|
||||
</server>
|
||||
</raft_configuration>
|
||||
</keeper_server>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<listen_try>true</listen_try>
|
||||
<listen_host>::</listen_host>
|
||||
<listen_host>0.0.0.0</listen_host>
|
||||
@ -38,4 +38,4 @@
|
||||
</server>
|
||||
</raft_configuration>
|
||||
</keeper_server>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<zookeeper>
|
||||
<node index="1">
|
||||
<host>zoo1</host>
|
||||
@ -14,4 +14,4 @@
|
||||
</node>
|
||||
<session_timeout_ms>3000</session_timeout_ms>
|
||||
</zookeeper>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<zookeeper>
|
||||
<node index="1">
|
||||
<host>zoo1</host>
|
||||
@ -14,4 +14,4 @@
|
||||
</node>
|
||||
<session_timeout_ms>3000</session_timeout_ms>
|
||||
</zookeeper>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<!-- this update period also syncs MemoryTracking with RSS, disable this, by using period = 1 day -->
|
||||
<asynchronous_metrics_update_period_s>86400</asynchronous_metrics_update_period_s>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<query_masking_rules remove="remove"/>
|
||||
|
||||
<query_thread_log remove="remove"/>
|
||||
@ -14,4 +14,4 @@
|
||||
<opentelemetry_span_log remove="remove" />
|
||||
<!-- just in case it will be enabled by default -->
|
||||
<zookeeper_log remove="remove" />
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<query_profiler_real_time_period_ns>0</query_profiler_real_time_period_ns>
|
||||
<query_profiler_cpu_time_period_ns>0</query_profiler_cpu_time_period_ns>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<cluster>
|
||||
<shard>
|
||||
@ -19,4 +19,4 @@
|
||||
</shard>
|
||||
</cluster>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<users>
|
||||
<default>
|
||||
<!-- List of networks with open access.
|
||||
@ -32,4 +32,4 @@
|
||||
</networks>
|
||||
</default>
|
||||
</users>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_url_allow_hosts>
|
||||
<host>hdfs1:50070</host>
|
||||
</remote_url_allow_hosts>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_url_allow_hosts>
|
||||
<host>localhost:9000</host>
|
||||
<host>localhost:9440</host>
|
||||
@ -7,4 +7,4 @@
|
||||
<host>example01-02-1</host>
|
||||
<host>example01-02-2</host>
|
||||
</remote_url_allow_hosts>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_url_allow_hosts>
|
||||
<host>host:80</host>
|
||||
<host_regexp>^[a-z]*\.ru$</host_regexp>
|
||||
</remote_url_allow_hosts>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_url_allow_hosts>
|
||||
<host>host:80</host>
|
||||
<host>host:123</host>
|
||||
<host>yandex.ru</host>
|
||||
</remote_url_allow_hosts>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_url_allow_hosts>
|
||||
<host_regexp>^[a-z]*:80$</host_regexp>
|
||||
<host_regexp>^[a-z]*\.ru$</host_regexp>
|
||||
</remote_url_allow_hosts>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_url_allow_hosts>
|
||||
</remote_url_allow_hosts>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<test_cluster>
|
||||
<shard>
|
||||
@ -13,4 +13,4 @@
|
||||
</shard>
|
||||
</test_cluster>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<shutdown_wait_unfinished>3</shutdown_wait_unfinished>
|
||||
<logger>
|
||||
<level>trace</level>
|
||||
@ -14,4 +14,4 @@
|
||||
<table>part_log</table>
|
||||
<flush_interval_milliseconds>500</flush_interval_milliseconds>
|
||||
</part_log>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<test_cluster_mixed>
|
||||
<shard>
|
||||
@ -25,4 +25,4 @@
|
||||
</shard>
|
||||
</test_cluster_mixed>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<cluster>
|
||||
<shard>
|
||||
@ -14,4 +14,4 @@
|
||||
</shard>
|
||||
</cluster>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<distributed_ddl>
|
||||
<path>/clickhouse/task_queue/ddl</path>
|
||||
</distributed_ddl>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<default>
|
||||
<cast_keep_nullable>1</cast_keep_nullable>
|
||||
</default>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<max_concurrent_queries>10000</max_concurrent_queries>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<asynchronous_metrics_update_period_s>1</asynchronous_metrics_update_period_s>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<zookeeper>
|
||||
<!-- Required for correct timing in current test case -->
|
||||
<session_timeout_ms replace="1">3000</session_timeout_ms>
|
||||
</zookeeper>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<test_cluster>
|
||||
<shard>
|
||||
@ -11,4 +11,4 @@
|
||||
</shard>
|
||||
</test_cluster>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<merge_tree>
|
||||
<min_bytes_for_wide_part>0</min_bytes_for_wide_part>
|
||||
</merge_tree>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<testcluster>
|
||||
<shard>
|
||||
@ -15,4 +15,4 @@
|
||||
</shard>
|
||||
</testcluster>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<buffer_profile>buffer_profile</buffer_profile>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,8 +1,8 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<profiles>
|
||||
<buffer_profile>
|
||||
<max_partitions_per_insert_block>1</max_partitions_per_insert_block>
|
||||
</buffer_profile>
|
||||
</profiles>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,2 +1,2 @@
|
||||
<yandex>
|
||||
</yandex>
|
||||
<clickhouse>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path>
|
||||
<models_config>/etc/clickhouse-server/model/model_config.xml</models_config>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<catboost_dynamic_library_path>/etc/clickhouse-server/model/libcatboostmodel.so</catboost_dynamic_library_path>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,3 +1,3 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<models_config>/etc/clickhouse-server/model/model_config.xml</models_config>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<two_shards>
|
||||
<shard>
|
||||
@ -13,4 +13,4 @@
|
||||
</shard>
|
||||
</two_shards>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<cluster0>
|
||||
<shard>
|
||||
@ -71,4 +71,4 @@
|
||||
</shard>
|
||||
</destination_trivial_cluster>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<remote_servers>
|
||||
<source_trivial_cluster>
|
||||
<shard>
|
||||
@ -18,4 +18,4 @@
|
||||
</shard>
|
||||
</destination_trivial_cluster>
|
||||
</remote_servers>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<distributed_ddl>
|
||||
<path>/clickhouse/task_queue/ddl</path>
|
||||
</distributed_ddl>
|
||||
</yandex>
|
||||
</clickhouse>
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<!-- Query log. Used only for queries with setting log_queries = 1. -->
|
||||
<query_log>
|
||||
<!-- What table to insert data. If table is not exist, it will be created.
|
||||
@ -11,4 +11,4 @@
|
||||
<!-- Interval of flushing data. -->
|
||||
<flush_interval_milliseconds>1000</flush_interval_milliseconds>
|
||||
</query_log>
|
||||
</yandex>
|
||||
</clickhouse>
|
@ -1,4 +1,4 @@
|
||||
<yandex>
|
||||
<clickhouse>
|
||||
<logger>
|
||||
<level>information</level>
|
||||
<log>/var/log/clickhouse-server/copier/log.log</log>
|
||||
@ -8,4 +8,4 @@
|
||||
<stderr>/var/log/clickhouse-server/copier/stderr.log</stderr>
|
||||
<stdout>/var/log/clickhouse-server/copier/stdout.log</stdout>
|
||||
</logger>
|
||||
</yandex>
|
||||
</clickhouse>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user