You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/07/19 06:30:34 UTC

[doris] 08/38: [typo](docs) modify java version to 1.8 (#21538)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 6637ae405305473bc1f3cfaa220b9e01e94be5ed
Author: Euporia <31...@users.noreply.github.com>
AuthorDate: Fri Jul 7 10:21:56 2023 +0800

    [typo](docs) modify java version to 1.8 (#21538)
---
 docs/en/docs/install/source-install/compilation-mac.md    | 4 ++--
 docs/zh-CN/docs/install/source-install/compilation-mac.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/docs/install/source-install/compilation-mac.md b/docs/en/docs/install/source-install/compilation-mac.md
index 7adea0e339..6754401ff6 100644
--- a/docs/en/docs/install/source-install/compilation-mac.md
+++ b/docs/en/docs/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.
diff --git a/docs/zh-CN/docs/install/source-install/compilation-mac.md b/docs/zh-CN/docs/install/source-install/compilation-mac.md
index 2c16cff9db..c9b87b0c3e 100644
--- a/docs/zh-CN/docs/install/source-install/compilation-mac.md
+++ b/docs/zh-CN/docs/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。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org