lijianfeng6666526 opened a new pull request #1414:
URL: https://github.com/apache/kylin/pull/1414
INFO : Compiling
command(queryId=hive_20200916191433_8b35b096-3c07-4b2f-b17a-fd4347c38aef): USE
default
INFO : Semantic Analysis Completed (retrial = false)
INFO : Returning Hive schema: Schema(fieldSchemas:null, properties:null)
INFO : Completed compiling
command(queryId=hive_20200916191433_8b35b096-3c07-4b2f-b17a-fd4347c38aef); Time
taken: 0.003 seconds
INFO : Executing
command(queryId=hive_20200916191433_8b35b096-3c07-4b2f-b17a-fd4347c38aef): USE
default
INFO : Starting task [Stage-0:DDL] in serial mode
INFO : Completed executing
command(queryId=hive_20200916191433_8b35b096-3c07-4b2f-b17a-fd4347c38aef); Time
taken: 0.006 seconds
INFO : OK
No rows affected (0.088 seconds)
Error: Error while compiling statement: FAILED: SemanticException Line 1:21
Table or database name may not contain dot(.) character
'default.kylin_intermediate_test_cube_38fa22a2_bf7d_024e_692c_1be6c5ba3e94'
(state=42000,code=40000)
Closing: 0:
jdbc:hive2://node001:2181,node003:2181,node002:2181/default;password=root;serviceDiscoveryMode=zooKeeper;user=root;zooKeeperNamespace=hiveserver2
The command is:
hive -e "USE default;
DROP TABLE IF EXISTS
\`default.kylin_intermediate_test_cube_38fa22a2_bf7d_024e_692c_1be6c5ba3e94\`;
" --hiveconf hive.merge.mapredfiles=false --hiveconf
hive.auto.convert.join=true --hiveconf hive.exec.compress.output=true
--hiveconf hive.auto.convert.join.noconditionaltask=true --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:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]