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

[jira] [Created] (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

Vsevolod Ostapenko created KYLIN-3077:
-----------------------------------------

             Summary: 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: hongbin ma


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)