You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/05/07 11:15:40 UTC

[incubator-doris] branch master updated: [DOC]Improve fe idea dev (#9431)

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

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new a5a7d1276b [DOC]Improve fe idea dev (#9431)
a5a7d1276b is described below

commit a5a7d1276b8d3f58384508fcb16544929138daac
Author: hongdd <jn...@163.com>
AuthorDate: Sat May 7 04:15:35 2022 -0700

    [DOC]Improve fe idea dev (#9431)
---
 docs/en/developer-guide/fe-idea-dev.md    | 3 +++
 docs/zh-CN/developer-guide/fe-idea-dev.md | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/docs/en/developer-guide/fe-idea-dev.md b/docs/en/developer-guide/fe-idea-dev.md
index 4146046a4b..df30d06d63 100644
--- a/docs/en/developer-guide/fe-idea-dev.md
+++ b/docs/en/developer-guide/fe-idea-dev.md
@@ -53,7 +53,10 @@ under the License.
       1. Download:`brew install thrift@0.13.0`
       2. Establish soft connection: 
         `mkdir -p ./thirdparty/installed/bin`
+        # For ARM macOS
         `ln -s /opt/homebrew/Cellar/thrift@0.13.0/0.13.0/bin/thrift ./thirdparty/installed/bin/thrift`
+        # For Intel macOS
+        `ln -s /usr/local/Cellar/thrift@0.13.0/0.13.0/bin/thrift ./thirdparty/installed/bin/thrift`
       
    Note:The error that the version cannot be found may be reported when MacOS execute `brew install thrift@0.13.0`. The solution is execute at the terminal as follows:
       1. `brew tap-new $USER/local-tap`
diff --git a/docs/zh-CN/developer-guide/fe-idea-dev.md b/docs/zh-CN/developer-guide/fe-idea-dev.md
index aefd661971..34d4f6092d 100644
--- a/docs/zh-CN/developer-guide/fe-idea-dev.md
+++ b/docs/zh-CN/developer-guide/fe-idea-dev.md
@@ -46,7 +46,10 @@ JDK1.8+, IntelliJ IDEA
            1. 下载:`brew install thrift@0.13.0`
            2. 建立软链接: 
               `mkdir -p ./thirdparty/installed/bin`
+              # ARM架构macOS
               `ln -s /opt/homebrew/Cellar/thrift@0.13.0/0.13.0/bin/thrift ./thirdparty/installed/bin/thrift`
+              # Intel架构macOS
+              `ln -s /usr/local/Cellar/thrift@0.13.0/0.13.0/bin/thrift ./thirdparty/installed/bin/thrift`
         
         注:MacOS执行 `brew install thrift@0.13.0` 可能会报找不到版本的错误,解决方法如下,在终端执行:
            1. `brew tap-new $USER/local-tap`


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