[jira] [Commented] (KYLIN-2069) NPE in LookupStringTable

2016-10-30 Thread balaji krishnan (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15621411#comment-15621411
 ] 

balaji krishnan commented on KYLIN-2069:


Thank you. I did that and got the Cube built.

> NPE in LookupStringTable
> 
>
> Key: KYLIN-2069
> URL: https://issues.apache.org/jira/browse/KYLIN-2069
> Project: Kylin
>  Issue Type: Bug
>Reporter: liyang
>Assignee: liyang
> Fix For: v1.6.0
>
>
> java.lang.NullPointerException
> at org.apache.kylin.common.util.DateFormat.isAllDigits(DateFormat.java:121)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:104)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:91)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:86)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:34)
> at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:76)
> at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:67)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.init(LookupStringTable.java:79)
> at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:55)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:65)
> at org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:619)
> 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:76)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
> at 
> org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:127)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)??result code:2



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


[jira] [Commented] (KYLIN-2069) NPE in LookupStringTable

2016-10-28 Thread Shaofeng SHI (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15615648#comment-15615648
 ] 

Shaofeng SHI commented on KYLIN-2069:
-

you can download 1.6.0-snapshot build from kylin's download page, it includes 
the fix;

> NPE in LookupStringTable
> 
>
> Key: KYLIN-2069
> URL: https://issues.apache.org/jira/browse/KYLIN-2069
> Project: Kylin
>  Issue Type: Bug
>Reporter: liyang
>Assignee: liyang
> Fix For: v1.6.0
>
>
> java.lang.NullPointerException
> at org.apache.kylin.common.util.DateFormat.isAllDigits(DateFormat.java:121)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:104)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:91)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:86)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:34)
> at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:76)
> at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:67)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.init(LookupStringTable.java:79)
> at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:55)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:65)
> at org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:619)
> 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:76)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
> at 
> org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:127)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)??result code:2



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


[jira] [Commented] (KYLIN-2069) NPE in LookupStringTable

2016-10-27 Thread balaji krishnan (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15614457#comment-15614457
 ] 

balaji krishnan commented on KYLIN-2069:


Hi
  I am using Kylin 1.5.4.1 with Hadoop 2.6.0. When i try to build a simple cube 
with 2 dimensions and a measure, i am getting a similar NPE

2016-10-28 01:51:17,374 ERROR [pool-8-thread-1] common.HadoopShellExecutable:65 
: error execute 
HadoopShellExecutable{id=e5435959-865a-489f-84a6-be7b483ff705-03, name=Build 
Dimension Dictionary, state=RUNNING}
java.lang.NullPointerException
at 
org.apache.kylin.common.util.DateFormat.isAllDigits(DateFormat.java:121)
at 
org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:104)
at 
org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:91)
at 
org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:86)
at 
org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:34)
at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:76)
at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:67)
at 
org.apache.kylin.dict.lookup.LookupStringTable.init(LookupStringTable.java:79)
at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:55)
at 
org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:65)
at 
org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:634)
at 
org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:60)
at 
org.apache.kylin.cube.cli.DictionaryGeneratorCLI.processSegment(DictionaryGeneratorCLI.java:41)
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:63)
at 
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:113)
at 
org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
at 
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:113)
at 
org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:136)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

Please help in sorting this out.

Regards

Bala


liyang created KYLIN-2069:
-

 Summary: NPE in LookupStringTable
 Key: KYLIN-2069
 URL: https://issues.apache.org/jira/browse/KYLIN-2069
 Project: Kylin
  Issue Type: Bug
Reporter: liyang
Assignee: liyang


java.lang.NullPointerException
at org.apache.kylin.common.util.DateFormat.isAllDigits(DateFormat.java:121)
at
org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:104)
at
org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:91)
at
org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:86)
at
org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:34)
at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:76)
at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:67)
at
org.apache.kylin.dict.lookup.LookupStringTable.init(LookupStringTable.java:79)
at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:55)
at
org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:65)
at org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:619)
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:76)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
at
org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
at
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
at
org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
at
org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
at
org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:127)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(Threa

[jira] [Commented] (KYLIN-2069) NPE in LookupStringTable

2016-10-19 Thread liyang (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590747#comment-15590747
 ] 

liyang commented on KYLIN-2069:
---

Later if you got result of testing TPC-DS, the community would be glad to see 
it.  :-)

