How can I check the version of Apache Phoenix from its command line?
I tried googling for this info but I don't find anything useful.
But I guess there should be some command (or say SELECT
statement) to do this.
How can I check the version of Apache Phoenix from its command line?
I tried googling for this info but I don't find anything useful.
But I guess there should be some command (or say SELECT
statement) to do this.
I don't know about the command, but you can look into the /lib folder of Hbase. You should find the Phoenix JAR and its version.
mix phoenix.new --version
you can refer this link How to check Phoenix (Elixir framework) installed version?