You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "Xingxing Di (JIRA)" <ji...@apache.org> on 2016/05/04 10:50:12 UTC

[jira] [Created] (KYLIN-1653) Cube metadata lost

Xingxing Di created KYLIN-1653:
----------------------------------

             Summary: Cube metadata lost
                 Key: KYLIN-1653
                 URL: https://issues.apache.org/jira/browse/KYLIN-1653
             Project: Kylin
          Issue Type: Bug
          Components: Metadata
    Affects Versions: v1.3.0
            Reporter: Xingxing Di
            Assignee: Shaofeng SHI


I have a cube in READY status, today when i build it i got errors "java.lang.IllegalStateException: No resource found at -- /cube_desc/flw_topic_supper.json", i checked metadata in hbase ,it doesn't exist. but i found "/cube_desc/flw_topic_supper.json" still there.

java.lang.IllegalStateException: No resource found at -- /cube_desc/flw_topic_supper.json
  at org.apache.kylin.job.hadoop.AbstractHadoopJob.dumpResources(AbstractHadoopJob.java:352)
  at org.apache.kylin.job.hadoop.AbstractHadoopJob.attachKylinPropsAndMetadata(AbstractHadoopJob.java:298)
  at org.apache.kylin.job.hadoop.cube.FactDistinctColumnsJob.run(FactDistinctColumnsJob.java:81)
  at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
  at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84)
  at org.apache.kylin.job.common.MapReduceExecutable.doWork(MapReduceExecutable.java:120)
  at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:107)
  at org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:51)
  at org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:107)
  at org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:130)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  at java.lang.Thread.run(Thread.java:745)

result code:2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)