within ldap non-admin user,HiveColumnCardinalityJob fail with
mapreduce.job.queue defined in file kylin_job.xml 
and i notice same issue fixed by KYLIN-955 after kylin 1.3,but why it still
not work on my kylin 1.5.1(hadoop 2.4.1)?

i review the related patch,and suspect for the following code should be
changed from:
     conf.addResource(jobEngineConfig.getHadoopJobConfFilePath(null));
to:
     conf.addResource(new
Path(jobEngineConfig.getHadoopJobConfFilePath(null)));

difference between public void addResource(String name) and public void
addResource(Path file) can be checked in:
https://hadoop.apache.org/docs/r2.4.1/api/org/apache/hadoop/conf/Configuration.html#addResource(org.apache.hadoop.conf.Configuration)

--
View this message in context: 
http://apache-kylin.74782.x6.nabble.com/KYLIN-955-not-work-tp4313.html
Sent from the Apache Kylin mailing list archive at Nabble.com.

Reply via email to