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.