This is an automated email from the ASF dual-hosted git repository.
zykkk 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 74ad34bbbe9 [typo](docs) modify errors in the document (#261)
74ad34bbbe9 is described below
commit 74ad34bbbe992c03b7810d0266a05731b77d67c5
Author: Euporia <[email protected]>
AuthorDate: Thu Jul 13 15:16:49 2023 +0800
[typo](docs) modify errors in the document (#261)
---
.../version-1.2/ecosystem/flink-doris-connector.md | 2 +-
.../version-1.2/install/source-install/compilation-mac.md | 4 ++--
versioned_docs/version-1.2/ecosystem/flink-doris-connector.md | 6 +++---
.../version-1.2/install/source-install/compilation-mac.md | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/ecosystem/flink-doris-connector.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/ecosystem/flink-doris-connector.md
index 4dbb3b8ff20..8e754c83f27 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/ecosystem/flink-doris-connector.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/ecosystem/flink-doris-connector.md
@@ -28,7 +28,7 @@ under the License.
# Flink Doris Connector
-> 本文档适用于flink-doris-connector
1.1.0之后的版本,1.1.0之前的版本参考[这里](https://doris.apache.org/zh-CN/docs/0.15/extending-doris/flink-doris-connector)
+
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/install/source-install/compilation-mac.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/install/source-install/compilation-mac.md
index 2c16cff9dba..c9b87b0c3ea 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/install/source-install/compilation-mac.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/install/source-install/compilation-mac.md
@@ -38,7 +38,7 @@ under the License.
1. 使用[Homebrew](https://brew.sh/)安装依赖
```shell
brew install automake autoconf libtool pkg-config texinfo coreutils
gnu-getopt \
- python@3 cmake ninja ccache bison byacc gettext wget pcre maven
llvm@15 openjdk@11 npm
+ python@3 cmake ninja ccache bison byacc gettext wget pcre maven
llvm@15 openjdk@8 npm
```
2. 编译源码
@@ -109,4 +109,4 @@ under the License.
参考前面提到的设置`file descriptors`。
### Java版本
-推荐使用Java 11。
+推荐使用Java 8。
diff --git a/versioned_docs/version-1.2/ecosystem/flink-doris-connector.md
b/versioned_docs/version-1.2/ecosystem/flink-doris-connector.md
index 82be9f8bfed..8ffe3a40f2e 100644
--- a/versioned_docs/version-1.2/ecosystem/flink-doris-connector.md
+++ b/versioned_docs/version-1.2/ecosystem/flink-doris-connector.md
@@ -26,7 +26,7 @@ under the License.
# Flink Doris Connector
-> This document applies to flink-doris-connector versions after 1.1.0, for
versions before 1.1.0 refer to
[here](https://doris.apache.org/docs/0.15/extending-doris/flink-doris-connector)
+
@@ -512,7 +512,7 @@ This is because the concurrent import of the same library
exceeds 100, which can
You can add sequence column configuration to ensure that, for details, please
refer to
[sequence](https://doris.apache.org/zh-CN/docs/dev/data-operate/update-delete/sequence-column-manual)
-8. **The Flink task does not report an error, but the data cannot be
synchronized? **
+8. **The Flink task does not report an error, but the data cannot be
synchronized?**
Before Connector1.1.0, it was written in batches, and the writing was driven
by data. It was necessary to determine whether there was data written upstream.
After 1.1.0, it depends on Checkpoint, and Checkpoint must be enabled to write.
@@ -520,7 +520,7 @@ Before Connector1.1.0, it was written in batches, and the
writing was driven by
It usually occurs before Connector1.1.0, because the writing frequency is too
fast, resulting in too many versions. The frequency of Streamload can be
reduced by setting the sink.batch.size and sink.batch.interval parameters.
-10. **Flink imports dirty data, how to skip it? **
+10. **Flink imports dirty data, how to skip it?**
When Flink imports data, if there is dirty data, such as field format, length,
etc., it will cause StreamLoad to report an error, and Flink will continue to
retry at this time. If you need to skip, you can disable the strict mode of
StreamLoad (strict_mode=false, max_filter_ratio=1) or filter the data before
the Sink operator.
diff --git
a/versioned_docs/version-1.2/install/source-install/compilation-mac.md
b/versioned_docs/version-1.2/install/source-install/compilation-mac.md
index 7adea0e3399..6754401ff6f 100644
--- a/versioned_docs/version-1.2/install/source-install/compilation-mac.md
+++ b/versioned_docs/version-1.2/install/source-install/compilation-mac.md
@@ -38,7 +38,7 @@ This topic is about how to compile Doris from source with
macOS (both x86_64 and
1. Use [Homebrew](https://brew.sh/) to install dependencies.
```shell
brew install automake autoconf libtool pkg-config texinfo coreutils
gnu-getopt \
- python@3 cmake ninja ccache bison byacc gettext wget pcre maven
llvm@15 openjdk@11 npm
+ python@3 cmake ninja ccache bison byacc gettext wget pcre maven
llvm@15 openjdk@8 npm
```
2. Compile from source.
@@ -110,4 +110,4 @@ Fail to start BE up. The log shows: `fail to open
StorageEngine, res=file descri
To fix this, please refer to the "Start-up" section above and reset `file
descriptors`.
### Java Version
-Java 11 is recommended.
+Java 8 is recommended.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]