谢谢回复, 我的json file肯定是没有问题的,因为之前用这个脚本成功创建了好多model和cube,他们公用一个json file 模板。
在 2019-12-17 17:44:14,"changji guo" <[email protected]> 写道: I have encountered similar problems. After creating the cube through rest api, there is nothing in web ui, but you can find errors in kylin.log. In my case, the json had some unknow problem. Can you provide your json file? [email protected] <[email protected]> 于2019年12月17日周二 下午3:19写道: Hi, Johnson, can you reproduce this error? 在 2019年12月17日,14:19,Johnson <[email protected]> 写道: 今天我使用rest api创建model和cube,创建完成后,kylin web ui找不到刚刚创建的model和cube,之后再次执行脚本创建,查看日志: Caused by: org.apache.kylin.rest.exception.BadRequestException: The cube named 'kpi_000135_base' already exists. at org.apache.kylin.rest.service.CubeService.createCubeAndDesc(CubeService.java:215) 日志中显示,model和cube均已经存在。但是web管理界面始终找不到。重启kylin节点,reload metadata,无效。 之后我在web界面手动创建,报错conflict,如下: <Snipaste_2019-12-17_14-11-30.png> 之后我尝试使用rest api删除该model和cube,无法删除,报错: "code":"999","data":null,"msg":"Data Model with name kpi_000135_base not found..。。。。 感觉是kylin元数据问题,希望社区帮忙分析一下这个问题。
