You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by 谢巍盛 <xi...@bestpay.com.cn> on 2018/02/06 03:13:53 UTC

failed to build cube

Hi All,

we just set up Kylin (/apache/-/kylin/-/2.2.0/-/bin/-/cdh57/.tar.gz) and 
able to run some examples, like kylin_sales_cube, but when we tried to 
build cube on our production data on hive, we met an issue, google cant 
help us much on this. It seems like a spark-related issue, but actually 
we do not configure spark on hadoop, we are using MR to build the cube 
for now.

can anyone help to look at this issue for us? Many thanks.


2018-02-05 17:37:55,770 INFO [AsyncDispatcher event handler] 
org.apache.hadoop.mapreduce.v2.app.job.impl.TaskAttemptImpl: Diagnostics 
report from attempt_1517805251742_1102_m_000097_0: Error: 
*java.lang.ClassNotFoundException: 
org.spark_project.guava.collect.Interners*
     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
     at 
org.apache.hive.common.util.HiveStringUtils.<clinit>(HiveStringUtils.java:77)
     at 
org.apache.hadoop.hive.metastore.api.FieldSchema.<init>(FieldSchema.java:138)
     at 
org.apache.hive.hcatalog.data.schema.HCatSchemaUtils.getFieldSchema(HCatSchemaUtils.java:195)
     at 
org.apache.hive.hcatalog.common.HCatUtil.getFieldSchemaList(HCatUtil.java:172)
     at 
org.apache.hive.hcatalog.mapreduce.InternalUtil.getSerdeProperties(InternalUtil.java:162)
     at 
org.apache.hive.hcatalog.mapreduce.InternalUtil.initializeDeserializer(InternalUtil.java:154)
     at 
org.apache.hive.hcatalog.mapreduce.HCatRecordReader.createDeserializer(HCatRecordReader.java:127)
     at 
org.apache.hive.hcatalog.mapreduce.HCatRecordReader.initialize(HCatRecordReader.java:92)
     at 
org.apache.hadoop.mapred.MapTask$NewTrackingRecordReader.initialize(MapTask.java:548)
     at org.apache.hadoop.mapred.MapTask.runNewMapper(MapTask.java:786)
     at org.apache.hadoop.mapred.MapTask.run(MapTask.java:341)
     at org.apache.hadoop.mapred.YarnChild$2.run(YarnChild.java:164)
     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:1912)
     at org.apache.hadoop.mapred.YarnChild.main(YarnChild.java:158)