You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Hao Chen (JIRA)" <ji...@apache.org> on 2016/02/23 05:12:18 UTC

[jira] [Resolved] (KYLIN-1427) Enable partition date column to support date and hour as separate columns for increment cube build

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

Hao Chen resolved KYLIN-1427.
-----------------------------
    Resolution: Fixed

> Enable partition date column to support date and hour as separate columns for increment cube build 
> ---------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-1427
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1427
>             Project: Kylin
>          Issue Type: Task
>          Components: Metadata, REST Service, Web 
>            Reporter: qianqiaoneng
>            Assignee: Hao Chen
>
> There are some data table, which save date and hour at 2 columns. For this kind of source data, kylin currently doesn't support incrementally build the cube. Open this JIRA to track this feature. 
> {code}
> {
>  "partition_desc": {
>     "partition_date_column": "DEFAULT.TEST_KYLIN_FACT.CAL_DT",
>     "partition_time_column": "DEFAULT.TEST_KYLIN_FACT.CAL_HOUR",
>     "partition_date_format": "yyyy-MM-dd",
>     "partition_time_format": "HH:mm",
>     "partition_date_start": 0,
>     "partition_type": "APPEND",
>     "partition_condition_builder": "org.apache.kylin.metadata.model.PartitionDesc$DefaultPartitionConditionBuilder"
>   }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)