[jira] [Updated] (KYLIN-3788) Kylin's internal time zone conversions are various and confusing

2019-05-09 Thread nichunen (JIRA)


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

nichunen updated KYLIN-3788:

Fix Version/s: (was: Future)
   v2.6.2

>  Kylin's internal time zone conversions are various and confusing
> -
>
> Key: KYLIN-3788
> URL: https://issues.apache.org/jira/browse/KYLIN-3788
> Project: Kylin
>  Issue Type: Bug
>  Components: REST Service, Web 
>Affects Versions: v2.5.2
> Environment: Huawei FI
>Reporter: zhao jintao
>Assignee: zhao jintao
>Priority: Major
>  Labels: TimeZone
> Fix For: v2.6.2
>
>
> Hi, All team
> I found that Kylin has a variety of time zone conversions inside, which is 
> confusing. In some code, the time zone is "GMT" when converting time, and 
> some code uses the time zone specified in the configuration file 
> ("TimeZone.getTimeZone("GMT")" );
> For Example:
> in CubingJob.java, use TimeZone from configuration file:  
> format.setTimeZone(TimeZone.getTimeZone(
> config.getTimeZone())),
> but in TimeUtil.java, use GMT TimeZone:private static TimeZone gmt = 
> TimeZone.getTimeZone("GMT")
>  
> When inport data from Kafka Streaming Data,kylin generate "Data_Start", 
> "Hour_Start" uses the GMT time zone,  They are  some time zones later than 
> the real time. Why not use the time zone specified in the configuration file?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KYLIN-3788) Kylin's internal time zone conversions are various and confusing

2019-04-23 Thread nichunen (JIRA)


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

nichunen updated KYLIN-3788:

Fix Version/s: v2.6.2

>  Kylin's internal time zone conversions are various and confusing
> -
>
> Key: KYLIN-3788
> URL: https://issues.apache.org/jira/browse/KYLIN-3788
> Project: Kylin
>  Issue Type: Bug
>  Components: REST Service, Web 
>Affects Versions: v2.5.2
> Environment: Huawei FI
>Reporter: zhao jintao
>Assignee: zhao jintao
>Priority: Major
>  Labels: TimeZone
> Fix For: v2.6.2
>
>
> Hi, All team
> I found that Kylin has a variety of time zone conversions inside, which is 
> confusing. In some code, the time zone is "GMT" when converting time, and 
> some code uses the time zone specified in the configuration file 
> ("TimeZone.getTimeZone("GMT")" );
> For Example:
> in CubingJob.java, use TimeZone from configuration file:  
> format.setTimeZone(TimeZone.getTimeZone(
> config.getTimeZone())),
> but in TimeUtil.java, use GMT TimeZone:private static TimeZone gmt = 
> TimeZone.getTimeZone("GMT")
>  
> When inport data from Kafka Streaming Data,kylin generate "Data_Start", 
> "Hour_Start" uses the GMT time zone,  They are  some time zones later than 
> the real time. Why not use the time zone specified in the configuration file?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KYLIN-3788) Kylin's internal time zone conversions are various and confusing

2019-03-05 Thread zhao jintao (JIRA)


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

zhao jintao updated KYLIN-3788:
---
Description: 
Hi, All team

I found that Kylin has a variety of time zone conversions inside, which is 
confusing. In some code, the time zone is "GMT" when converting time, and some 
code uses the time zone specified in the configuration file 
("TimeZone.getTimeZone("GMT")" );

For Example:

in CubingJob.java, use TimeZone from configuration file:  
format.setTimeZone(TimeZone.getTimeZone(

config.getTimeZone())),

but in TimeUtil.java, use GMT TimeZone:private static TimeZone gmt = 
TimeZone.getTimeZone("GMT")

 

When inport data from Kafka Streaming Data,kylin generate "Data_Start", 
"Hour_Start" uses the GMT time zone,  They are  some time zones later than the 
real time. Why not use the time zone specified in the configuration file?

  was:
I found that Kylin has a variety of time zone conversions inside, which is 
confusing. In some code, the time zone is "GMT" when converting time, and some 
code uses the time zone specified in the configuration file 
("TimeZone.getTimeZone("GMT")" );

For Example:

in CubingJob.java, use TimeZone from configuration file:  
format.setTimeZone(TimeZone.getTimeZone(

config.getTimeZone())),

