Re: Query execution failed

2017-11-13 Thread Nick Dimiduk
First confirm a simple query is working, select * limit 1. If you're getting data back, it means your installation is (probably, mostly) correct. After that, take a long look at the explain plan of your desired query. If you've got any data at all and a full table scan, you can easily exceed the d

Query execution failed

2017-11-13 Thread Pavani Addanki
Hi All, I am getting the below error while trying to query on Phoenix. org.apache.phoenix.exception.PhoenixIOException: Failed after attempts=36,execptions: java.net.SocketTimeoutException:callTimeout=6,callDuration=60100. failed on local exception: org.apache.hadoop.hbase.ipc.CallTimeoutExc