[
https://issues.apache.org/jira/browse/KYLIN-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630067#comment-16630067
]
jiajingsi commented on KYLIN-3593:
----------------------------------
please help me .我试过多个版本的kylin,每次创建cube时,跑到“ Convert Cuboid Data to
HFile”这里时就报错。具体日志为:
org.apache.kylin.engine.mr.exception.MapReduceException: Counters: 18
Job Counters
Failed map tasks=31
Killed map tasks=9
Killed reduce tasks=1
Launched map tasks=40
Other local map tasks=30
Data-local map tasks=8
Rack-local map tasks=2
Total time spent by all maps in occupied slots (ms)=6295932
Total time spent by all reduces in occupied slots (ms)=0
Total time spent by all map tasks (ms)=133956
Total time spent by all reduce tasks (ms)=0
Total vcore-milliseconds taken by all map tasks=133956
Total vcore-milliseconds taken by all reduce tasks=0
Total megabyte-milliseconds taken by all map tasks=201469824
Total megabyte-milliseconds taken by all reduce tasks=0
Map-Reduce Framework
CPU time spent (ms)=0
Physical memory (bytes) snapshot=0
Virtual memory (bytes) snapshot=0
at
org.apache.kylin.engine.mr.common.MapReduceExecutable.doWork(MapReduceExecutable.java:173)
at
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:163)
at
org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:69)
at
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:163)
at
org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:113)
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)
我试过很多方式,都没办法解决,已经卡了两三天了。
> Kylin Interpreter on Zeppelin doesn't allow setting project name on paragraph
> -----------------------------------------------------------------------------
>
> Key: KYLIN-3593
> URL: https://issues.apache.org/jira/browse/KYLIN-3593
> Project: Kylin
> Issue Type: Improvement
> Components: Driver - JDBC, Integration
> Affects Versions: v2.4.1
> Reporter: Moises
> Assignee: Na Zhai
> Priority: Minor
>
> Hi guys,
> I have started using Kylin with our Zeppelin Notebook Server, we have
> installed correctly the interpreter and we can run queries to the default
> project specified in the interpreter settings.
>
> The problem is when we try to set the project at the paragraph:
>
> {{%kylin(learn_kylin)}}{{ }}
> {{select part_dt,count ( * ) from kylin_sales group by part_dt}}
>
> Fails with error 500, second paragraph has not specified the project
> (learn_kylin) and executes fine.
>
> {{%kylin}}{{ }}
> {{select part_dt,count( * ) from kylin_sales group by part_dt}}
>
> Our Kylin version is 2.4.0
> Zeppelin Version 0.7.3
>
> Kylin interpreter settings are the default, we followed the tutorial in
> Zeppelin Documentation:
> [https://zeppelin.apache.org/docs/0.7.0/interpreter/kylin.html]
>
>
> Am I writting the paragraph with incorrect syntax??
>
> Thanks in advance
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)