You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/05/09 07:12:12 UTC

[jira] [Created] (KYLIN-1667) Streaming table name should allow enter "DB.TABLE" format

Shaofeng SHI created KYLIN-1667:
-----------------------------------

             Summary: Streaming table name should allow enter "DB.TABLE" format
                 Key: KYLIN-1667
                 URL: https://issues.apache.org/jira/browse/KYLIN-1667
             Project: Kylin
          Issue Type: Bug
          Components: streaming, Web 
    Affects Versions: v1.5.1, v1.5.0
            Reporter: Shaofeng SHI
            Assignee: Zhong,Jason


Add a streaming table, in the "Table Name" field, if I enter a name "DEFAULT.TBL",  an error will be thrown in backend:

{code}
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)

{code}

Kylin UI should support custom DB name when creating a streaming table. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)