Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0.0-incubating
Description
Reproduce Steps:
select count(*) from hcatalog.default.hivetable;
sometimes, this query will hang and we see from pxf logs that Hive thrift server cannot be connected from PXF agent.
While users can still visit hive metastore (through HUE) and execute the same query.
After a restart of PXF agent, this query goes through without issues.
Troubleshooting Guide
- check catalina.out (tomcat) and pxf-service.log to see if the query request gets to tomcat/pxf webapp, any exceptions happened during the time window
- enable
log_min_messages=DEBUG2
to see at which step the query is stuck
- try:
curl http://<uri:port>/pxf/ProtocolVersion
where URI is the hostname or IP of the machine you installed PXF, port is usually 51200 if you didn’t change it.
The response you’ll get if PXF service is running OK:{version: v14}
Attachments
Issue Links
- links to