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 3cbdaeea44c fix 3cbdaeea44c is described below commit 3cbdaeea44c0ec12a4b6d5e98bbc9e0d4dc3b85e Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Mon Jul 25 17:17:49 2022 +0800 fix --- docs/data-operate/import/import-scenes/load-atomicity.md | 4 ++-- docs/install/source-install/compilation.md | 8 ++++---- .../current/install/source-install/compilation.md | 12 ++++++------ 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/data-operate/import/import-scenes/load-atomicity.md b/docs/data-operate/import/import-scenes/load-atomicity.md index f78b882e2ca..c4ea3f2f197 100644 --- a/docs/data-operate/import/import-scenes/load-atomicity.md +++ b/docs/data-operate/import/import-scenes/load-atomicity.md @@ -1,6 +1,6 @@ --- { - "title": "Data import things and atomicity", + "title": "Import transactions and atomicity", "language": "en" } --- @@ -24,7 +24,7 @@ specific language governing permissions and limitations under the License. --> -# Data import things and atomicity +# Import transactions and atomicity All import operations in Doris have atomicity guarantees, that is, the data in an import job either all succeed or all fail. It will not happen that only part of the data is imported successfully. diff --git a/docs/install/source-install/compilation.md b/docs/install/source-install/compilation.md index 90e0fd8e34b..42176175ba1 100644 --- a/docs/install/source-install/compilation.md +++ b/docs/install/source-install/compilation.md @@ -130,11 +130,11 @@ This document focuses on how to code Doris through source code. > **Note:** > - > If you are using `build-env-for-0.15.0` or later version for the first time, use the following command when compiling: + > If you are using `build-env-for-0.15.0` or `build-env-for-1.0.0` for the first time, use the following command when compiling: > - > `sh build.sh --clean --be --fe --ui --broker` - > `build-env-for-1.0.0` and later, use the following command: - > `sh build --clean --be --fe --broker` + > `sh build.sh --clean --be --fe --ui ` + > `build-env-ldb-toolchain-latest` and later, use the following command: + > `sh build --clean --be --fe` > > This is because from build-env-for-0.15.0, we upgraded thrift (0.9 -> 0.13), you need to use the --clean command to force the use of the new version of thrift to generate code files, otherwise incompatible code will appear. diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation.md index b9aa0d9103c..34896e3bdd5 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/source-install/compilation.md @@ -129,11 +129,11 @@ under the License. >**注意:** > - >如果你是第一次使用 `build-env-for-0.15.0` 或之后的版本,第一次编译的时候要使用如下命令: + >如果你是第一次使用 `build-env-for-0.15.0` 或 `incubator-doris:build-env-for-1.0.0` 的版本,第一次编译的时候要使用如下命令: > - > `sh build.sh --clean --be --fe --ui --broker` - > `build-env-for-1.0.0` 及之后的版本,使用如下命令: - > `sh build --clean --be --fe --broker` + > `sh build.sh --clean --be --fe --ui` + > `build-env-ldb-toolchain-latest` 及之后的版本,使用如下命令: + > `sh build --clean --be --fe` > > 这是因为 build-env-for-0.15.0 版本镜像升级了 thrift(0.9 -> 0.13),需要通过 --clean 命令强制使用新版本的 thrift 生成代码文件,否则会出现不兼容的代码。 @@ -201,8 +201,8 @@ under the License. ``` $ cat /proc/cpuinfo | grep avx2 - ``` - + ``` + 支持则使用下面命令进行编译 ``` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org