“2016-04-29 14:41:25,429 INFO [main] org.apache.zookeeper.ZooKeeper:
Initiating client connection, connectString=localhost:2181
sessionTimeout=180000 watcher=hconnection-0x2888dbf40x0,
quorum=localhost:2181, baseZNode=/hbase ”

above was the hbase operation beginning;the reduce job was trying to get
hbase meta table from zookeeper,while zookeeper host address should be
defined in hbase-site.xml with parameter "hbase.zookeeper.quorum";

if nothing got from hbase.zookeeper.quorum(which could be loaded by
Configuration conf = HBaseConfiguration.create(getConf())),localhost:2181
would be used,causing hbase operation failure(repeating trying to read hbase
meta table from incorrect zookeeper host)

i am not sure what i was thinking was all right...

--
View this message in context: 
http://apache-kylin.74782.x6.nabble.com/CubeHFileJob-fail-with-mr-job-configuration-tp4331p4408.html
Sent from the Apache Kylin mailing list archive at Nabble.com.

Reply via email to