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

ASF GitHub Bot commented on KYLIN-4962:
---------------------------------------

hit-lacus merged pull request #1623:
URL: https://github.com/apache/kylin/pull/1623


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Fix NPE in ShrunkDict step
> --------------------------
>
>                 Key: KYLIN-4962
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4962
>             Project: Kylin
>          Issue Type: Bug
>          Components: Job Engine
>    Affects Versions: v3.1.2
>            Reporter: ShengJun Zheng
>            Assignee: ShengJun Zheng
>            Priority: Critical
>             Fix For: v3.1.2
>
>
> There are some fields in CreateShrunkenDictionary(a spark function) that can 
> not be serialized, causing NPE.
>  
> Caused by: java.lang.NullPointerException
>  at org.apache.kylin.common.KylinConfig.getManager(KylinConfig.java:474)
>  at org.apache.kylin.common.KylinConfig.getManager(KylinConfig.java:472)
>  at org.apache.kylin.cube.CubeDescManager.getInstance(CubeDescManager.java:67)
>  at org.apache.kylin.cube.CubeInstance.getDescriptor(CubeInstance.java:212)
>  at org.apache.kylin.cube.CubeSegment.getCubeDesc(CubeSegment.java:142)
>  at 
> org.apache.kylin.cube.CubeSegment.buildGlobalDictionaryMap(CubeSegment.java:386)
>  at 
> org.apache.kylin.engine.spark.SparkCubingByLayer$CreateShrunkenDictionary.call(SparkCubingByLayer.java:592)
>  at 
> org.apache.kylin.engine.spark.SparkCubingByLayer$CreateShrunkenDictionary.call(SparkCubingByLayer.java:519)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to