连接到HBase时hbase.zookeeper.quorum被给予

2024-04-27 11:02:38 发布

您现在位置:Python中文网/ 问答频道 /正文

hbase-site.xml

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <property>
        <name>hbase.zookeeper.quorum</name>
        <value>a.example.com,b.example.com,c.example.com</value>
    </property>
    <property>
        <name>hbase.zookeeper.property.clientPort</name>
        <value>2181</value>
    </property>
</configuration>

如何使用happybase连接到HBase?在

我试着联系其中一个

^{pr2}$

这将显示以下错误:

...
thrift.transport.TTransport.TTransportException: Could not connect to a.example.com:2181

Tags: namecomvalueversionexamplesitepropertyxml