我在Cloudera快速入门CDH 5.13(https://www.cloudera.com/downloads/quickstart_vms/5-13.html)中下载了Virtual Box存档。
当我使用Hue的HBase浏览器时,收到错误消息“ Api错误:超时”和“无法连接到quickstart.cloudera:21050”。
然后,我尝试如下修改某些配置文件的内容,但仍然没有用。
有人可以提供其他解决方案或建议吗?
/etc/hbase/conf/hbase-site.xml
<property>
<name>hbase.regionserver.thrift.http</name>
<value>true</value>
</property>
<property>
<name>hbase.thrift.support.proxyuser</name>
<value>true</value>
</property>
<property>
<name>hbase.thrift.security.qop</name>
<value>auth</value>
</property>
/etc/hue/conf/hue.ini
[hbase]
# Comma-separated list of HBase Thrift servers for
# clusters in the format of '(name|host:port)'.
hbase_clusters=(Cluster|quickstart.cloudera:9090)
# Hard limit of rows or columns per row fetched before truncating.
## truncate_limit = 500
hbase_conf_dir={{HBASE_CONF_DIR}}
thrift_transport=buffered