You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kylin.apache.org by 我 <li...@126.com> on 2020/04/07 08:12:51 UTC

BufferOverflow!Please use one higher cardinality column for dimension column when build RAW cube!

when i build a cube for RAW type ,there is an error raw cuboid can't larger than 1m。


so i modify the BufferedMeasureCodec class , set a larger number to the filed "DEFAULT_BUFFER_SIZE= 1024 * 1024 * 10"


and i mvn package the kylin-core-metadata.jar upload to the path: ${kylin_home}/tomcate/webapps/kylin/WEB-INFO/lib


also fixed the class BufferedMeasureCodec.class for the jar: ${kylin_home}/lib/kylin-coprocessor-3.0.1.jar


and the jar: ${kylin_home}/tool/kylin-tool-3.0.1.jar


but it doesn't work!


so i want to know whic path i can upload, to fix the default size 1m for RAW type Cube build. thanks.

Re: BufferOverflow!Please use one higher cardinality column for dimension column when build RAW cube!

Posted by ShaoFeng Shi <sh...@apache.org>.
The class is also packaged in lib/kylin-job-<version>.jar which will be
submitted to MR/Spark job.

Anyway, the RAW measure is deprecated, it is not supported.

Best regards,

Shaofeng Shi 史少锋
Apache Kylin PMC
Email: shaofengshi@apache.org

Apache Kylin FAQ: https://kylin.apache.org/docs/gettingstarted/faq.html
Join Kylin user mail group: user-subscribe@kylin.apache.org
Join Kylin dev mail group: dev-subscribe@kylin.apache.org




我 <li...@126.com> 于2020年4月7日周二 下午4:13写道:

> when i build a cube for RAW type ,there is an error raw cuboid can't
> larger than 1m。
>
> so i modify the BufferedMeasureCodec class , set a larger number to the
> filed "DEFAULT_BUFFER_SIZE= 1024 * 1024 * 10"
>
> and i mvn package the kylin-core-metadata.jar upload to the path:
> ${kylin_home}/tomcate/webapps/kylin/WEB-INFO/lib
>
> also fixed the class BufferedMeasureCodec.class for the jar:
> ${kylin_home}/lib/kylin-coprocessor-3.0.1.jar
>
> and the jar: ${kylin_home}/tool/kylin-tool-3.0.1.jar
>
> but it doesn't work!
>
> so i want to know whic path i can upload, to fix the default size 1m for
> RAW type Cube build. thanks.
>
>
>
>