> NPE in LookupStringTable
> 
>
> Key: KYLIN-2069
> URL: https://issues.apache.org/jira/browse/KYLIN-2069
> Project: Kylin
>  Issue Type: Bug
>Reporter: liyang
>Assignee: liyang
> Fix For: v1.6.0
>
>
> java.lang.NullPointerException
> at org.apache.kylin.common.util.DateFormat.isAllDigits(DateFormat.java:121)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:104)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:91)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:86)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:34)
> at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:76)
> at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:67)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.init(LookupStringTable.java:79)
> at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:55)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:65)
> at org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:619)
> 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:76)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
> at 
> org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:127)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)??result code:2



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


[jira] [Commented] (KYLIN-2069) NPE in LookupStringTable

2016-10-19 Thread liyang (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590745#comment-15590745
 ] 

liyang commented on KYLIN-2069:
---

git log | grep -5 KYLIN-2069

commit 7ec0aacc2a00a8b7e21c8d5e13b17baff10d7584
Author: Li Yang 
Date:   Sat Oct 8 14:43:42 2016 +0800

KYLIN-2069, fix NPE in LookupStringTable


> NPE in LookupStringTable
> 
>
> Key: KYLIN-2069
> URL: https://issues.apache.org/jira/browse/KYLIN-2069
> Project: Kylin
>  Issue Type: Bug
>Reporter: liyang
>Assignee: liyang
> Fix For: v1.6.0
>
>
> java.lang.NullPointerException
> at org.apache.kylin.common.util.DateFormat.isAllDigits(DateFormat.java:121)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:104)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:91)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:86)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:34)
> at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:76)
> at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:67)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.init(LookupStringTable.java:79)
> at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:55)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:65)
> at org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:619)
> 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:76)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
> at 
> org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:127)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)??result code:2



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


[jira] [Commented] (KYLIN-2069) NPE in LookupStringTable

2016-10-18 Thread Zhan Dongyun (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15587502#comment-15587502
 ] 

Zhan Dongyun commented on KYLIN-2069:
-

BTW I'm using 1.5.4.1 trying to build a cube for TPC-DS query 13

> NPE in LookupStringTable
> 
>
> Key: KYLIN-2069
> URL: https://issues.apache.org/jira/browse/KYLIN-2069
> Project: Kylin
>  Issue Type: Bug
>Reporter: liyang
>Assignee: liyang
> Fix For: v1.6.0
>
>
> java.lang.NullPointerException
> at org.apache.kylin.common.util.DateFormat.isAllDigits(DateFormat.java:121)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:104)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:91)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:86)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:34)
> at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:76)
> at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:67)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.init(LookupStringTable.java:79)
> at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:55)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:65)
> at org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:619)
> 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:76)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
> at 
> org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:127)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)??result code:2



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


[jira] [Commented] (KYLIN-2069) NPE in LookupStringTable

2016-10-18 Thread Zhan Dongyun (JIRA)

[ 
https://issues.apache.org/jira/browse/KYLIN-2069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15587497#comment-15587497
 ] 

Zhan Dongyun commented on KYLIN-2069:
-

Hello, I recently bumped into this bug. I`d like to know what is the cause of 
it, and how exactly I can reproduce/work around it, thank you very much!

> NPE in LookupStringTable
> 
>
> Key: KYLIN-2069
> URL: https://issues.apache.org/jira/browse/KYLIN-2069
> Project: Kylin
>  Issue Type: Bug
>Reporter: liyang
>Assignee: liyang
> Fix For: v1.6.0
>
>
> java.lang.NullPointerException
> at org.apache.kylin.common.util.DateFormat.isAllDigits(DateFormat.java:121)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:104)
> at org.apache.kylin.common.util.DateFormat.stringToMillis(DateFormat.java:91)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:86)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.convertRow(LookupStringTable.java:34)
> at org.apache.kylin.dict.lookup.LookupTable.initRow(LookupTable.java:76)
> at org.apache.kylin.dict.lookup.LookupTable.init(LookupTable.java:67)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.init(LookupStringTable.java:79)
> at org.apache.kylin.dict.lookup.LookupTable.(LookupTable.java:55)
> at 
> org.apache.kylin.dict.lookup.LookupStringTable.(LookupStringTable.java:65)
> at org.apache.kylin.cube.CubeManager.getLookupTable(CubeManager.java:619)
> 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:76)
> at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:90)
> at 
> org.apache.kylin.engine.mr.common.HadoopShellExecutable.doWork(HadoopShellExecutable.java:63)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.execution.DefaultChainedExecutable.doWork(DefaultChainedExecutable.java:57)
> at 
> org.apache.kylin.job.execution.AbstractExecutable.execute(AbstractExecutable.java:112)
> at 
> org.apache.kylin.job.impl.threadpool.DefaultScheduler$JobRunner.run(DefaultScheduler.java:127)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)??result code:2



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