From e3be5b6559e59d66c7ca3e1dd4a0492c4cee4283 Mon Sep 17 00:00:00 2001 From: stalary Date: Mon, 28 Jun 2021 08:23:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ADD:=20=E6=B7=BB=E5=8A=A0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/zh-CN/developer-guide/fe-idea-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/developer-guide/fe-idea-dev.md b/docs/zh-CN/developer-guide/fe-idea-dev.md index 1ca9de34aba946..d036180efe2eed 100644 --- a/docs/zh-CN/developer-guide/fe-idea-dev.md +++ b/docs/zh-CN/developer-guide/fe-idea-dev.md @@ -36,7 +36,7 @@ JDK1.8+, IntelliJ IDEA 3. 如果仅进行fe开发而没有编译过thirdparty,则需要安装thrift,并将thrift 复制或者连接到 `thirdparty/installed/bin` 目录下 - 1. 安装 thrift 0.9.3 版本。 + 1. 安装 thrift 0.9.3 版本(注意:Doris基于 thrift 0.9.3 构建, 使用新版本会导致编译不通过) MacOS: `brew install thrift@0.9` Windows: `http://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.exe` From a7b0752c45fb6a7491a428ebe5251521cc7da614 Mon Sep 17 00:00:00 2001 From: stalary Date: Mon, 28 Jun 2021 11:24:30 +0800 Subject: [PATCH 2/2] MOD --- docs/zh-CN/developer-guide/fe-idea-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/developer-guide/fe-idea-dev.md b/docs/zh-CN/developer-guide/fe-idea-dev.md index d036180efe2eed..c51bbd7e0d0b9a 100644 --- a/docs/zh-CN/developer-guide/fe-idea-dev.md +++ b/docs/zh-CN/developer-guide/fe-idea-dev.md @@ -36,7 +36,7 @@ JDK1.8+, IntelliJ IDEA 3. 如果仅进行fe开发而没有编译过thirdparty,则需要安装thrift,并将thrift 复制或者连接到 `thirdparty/installed/bin` 目录下 - 1. 安装 thrift 0.9.3 版本(注意:Doris基于 thrift 0.9.3 构建, 使用新版本会导致编译不通过) + 1. 安装 thrift 0.9.3 版本(注意:Doris 基于 thrift 0.9.3 构建, 使用新版本会导致编译不通过) MacOS: `brew install thrift@0.9` Windows: `http://archive.apache.org/dist/thrift/0.9.3/thrift-0.9.3.exe`