Alexander created KYLIN-4332: -------------------------------- Summary: Failed to load Hive Table java.lang.IllegalStateException Key: KYLIN-4332 URL: https://issues.apache.org/jira/browse/KYLIN-4332 Project: Kylin Issue Type: Bug Affects Versions: v3.0.0-beta Reporter: Alexander Assignee: Alexander
When try to reload table metadata schema name is duplicated, {code} 2020-01-09 12:15:49,866 ERROR [http-nio-7070-exec-3] controller.TableController:129 : Failed to load Hive Table2020-01-09 12:15:49,866 ERROR [http-nio-7070-exec-3] controller.TableController:129 : Failed to load Hive Tablejava.lang.IllegalStateException at com.google.common.base.Preconditions.checkState(Preconditions.java:492) at org.apache.kylin.rest.service.TableService.extractHiveTableMeta(TableService.java:215) at org.apache.kylin.rest.service.TableService.loadHiveTablesToProject(TableService.java:138) at org.apache.kylin.rest.controller.TableController.loadHiveTables(TableController.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)