You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/03 07:11:00 UTC

[jira] [Commented] (KYLIN-3515) Cubing jobs may interfere with each other if use same hive view

    [ https://issues.apache.org/jira/browse/KYLIN-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601826#comment-16601826 ] 

ASF GitHub Bot commented on KYLIN-3515:
---------------------------------------

asfgit commented on issue #219: KYLIN-3515 Add uuid for materialized table of hive view
URL: https://github.com/apache/kylin/pull/219#issuecomment-418021421
 
 
   Can one of the admins verify this patch?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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: Future
>
>         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)