Chaozhong Yang created KYLIN-1729:
-------------------------------------
Summary: Error at #3 Step Name: Build Dimension Dictionary
Duration
Key: KYLIN-1729
URL: https://issues.apache.org/jira/browse/KYLIN-1729
Project: Kylin
Issue Type: Bug
Components: Job Engine
Affects Versions: v1.5.0, 1.x-HBase1.1.3
Reporter: Chaozhong Yang
Assignee: Dong Li
stack trace as follows:
java.lang.NegativeArraySizeException
at
org.apache.kylin.dict.TrieDictionaryBuilder.buildTrieBytes(TrieDictionaryBuilder.java:472)
at
org.apache.kylin.dict.TrieDictionaryBuilder.build(TrieDictionaryBuilder.java:439)
at
org.apache.kylin.dict.DictionaryGenerator.buildStringDict(DictionaryGenerator.java:163)
at
org.apache.kylin.dict.DictionaryGenerator.buildDictionaryFromValueEnumerator(DictionaryGenerator.java:75)
at
org.apache.kylin.dict.DictionaryGenerator.buildDictionary(DictionaryGenerator.java:108)
at
org.apache.kylin.dict.DictionaryManager.buildDictionary(DictionaryManager.java:300)
at org.apache.kylin.cube.CubeManager.buildDictionary(CubeManager.java:165)
at
org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:51)
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:114)
at
org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:50)
at
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:114)
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)
result code:2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)