Skip to content
New issue

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 #2

Open
dyrnq opened this issue Nov 13, 2024 · 1 comment
Open

DORIS_HOME #2

dyrnq opened this issue Nov 13, 2024 · 1 comment

Comments

@dyrnq
Copy link
Owner

dyrnq commented Nov 13, 2024

DORIS_HOME

@dyrnq
Copy link
Owner Author

dyrnq commented Nov 13, 2024

DORIS_HOME并非ENV指定,而是根据脚本获取,bin目录的上一级目录

运行fe则为DORIS_HOME=/opt/doris/fe
运行be则为DORIS_HOME=/opt/doris/be

DORIS_HOME="$(
    cd "${curdir}/.."
    pwd
)"
export DORIS_HOME

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant