你好,我使用的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与zookeeper集群在一个上就能成功,否则失败,这一阶段发生在Convert Cuboid Data to HFile 阶段 。
这个问题如何解决???? 我希望zookeeper集群与datanode分开,该如何处理?
