2

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.

peter.petrov
  • 38,363
  • 16
  • 94
  • 159

2 Answers2

1

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.

CharlieNoodles
  • 316
  • 2
  • 9
0
mix phoenix.new --version

you can refer this link How to check Phoenix (Elixir framework) installed version?

divyang4481
  • 1,584
  • 16
  • 32