how to get the doris version info #44531
-
|
The doris depolyed by another team, and now I want to know the version info .I am using this command to get the version info:
and output like this: how to get the front end and backend version info or full version info of doris? the newest version is 3.x.x why the version is |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
show frontends; // will have fe level version /commit hash |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
参考 starrocks 提供 current_version 函数。返回 doris 版本 |
Beta Was this translation helpful? Give feedback.
-
|
对呀,这个5.7.99 是个什么? |
Beta Was this translation helpful? Give feedback.
select @@version_comment;show frontends;show backends;./start_fe.sh --version(The commit information will be printed in the console orfe.out.)