This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 007282ac9fc add release notes 007282ac9fc is described below commit 007282ac9fca7329c67bf8bc8f92dcf6eada05ce Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Thu Jul 28 09:17:11 2022 +0800 add release notes add release notes --- docs/faq/install-faq.md | 4 +++- docs/releasenotes/release-1.1.0.md | 26 ++++++++++++++++++++++ .../current/faq/install-faq.md | 4 +++- .../current/releasenotes/release-1.1.0.md | 26 ++++++++++++++++++++++ sidebars.json | 7 ++++++ 5 files changed, 65 insertions(+), 2 deletions(-) diff --git a/docs/faq/install-faq.md b/docs/faq/install-faq.md index fcc98aa5671..98019d7651c 100644 --- a/docs/faq/install-faq.md +++ b/docs/faq/install-faq.md @@ -289,8 +289,10 @@ In doris 1.0 onwards, openssl has been upgraded to 1.1 and is built into the dor ``` ERROR 1105 (HY000): errCode = 2, detailMessage = driver connect Error: HY000 [MySQL][ODBC 8.0(w) Driver]SSL connection error: Failed to set ciphers to use (2026) ``` -The solution is to use the `Connector/ODBC 8.0.28` version of ODBC Connector and select `Linux - Generic` in the operating system, this version of ODBC Driver uses openssl version 1,1. For details, see the [ODBC exterior documentation](../ecosystem/external-table/odbc-of-doris.md) +The solution is to use the `Connector/ODBC 8.0.28` version of ODBC Connector and select `Linux - Generic` in the operating system, this version of ODBC Driver uses openssl version 1.1. Or use a lower version of ODBC connector, e.g. [Connector/ODBC 5.3.14](https://dev.mysql.com/downloads/connector/odbc/5.3.html). For details, see the [ODBC exterior documentation](../ecosystem/external-table/odbc-of-doris.md). + You can verify the version of openssl used by MySQL ODBC Driver by + ``` ldd /path/to/libmyodbc8w.so |grep libssl.so ``` diff --git a/docs/releasenotes/release-1.1.0.md b/docs/releasenotes/release-1.1.0.md new file mode 100644 index 00000000000..cec505c5914 --- /dev/null +++ b/docs/releasenotes/release-1.1.0.md @@ -0,0 +1,26 @@ +--- +{ + "title": "Release 1.1.0", + "language": "en" +} +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/faq/install-faq.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/faq/install-faq.md index f1e688ddf6e..13d37b342b7 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/faq/install-faq.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/faq/install-faq.md @@ -285,8 +285,10 @@ cp fe-core/target/generated-sources/cup/org/apache/doris/analysis/action_table.d ``` ERROR 1105 (HY000): errCode = 2, detailMessage = driver connect Error: HY000 [MySQL][ODBC 8.0(w) Driver]SSL connection error: Failed to set ciphers to use (2026) ``` -解决方式是使用`Connector/ODBC 8.0.28` 版本的 ODBC Connector, 并且选择 在操作系统处选择 `Linux - Generic`, 这个版本的ODBC Driver 使用 openssl 1.1 版本。具体使用方式见 [ODBC外表使用文档](../ecosystem/external-table/odbc-of-doris.md) +解决方式是使用`Connector/ODBC 8.0.28` 版本的 ODBC Connector, 并且在操作系统处选择 `Linux - Generic`, 这个版本的ODBC Driver 使用 openssl 1.1 版本。或者使用低版本的ODBC Connector,比如[Connector/ODBC 5.3.14](https://dev.mysql.com/downloads/connector/odbc/5.3.html)。具体使用方式见 [ODBC外表使用文档](../ecosystem/external-table/odbc-of-doris.md)。 + 可以通过如下方式验证 MySQL ODBC Driver 使用的openssl 版本 + ``` ldd /path/to/libmyodbc8w.so |grep libssl.so ``` diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-1.1.0.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-1.1.0.md new file mode 100644 index 00000000000..6bae50a464e --- /dev/null +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/releasenotes/release-1.1.0.md @@ -0,0 +1,26 @@ +--- +{ + "title": "Release 1.1.0", + "language": "zh-CN" +} +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + diff --git a/sidebars.json b/sidebars.json index fe4842eb6f1..0c7355af741 100644 --- a/sidebars.json +++ b/sidebars.json @@ -909,6 +909,13 @@ "benchmark/ssb", "benchmark/tpch" ] + }, + { + "type": "category", + "label": "Release notes", + "items": [ + "releasenotes/release-1.1.0" + ] } ] } \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org