Thanks that worked
On Sat, Aug 19, 2023 at 4:54 PM rajeshb...@apache.org <
chrajeshbab...@gmail.com> wrote:
> This could be because phoenix-server jar missing in HBase classpath.
>
> Could you please copy phoenix-server jar from phoenix into $HBASE_HOME/lib
> path in all the nodes, restart HBase
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
You need to copy the appropriate phoenix-client-embdedded JAR to the lib
directory.
Also see
https://github.com/apache/phoenix-queryserver/blob/6.0.0/BUILDING.md
On Mon, Aug 21, 2023 at 6:35 AM Kal Stevens wrote:
> I have installed the phoenix-queryserver (6.0.0), but I am getting this
> error m