I have installed the phoenix-queryserver (6.0.0), but I am getting this error message
/hadoop/phoenix/phoenix-queryserver-6.0.0/bin/queryserver.py:71: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 import pipes # pipes module isn't available on Windows Error: Could not find or load main class org.apache.phoenix.queryserver.server.QueryServer Caused by: java.lang.NoClassDefFoundError: org/apache/hadoop/util/Tool Are there any installation instructions for 6.0.0? I read this and I believe I did it correctly https://phoenix.apache.org/server.html Maybe I configured hbase-site.xml incorrectly? Hbase seems to start up fine.