无法通过Hue访问Hbase

无法通过Hue访问Hbase,hbase,hue,cloudera-quickstart-vm,Hbase,Hue,Cloudera Quickstart Vm,所以,我试图通过ClouderaVM中的Hue浏览器访问HBase,但遇到了一些问题。首先,当我打开色调时,会出现以下错误: Potential misconfiguration detected. Fix and restart Hue. HBase Browser Failed to authenticate to HBase Thrift Server, check authentication configurations. 当我转到色调中的Hbase时,出现以下错误: Api

所以,我试图通过ClouderaVM中的Hue浏览器访问HBase,但遇到了一些问题。首先,当我打开色调时,会出现以下错误:

Potential misconfiguration detected. Fix and restart Hue.
HBase Browser   Failed to authenticate to HBase Thrift Server, check authentication configurations. 
当我转到色调中的Hbase时,出现以下错误:

Api Error: HTTPConnectionPool(host='quickstart.cloudera', port=9090): Max retries exceeded with url: / (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f2ef8ace450>: Failed to establish a new connection: [Errno 111] Connection refused',))
因此,我将其设置为“无”,重新启动了Hbase和Hue,现在Hbase thrift服务器已启动。然后我转到色调浏览器,但它显示错误

Potential misconfiguration detected. Fix and restart Hue.
HBase Browser   Failed to authenticate to HBase Thrift Server, check authentication configurations.
当我转到Hbase时,它会显示

api error <html>
但即使尝试了所有方法,我的错误仍然没有消失,我无法通过Hue访问Hbase

有什么问题吗?

我解决了

这就是我所做的

我禁用了cloudera快速启动浏览器UI中的所有服务。然后我启用了HBase,然后是色调,然后是Zookeeper。 已将所有Hbase设置更改为默认值,如身份验证更改为无,未选中Hbase.regionserver.thrift.http和 hbase.thrift.support.proxyuser

检查服务器日志 使可能 hbase.regionserver.thrift.http hbase.thrift.support.proxyuser

将配置添加到hdfs core-site.xml中
api error <html>
hbase.regionserver.thrift.http
hbase.thrift.support.proxyuser
     <property>
             <name>hadoop.proxyuser.hbase.hosts</name>
             <value>*</value>
     </property>
     <property>
             <name>hadoop.proxyuser.hbase.groups</name>
             <value>*</value>
     </property>