Seems the test1 cube wasn¹t dropped from metadata; You can try to drop it directly from Kylin metadata table before re-create:
hbase org.apache.hadoop.util.RunJar $KYLIN_HOME/lib/kylin-job-0.7.1-incubating-SNAPSHOT.jar org.apache.kylin.common.persistence.ResourceTool remove "/cube_desc/test1.json" On 6/11/15, 5:49 PM, "dong wang" <[email protected]> wrote: >First, I have a cube, then I disable it, then I reload the table that the >cube based on, then I drop the cube, later, I try to re-create the cube >again, however, it always throws the error below: >Overwriting conflict /cube_desc/test1.json, expect old TS 0, but it is >1430711978000 > >how can I resolve it?
