You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Tony Li (JIRA)" <ji...@apache.org> on 2016/09/26 09:40:20 UTC

[jira] [Created] (KYLIN-2053) Global dictionary is not supported in stream builder

Tony Li created KYLIN-2053:
------------------------------

             Summary: Global dictionary is not supported in stream builder
                 Key: KYLIN-2053
                 URL: https://issues.apache.org/jira/browse/KYLIN-2053
             Project: Kylin
          Issue Type: Bug
          Components: streaming
    Affects Versions: v1.5.4
            Reporter: Tony Li


In v1.5.4, error will be threw while calculating precisely distinct count in streaming cube.

Caused by: java.lang.NullPointerException
        at org.apache.kylin.measure.bitmap.BitmapMeasureType$1.valueOf(BitmapMeasureType.java:100)
        at org.apache.kylin.measure.bitmap.BitmapMeasureType$1.valueOf(BitmapMeasureType.java:89)
        at org.apache.kylin.cube.inmemcubing.InMemCubeBuilderInputConverter.buildValueOf(InMemCubeBuilderInputConverter.java:122)


Set this field to global dictionary would fix this because global dictionary is not supported in stream bulider.



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