[
https://issues.apache.org/jira/browse/KYLIN-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shaofeng SHI closed KYLIN-658.
------------------------------
> java.lang.IllegalArgumentException: Cannot find rowkey column XXX in cube
> CubeDesc
> ----------------------------------------------------------------------------------
>
> Key: KYLIN-658
> URL: https://issues.apache.org/jira/browse/KYLIN-658
> Project: Kylin
> Issue Type: Bug
> Components: Metadata
> Affects Versions: v0.7.1
> Reporter: Shaofeng SHI
> Assignee: Shaofeng SHI
> Priority: Major
> Fix For: v0.7.1
>
>
> When create a cube, in the final step to save the cube, it throws error in
> the back end:
> Caused by: java.lang.IllegalArgumentException: Cannot find rowkey column XXX
> in cube CubeDesc [name=CUBE_NAME]
> at
> org.apache.kylin.cube.model.RowKeyDesc.buildRowKey(RowKeyDesc.java:202)
> at org.apache.kylin.cube.model.RowKeyDesc.init(RowKeyDesc.java:181)
> at org.apache.kylin.cube.model.CubeDesc.init(CubeDesc.java:449)
> at
> org.apache.kylin.cube.CubeDescManager.createCubeDesc(CubeDescManager.java:150)
> at
> org.apache.kylin.rest.service.CubeService.createCubeAndDesc(CubeService.java:153)
> at
> org.apache.kylin.rest.service.CubeService$$FastClassByCGLIB$$17a07c0e.invoke(<generated>)
> at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
> at
> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:618)
> at
> org.apache.kylin.rest.service.CubeService$$EnhancerByCGLIB$$8cd7efcb.createCubeAndDesc(<generated>)
> at
> org.apache.kylin.rest.controller.CubeController.saveCubeDesc(CubeController.java:331)
> ... 83 more
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)