[
https://issues.apache.org/jira/browse/KYLIN-3397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16706622#comment-16706622
]
Pan, Julian commented on KYLIN-3397:
------------------------------------
Sorry for late reply.
The system cube is GMT based, such as your cube build time select on UI.
If necessary, we can create a task for the change timestamp for cube build base
on Web time.
> Kylin UI Timestemp(GMT) issue
> -----------------------------
>
> Key: KYLIN-3397
> URL: https://issues.apache.org/jira/browse/KYLIN-3397
> Project: Kylin
> Issue Type: Bug
> Components: Web
> Reporter: praveenece
> Priority: Major
>
>
> Kylin Version 2.3.1
> In Kylin React-the Data has inserted into System Cube table based on GMT
> format,but the user
> Changed option GMT to GMT+5.30 in kylin UI (Kylin.properties).
> when we build segment wise in System Cube(Kylin UI).the system has generated
> select statement in first step of build,its
> taken internally GMT+5.30 format not for GMT.
> below i given generated select query from First step of Create Intermediate
> Flat Hive Table(log)
> SELECT x,y,z
> FROM KYLIN.HIVE_METRICS_QUERY_CUBE_QA as HIVE_METRICS_QUERY_CUBE_QA
> WHERE 1=1 AND (((HIVE_METRICS_QUERY_CUBE_QA.KDAY_DATE = '2018-06-01' AND
> HIVE_METRICS_QUERY_CUBE_QA.KDAY_TIME >= '17:10:00')
> OR (HIVE_METRICS_QUERY_CUBE_QA.KDAY_DATE > '2018-06-01'))
> AND ((HIVE_METRICS_QUERY_CUBE_QA.KDAY_DATE = '2018-06-04' AND
> HIVE_METRICS_QUERY_CUBE_QA.KDAY_TIME < '16:27:00')
> OR (HIVE_METRICS_QUERY_CUBE_QA.KDAY_DATE < '2018-06-04')))
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)