Hi, I am running a cluster with HDFS as deep store...
# general
a
Hi, I am running a cluster with HDFS as deep store. I can see that segment are pushed to hdfs and there are no error in debug endpoint but when I am running a simple query , it hangs and there is exception on server side. Attached is the stack trace.could you help ?
m
This is controller side
What’s on the broker and server
Also what do you see on the console? Does the table exist and have segments?
a
Yes...the table exist and have segments..i can see the uploaded segments in hdfs
Debug endpoint also shows all is good with server n broker
m
And no query runs or some specific ones fail?
If latter what query fails, as with what error?
a
All queries failing like 'select Id from <tablename>'. The query console just keeps waiting for result
m
Can you directly call the broker query api and also paste external cure for the table?
s
@User which version of pinot are you using? Asking this to understand the issue with the query console waiting for result.
a
0.8.0
m
@User this is solved after moving to the right Hadoop version?
a
Yes... working now after moving to hadoop 2.8.0