[ https://issues.apache.org/jira/browse/KYLIN-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15174056#comment-15174056 ]
Hao Chen commented on KYLIN-1460: --------------------------------- Thanks Bongbin. > Dup key found exception while creating dictionary > ------------------------------------------------- > > Key: KYLIN-1460 > URL: https://issues.apache.org/jira/browse/KYLIN-1460 > Project: Kylin > Issue Type: Bug > Components: Job Engine > Affects Versions: v2.0 > Reporter: Hao Chen > > {code} > java.lang.IllegalStateException: Dup key found, key=[20138,3], > value1=[20138,3,Photographs,550,2015-10-12,DIM_VALUE,2015-10-12 > 21:03:25.0,DIM_VALUE], value2=[20138,3,Photographs,550,2015-10-12,DIM_VALUE > ,2015-10-12 21:03:25.0,DIM_VALUE ] > at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:83) > at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:66) > at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:54) > at > org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:33) > at org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:572) > at > org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:61) > at > org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:42) > at > org.apache.kylin.engine.mr.steps.CreateDictionaryJob.run(CreateDictionaryJob.java:56) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:84) > at > org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:60) > at > org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:105) > at > org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:50) > at > org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:105) > at > org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:124) > 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) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)