[
https://issues.apache.org/jira/browse/KYLIN-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625785#comment-16625785
]
ASF subversion and git services commented on KYLIN-3515:
--------------------------------------------------------
Commit c40188f40de14f7800dab58632e30b3ee42b6f39 in kylin's branch
refs/heads/2.5.x from [~nichunen]
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=c40188f ]
KYLIN-3515 Add uuid for materialized table of hive view
> Cubing jobs may interfere with each other if use same hive view
> ----------------------------------------------------------------
>
> Key: KYLIN-3515
> URL: https://issues.apache.org/jira/browse/KYLIN-3515
> Project: Kylin
> Issue Type: Bug
> Components: Job Engine
> Affects Versions: v2.4.0
> Reporter: nichunen
> Assignee: nichunen
> Priority: Major
> Fix For: v2.6.0
>
> Attachments: Getting started
>
>
> The root cause is for hive view, during cubing, kylin will materialize the
> view by creating an intermediate table(drop intermediate table first). The
> intermediate tables' name is like kylin_intermediate_\{view_name}, that means
> jobs will create tables with the same name if the same view is referenced. So
> one job's intermediate table may be dropped by another job, in such cases,
> error like "table not found" will happen
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)