Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSUP-3172: Edit and translate to Russian #16153

Merged

Conversation

damozhaeva
Copy link
Contributor

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Documentation (changelog entry is not required)

Detailed description / Documentation draft:

  • edit the English version of the text

  • translate the text to Russian

@robot-clickhouse robot-clickhouse added the pr-documentation Documentation PRs for the specific code PR label Oct 19, 2020
@@ -154,6 +154,22 @@ Kafka(kafka_broker_list, kafka_topic_list, kafka_group_name, kafka_format

В документе [librdkafka configuration reference](https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md) можно увидеть список возможных опций конфигурации. Используйте подчеркивание (`_`) вместо точки в конфигурации ClickHouse. Например, `check.crcs=true` будет соответствовать `<check_crcs>true</check_crcs>`.

### Поддержка Kerberos {#kafka-kerberos-support}

Чтобы начать работу с Kafka с поддержкой Kerberos, добавьте дочерний элемент `security_protocol` со значением `sasl_plaintext`. Этого будет достаточно, если получен билет на получение билета (ticket-granting ticket) Kerberos и он кэшируется средствами ОС.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В этом контексте слово билет лучше заменить на англоязычную кальку тикет.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А в скобках оставить термин ticket-granting ticket?

docs/ru/interfaces/http.md Outdated Show resolved Hide resolved
docs/ru/interfaces/http.md Outdated Show resolved Hide resolved
@@ -9,6 +9,8 @@
!!! warning "Warning"
Мы не рекомендуем подключать серверную конфигурацию к `clickhouse-local`, поскольку данные можно легко повредить неосторожными действиями.

Для временных данных по умолчанию создается специальный каталог. Если вы хотите обойти это действие, каталог данных можно указать с помощью опции `-- --path`.
Copy link
Contributor

@BayoNet BayoNet Oct 20, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В оригинале точно два раза -- -- перед path?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

В оригинале вот так: image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Выглядит как опечатка. Давай лишний -- уберём.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Без лишнего -- не будет работать. -- отделяет опции от аргументов, аргументы потом превращаются в элементы верхнего уровня в конфигурации сервера. Наверное у нас где-то должно быть описано, у сервера такая же тема, что некоторые внутренние параметры нужно после двойного дефиса писать. Конструкция странная конечно, мб надо будет придумать как исправить...

@BayoNet BayoNet merged commit 6db9ee4 into ClickHouse:master Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-documentation Documentation PRs for the specific code PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants