You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by 杨海乐 <ya...@letv.com> on 2015/11/14 06:52:22 UTC

Error: about mapreduce and zookeeper

kylin的mapreduce任务都会去尝试连接zookeeper,但是是这样连接的:2015-11-13 12:37:37,886 INFO [main-SendThread(localhost:2181)] 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 阶段

Re: Error: about mapreduce and zookeeper

Posted by Li Yang <li...@apache.org>.
I believe it's hbase library who is connecting zookeeper from MR. And Kylin
depends on hbase.

You may check if hbase config is correctly submitted with MR job.

2015-11-14 13:52 GMT+08:00 杨海乐 <ya...@letv.com>:

> kylin的mapreduce任务都会去尝试连接zookeeper,但是是这样连接的:2015-11-13 12:37:37,886 INFO
> [main-SendThread(localhost:2181)] 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 阶段
>