Installed dremio version

How to identify installed dremio version?

  • Via the GUI: Click on the “?” after you login → About Dremio → You’ll see build information there
  • Via Curl: curl -s 'http://localhost:9047/api/v3/info' -H 'Authorization: your_token' | jq .version. You’ll get a response with your version number.

There may be better ways.

Update 5/2022: Here’s another way that may work:

select version from sys.version