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.

Reply via email to