You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "liyang (JIRA)" <ji...@apache.org> on 2017/12/03 08:36:00 UTC

[jira] [Resolved] (KYLIN-3077) EDW.TEST_SELLER_TYPE_DIM_TABLE is not being created by the integration test, but it's presence in the Hive is expected

     [ https://issues.apache.org/jira/browse/KYLIN-3077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

liyang resolved KYLIN-3077.
---------------------------
       Resolution: Fixed
    Fix Version/s: v2.3.0

> EDW.TEST_SELLER_TYPE_DIM_TABLE is not being created by the integration test, but it's presence in the Hive is expected
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-3077
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3077
>             Project: Kylin
>          Issue Type: Bug
>          Components: Tools, Build and Test
>    Affects Versions: v2.3.0
>         Environment: HDP 2.5.6, Kylin 2.3.0
>            Reporter: Vsevolod Ostapenko
>            Assignee: liyang
>             Fix For: v2.3.0
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Attempt to run Kylin 2.3.0 integration tests against clean single node cluster under HDP 2.5.6 fails at the step "CREATE VIEW edw.test_seller_type_dim AS SELECT * FROM edw.test_seller_type_dim_table".
> Underlying table edw.test_seller_type_dim_table is never being created by any of the prior steps.
> Replication steps:
> 1. Install clean HDP 2.5.6 single node cluster
> 2. Configure Kylin dev box to use remote cluster created in the step 1.
> 3. Run
> mvn verify -fae -Dhdp.version=2.5.6.0-40 -P sandbox 2>&1 | tee ../kylin-verify.log
> There will be a failure reported at the Integration test phase.
> 4. grep -i -E "create[ ]+(table|view)" ../kylin-verify.log
> There is no create table for edw.test_seller_type_dim_table in the list of previously executed commands.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)