1, " Job init failed : java.lang.SecurityException: Invalid signature file digest for Manifest main attributes" is GONE after updating the pom.xml with adding "<exclude>META-INF/*.SF</exclude>" mentioned above under "job" directory for the job.jar
2, to the 2nd error mentioned above, as checked the job log, it shows: Error: java.lang.RuntimeException: java.lang.ClassNotFoundException: Class org.apache.hive.hcatalog.mapreduce.HCatInputFormat not found however, in tomcat/logs/kylin.log as below, we have actually added the hcatalog lib for the job and /usr/lib/hive-hcatalog/share/hcatalog/hive-hcatalog-core-0.13.1-cdh5.3.2.jar indeeded exists. [pool-7-thread-4]:[2015-03-04 22:08:15,357][INFO][org.apache.kylin.job.hadoop.AbstractHadoopJob.setJobClasspath(AbstractHadoopJob.java:146)] - append job jar: /home/user/workspace/kylin-0.7.1-SNAPSHOT/./lib/kylin-job-0.7.1-SNAPSHOT.jar [pool-7-thread-4]:[2015-03-04 22:08:15,357][INFO][org.apache.kylin.job.hadoop.AbstractHadoopJob.setJobClasspath(AbstractHadoopJob.java:152)] - append kylin.hive.dependency: /usr/lib/hive/conf:/usr/lib/hive/lib/*:/usr/lib/hive-hcatalog/share/hcatalog/hive-hcatalog-core-0.13.1-cdh5.3.2.jar to mapreduce.application.classpath
