Did you check whether there is zk configuration in your hbase-site.xml?
Like the below:


<property>
    <name>hbase.zookeeper.property.clientPort</name>
    <value>2181</value>
</property>

<property>
    <name>hbase.zookeeper.quorum</name>
    <value>sandbox.hortonworks.com</value>
</property>


If there is no zk configuration, it may use the default which is localhost:2181.


在 2017年5月26日 下午9:05,[email protected] <[email protected]>写道:

> 你好,我使用的kylin的版本是1.6
>
> kylin的mapreduce任务都会去尝试连接zookeeper,org.apache.zookeeper.ClientCnxn:
> Opening socket connection to server localhost/127.0.0.1:2181. Will not
> attempt to authenticate using SASL (unknown error),
> 使用的是localhost并不是zookeeper集群中的机器,所以mapreduce如果datanode与zookeepe
> r集群在一个上就能成功,否则失败,这一阶段发生在Convert Cuboid Data to HFile 阶段 。
>
> 这个问题如何解决????
>
> 我希望zookeeper集群与datanode分开,该如何处理?




-- 
Best regards,

Shaofeng Shi 史少锋

Reply via email to