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

liyang commented on KYLIN-3077:
-------------------------------

Commit:
https://github.com/apache/kylin/commit/43d02f4730f17bde981582d5a94591ca9f2c1f22


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

Reply via email to