HUE使用Spark Thrift Server进行SparkSQL查询,如出现以下错误,请尝试重启Spark ThriftServer:
1、Could not connect to any of [('x.x.x.x', 10001)] (code THRIFTTRANSPORT): TTransportException("Could not connect to any of [('x.x.x.x', 10001)]",)
2、如果HUE提交SparkSQL作业后长时间未响应或者抛出Connection Refused,则可能是Spark ThriftServer遇到了性能瓶颈或者处于gc状态,请在Spark Thrift Server服务中调大堆内存,参数为spark.executor.memory。