Re: Having Trouble with Phoenix + Hbase

2023-08-20 Thread Kal Stevens
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

Re: Having Trouble with Phoenix + Hbase

2023-08-19 Thread rajeshb...@apache.org
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 and start sqlline. https://phoenix.apache.org/installation.html Thanks, Rajeshbabu. On Sun, Aug 20, 2023, 4:34 AM

Having Trouble with Phoenix + Hbase

2023-08-19 Thread Kal Stevens
I am new to setting up a cluster, and I feel like I am doing something dumb. I get the following error message when I run sqlline to create a table, and I am not sure what I am doing wrong. I know that in on the classpath for SQLLine, but I think it is making an RPC call to hbase. But I am not su