You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "praveenece (JIRA)" <ji...@apache.org> on 2018/06/05 06:26:00 UTC

[jira] [Created] (KYLIN-3397) Kylin UI Timestemp(GMT) issue

praveenece created KYLIN-3397:
---------------------------------

             Summary: Kylin UI Timestemp(GMT) issue
                 Key: KYLIN-3397
                 URL: https://issues.apache.org/jira/browse/KYLIN-3397
             Project: Kylin
          Issue Type: Bug
            Reporter: praveenece


 

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 segement wise in System Cube(Kylin UI).the system has generated select statment in first step of build,its
taken 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)