|
EMR集群上部署了HUE 3.7.1,提供给PM使用,但有些查询会出现超时问题:
Fetching results ran into the following error(s): timed out
可以登录集群Master节点,修改配置文件/etc/hue/conf/hue.ini,调整参数server_conn_timeout,延长时间:
# Timeout in seconds for thrift calls to Hive service
## server_conn_timeout=120
记得重启hue进程。
|
|