but in TimeUtil.java, use GMT TimeZone:private static TimeZone gmt = 
TimeZone.getTimeZone("GMT")

 

When inport data from Kafka Streaming Data,kylin generate "Data_Start", 
"Hour_Start" uses the GMT time zone,  They are  some time zones later than the 
real time. Why not use the time zone specified in the configuration file?


>  Kylin's internal time zone conversions are various and confusing
> -
>
> Key: KYLIN-3788
> URL: https://issues.apache.org/jira/browse/KYLIN-3788
> Project: Kylin
>  Issue Type: Bug
>  Components: REST Service, Web 
>Affects Versions: v2.5.2
> Environment: Huawei FI
>Reporter: zhao jintao
>Priority: Major
>  Labels: TimeZone
>
> Hi, All team
> I found that Kylin has a variety of time zone conversions inside, which is 
> confusing. In some code, the time zone is "GMT" when converting time, and 
> some code uses the time zone specified in the configuration file 
> ("TimeZone.getTimeZone("GMT")" );
> For Example:
> in CubingJob.java, use TimeZone from configuration file:  
> format.setTimeZone(TimeZone.getTimeZone(
> config.getTimeZone())),
> but in TimeUtil.java, use GMT TimeZone:private static TimeZone gmt = 
> TimeZone.getTimeZone("GMT")
>  
> When inport data from Kafka Streaming Data,kylin generate "Data_Start", 
> "Hour_Start" uses the GMT time zone,  They are  some time zones later than 
> the real time. Why not use the time zone specified in the configuration file?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KYLIN-3788) Kylin's internal time zone conversions are various and confusing

2019-01-25 Thread zhao jintao (JIRA)


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

zhao jintao updated KYLIN-3788:
---
Description: 
I found that Kylin has a variety of time zone conversions inside, which is 
confusing. In some code, the time zone is "GMT" when converting time, and some 
code uses the time zone specified in the configuration file 
("TimeZone.getTimeZone("GMT")" );

For Example:

in CubingJob.java, use TimeZone from configuration file:  
format.setTimeZone(TimeZone.getTimeZone(

config.getTimeZone())),

but in TimeUtil.java, use GMT TimeZone:private static TimeZone gmt = 
TimeZone.getTimeZone("GMT")

 

When inport data from Kafka Streaming Data,kylin generate "Data_Start", 
"Hour_Start" uses the GMT time zone,  They are  some time zones later than the 
real time. Why not use the time zone specified in the configuration file?

  was:
I found that Kylin has a variety of time zone conversions inside, which is 
confusing. In some code, the time zone is "GMT" when converting time, and some 
code uses the time zone specified in the configuration file 
("TimeZone.getTimeZone("GMT")" );

For Example:

in CubeSegment.java, use TimeZone from configuration file:  
dataFormat.setTimeZone(TimeZone.getTimeZone("GMT")),

but in TimeUtil.java, use GMT TimeZone:private static TimeZone gmt = 
TimeZone.getTimeZone("GMT")

 

When inport data from Kafka Streaming Data,kylin generate "Data_Start", 
"Hour_Start" uses the GMT time zone,  They are  some time zones later than the 
real time. Why not use the time zone specified in the configuration file?


>  Kylin's internal time zone conversions are various and confusing
> -
>
> Key: KYLIN-3788
> URL: https://issues.apache.org/jira/browse/KYLIN-3788
> Project: Kylin
>  Issue Type: Bug
>  Components: REST Service, Web 
>Affects Versions: v2.5.2
> Environment: Huawei FI
>Reporter: zhao jintao
>Priority: Major
>  Labels: TimeZone
>
> I found that Kylin has a variety of time zone conversions inside, which is 
> confusing. In some code, the time zone is "GMT" when converting time, and 
> some code uses the time zone specified in the configuration file 
> ("TimeZone.getTimeZone("GMT")" );
> For Example:
> in CubingJob.java, use TimeZone from configuration file:  
> format.setTimeZone(TimeZone.getTimeZone(
> config.getTimeZone())),
> but in TimeUtil.java, use GMT TimeZone:private static TimeZone gmt = 
> TimeZone.getTimeZone("GMT")
>  
> When inport data from Kafka Streaming Data,kylin generate "Data_Start", 
> "Hour_Start" uses the GMT time zone,  They are  some time zones later than 
> the real time. Why not use the time zone specified in the configuration file?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)