Compile With macOS
- macOS 12 (Monterey) or newer(both Intel chip and Apple Silicon chips are supported)
Use to install dependencies.
Compile from source.
The page contains the source code of all third-party libraries. You can download doris-thirdparty-source.tgz to obtain them.
When running
protoc
orthrift
, you may meet an error which says the app can not be opened because the developer cannot be verified. Go toSecurity & Privacy
. Click the button in theGeneral
pane to confirm your intent to open the app. See .
Start BE up
Start FE up
cd output/fe/bin
./start_fe.sh --daemon
Fail to start BE up. The log shows:
Java 11 is recommended.