Hi Alalei, Did you verify this code change would solve the problem at your side? From the log I couldn't see it is related with this. And we didn't receive such reporting before. If you have a suspicion on that, suggest you clone Kylin's source code (you can select a stable tag like 'kylin-1.5.0'), make the change and then deploy it. If it is a bug, welcome to contribute patch to Kylin. Thank you!
2016-05-04 13:57 GMT+08:00 alaleiwang <[email protected]>: > and please notice the what above changing code done is just let > CubeHFileJob > get hbase related configuration ,especiall the very > "hbase.zookeeper.quorum" > - job = Job.getInstance(getConf(), > getOptionValue(OPTION_JOB_NAME)); > + Configuration conf = HBaseConfiguration.create(getConf()); > + job = Job.getInstance(conf, getOptionValue(OPTION_JOB_NAME)); > > -- > View this message in context: > http://apache-kylin.74782.x6.nabble.com/CubeHFileJob-fail-with-mr-job-configuration-tp4331p4387.html > Sent from the Apache Kylin mailing list archive at Nabble.com. > -- Best regards, Shaofeng Shi
