hue登录提示“Solr server could not be contacted properly”

 

新安装hue,管理员登录后提示

Solr server could not be contacted properly: HTTPConnectionPool(host='localhost', port=8983): Max retries exceeded with url: /solr/admin/info/system?user.name=hue&doAs=mpanahi&wt=json (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',))

参考官网问题

https://community.cloudera.com/t5/Support-Questions/Hue-4-3-0-cdh6-1-0-complains-about-Solr-without-having-Solr/m-p/84637

 

 

错误截图:

 

 

问题原因:

参考官网描述

 

解决步骤:

1、修改配置文件

#vim /安装目录/hue/desktop/conf/hue.ini

打开注释app_blacklist

  # Comma separated list of apps to not load at server startup.
  # e.g.: pig,zookeeper
  app_blacklist=pig,hbase,sqoop,search

 

2、重启hue

 

 

 

 

 

posted @ 2020-05-27 20:34  chengdex  阅读(643)  评论(0)    收藏  举报