Hi All,
My env is : HDP 2.6.5, kylin 2.6.2
When I build sample cube, it appear following error at #22 Step Name: Hive
Cleanup.
java.io.IOException: OS command error exit with return code: 64, error message:
log4j:WARN No such property [maxFileSize] in
org.apache.log4j.DailyRollingFileAppender.
Logging initialized using configuration in
file:/etc/hive/2.6.5.1150-31/0/hive-log4j.properties
OK
Time taken: 1.641 seconds
FAILED: SemanticException Line 2:21 Table or database name may not contain
dot(.) character
'default.kylin_intermediate_kylin_sales_cube_1a8ba28a_7fbd_20e8_b2c1_328eca50648e'
The command is:
hive -e "USE default;
DROP TABLE IF EXISTS
\`default.kylin_intermediate_kylin_sales_cube_1a8ba28a_7fbd_20e8_b2c1_328eca50648e\`;
" --hiveconf hive.merge.mapredfiles=false --hiveconf
hive.auto.convert.join=true --hiveconf dfs.replication=2 --hiveconf
hive.exec.compress.output=true --hiveconf
hive.auto.convert.join.noconditionaltask=true --hiveconf
mapreduce.job.split.metainfo.maxsize=-1 --hiveconf hive.merge.mapfiles=false
--hiveconf hive.auto.convert.join.noconditionaltask.size=100000000 --hiveconf
hive.stats.autogather=true
at
org.apache.kylin.common.util.CliCommandExecutor.execute(CliCommandExecutor.java:96)
at
org.apache.kylin.common.util.CliCommandExecutor.execute(CliCommandExecutor.java:83)
at
org.apache.kylin.source.hive.GarbageCollectionStep.cleanUpIntermediateFlatTable(GarbageCollectionStep.java:77)
at
org.apache.kylin.source.hive.GarbageCollectionStep.doWork(GarbageCollectionStep.java:49)
at
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:167)
at
org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:71)
at
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:167)
at
org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:114)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
who can tell me if this is a bug? Or tell me how to resolve it?
Thanks,
Qiuyu.
发送自 Windows 10 版邮件应用