Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
v1.5.0, v1.5.1
-
None
Description
Add a streaming table, in the "Table Name" field, if I enter a name "DEFAULT.TBL", an error will be thrown in backend:
java.lang.IllegalStateException: Cannot find table 'null' in metadata manager at org.apache.kylin.metadata.project.ProjectManager.addTableDescToProject(ProjectManager.java:284) at org.apache.kylin.rest.service.CubeService.syncTableToProject(CubeService.java:580) at org.apache.kylin.rest.service.CubeService$$FastClassByCGLIB$$17a07c0e.invoke(<generated>) at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
Kylin UI should support custom DB name when creating a streaming table.
Attachments
Issue Links
- is related to
-
KYLIN-1660 Streaming/kafka config not match with table name
- Closed