Re: Error at starting Phoenix shell with HBase

2017-01-18 Thread Josh Elser
You might consider providing more information instead of sending new messages without any additional context. What you have provided is not sufficient for anyone but a wizard to debug :) Increase the log4j level. Post your HBase logs somewhere. Post the Phoenix client logs somewhere. Please ma

Re: Error at starting Phoenix shell with HBase

2017-01-16 Thread Josh Elser
Did you check the RegionServers logs I asked in the last message? Chetan Khatri wrote: Any updates for the above error guys ? On Fri, Jan 13, 2017 at 9:35 PM, Josh Elser mailto:els...@apache.org>> wrote: (-cc dev@phoenix) phoenix-4.8.2-HBase-1.2-server.jar in the top-level binary tar

Re: Error at starting Phoenix shell with HBase

2017-01-15 Thread Chetan Khatri
Any updates for the above error guys ? On Fri, Jan 13, 2017 at 9:35 PM, Josh Elser wrote: > (-cc dev@phoenix) > > phoenix-4.8.2-HBase-1.2-server.jar in the top-level binary tarball of > Apache Phoenix 4.8.0 is the jar which is meant to be deployed to all > HBase's classpath. > > I would check t

Re: Error at starting Phoenix shell with HBase

2017-01-13 Thread Josh Elser
(-cc dev@phoenix) phoenix-4.8.2-HBase-1.2-server.jar in the top-level binary tarball of Apache Phoenix 4.8.0 is the jar which is meant to be deployed to all HBase's classpath. I would check the RegionServer logs -- I'm guessing that it never started correctly or failed. The error message is

Re: Error at starting Phoenix shell with HBase

2017-01-13 Thread Chetan Khatri
Still I am getting Same Error Error: ERROR 1102 (XCL02): Cannot get all table regions. (state=XCL02,code=1102) java.sql.SQLException: ERROR 1102 (XCL02): Cannot get all table regions. at org.apache.phoenix.exception.SQLExceptionCode$Factory$1.newException(SQLExceptionCode.java:455) at org.apache.p

Re: Error at starting Phoenix shell with HBase

2017-01-13 Thread Chetan Khatri
Mark, Thank you for reply. But command takes 20 mins to get response ? On Fri, Jan 13, 2017 at 7:40 PM, Mark Heppner wrote: > I think you need to start it with either of these: > ./bin/sqlline.py localhost:2181:/hbase > ./bin/sqlline.py localhost:2181:/hbase-unsecure > > On Fri, Jan 13,

Re: Error at starting Phoenix shell with HBase

2017-01-13 Thread Mark Heppner
I think you need to start it with either of these: ./bin/sqlline.py localhost:2181:/hbase ./bin/sqlline.py localhost:2181:/hbase-unsecure On Fri, Jan 13, 2017 at 8:49 AM, Chetan Khatri wrote: > Hello Community, > > I have installed and configured Apache Phoenix on Single Node Ubuntu 16.0

Error at starting Phoenix shell with HBase

2017-01-13 Thread Chetan Khatri
Hello Community, I have installed and configured Apache Phoenix on Single Node Ubuntu 16.04 machine: - Hadoop 2.7 - HBase 1.2.4 - Phoenix -4.8.2-HBase-1.2 Copied phoenix-core-4.8.2-HBase-1.2.jar to hbase/lib and confirmed with bin/hbase classpath | grep 'phoenix' and I am using embedded zookeeper