We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DORIS_HOME
The text was updated successfully, but these errors were encountered:
DORIS_HOME并非ENV指定,而是根据脚本获取,bin目录的上一级目录 即 运行fe则为DORIS_HOME=/opt/doris/fe 运行be则为DORIS_HOME=/opt/doris/be
DORIS_HOME=/opt/doris/fe
DORIS_HOME=/opt/doris/be
DORIS_HOME="$( cd "${curdir}/.." pwd )" export DORIS_HOME
Sorry, something went wrong.
No branches or pull requests
DORIS_HOME
The text was updated successfully, but these errors were encountered: