[refactor][doc]The new version of the document is online (#9272)

replace the `docs/` with `new-docs/`
This commit is contained in:
jiafeng.zhang
2022-04-28 15:22:34 +08:00
committed by GitHub
parent 1378e7e05f
commit 267e8b67c2
2222 changed files with 2026 additions and 151178 deletions

View File

@ -46,16 +46,16 @@ under the License.
Doris build against `thrift` 0.13.0 ( note : `Doris` 0.15 and later version build against `thrift` 0.13.0 , the previous version is still `thrift` 0.9.3)
Windows:
1. Download: `http://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.exe`
2. Copy: copy the file to `./thirdparty/installed/bin`
1. Download`http://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.exe`
2. Copycopy the file to `./thirdparty/installed/bin`
MacOS:
1. Download: `brew install thrift@0.13.0`
2. Establish soft connection:
1. Download`brew install thrift@0.13.0`
2. Establish soft connection
`mkdir -p ./thirdparty/installed/bin`
`ln -s /opt/homebrew/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:
NoteThe 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`
2. `brew extract --version='0.13.0' thrift $USER/local-tap`
3. `brew install thrift@0.13.0`