Hi, I'm hitting the below error while building the cube at stage 2. I have added the below property in Kylin.properties
kylin.job.jar = /tmp/Kylin/kylin-job-0.7.1-incubating-SNAPSHOT-job.jar as a work around but it aint working. Below are the logs: Error: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.kylin.job.hadoop.cube.FactDistinctColumnsMapper not found at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2047) at org.apache.hadoop.mapreduce.task.JobContextImpl.getMapperClass(JobContextImpl.java:196) at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:742) at org.apache.hadoop.mapred.MapTask.run(MapTask.java:341) at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:168) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1642) at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:163) Caused by: java.lang.ClassNotFoundException: Class org.apache.kylin.job.hadoop.cube.FactDistinctColumnsMapper not found at org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:1953) at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2045) ... 8 more Thanks, Mohit
