[ 
https://issues.apache.org/jira/browse/KYLIN-4010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16884861#comment-16884861
 ] 

ASF GitHub Bot commented on KYLIN-4010:
---------------------------------------

hit-lacus commented on pull request #740: KYLIN-4010 Improve real-time streaming
URL: https://github.com/apache/kylin/pull/740
 
 
   1. Update event time by timezone, which help to solve fix timezone not align 
problem
   2. Add streaming metrics option, such as console/csv/jmx, which help to 
collect real-time streaming metrics
   3. Improve code smell
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> TimeZone is hard-coded in function makeSegmentName for class CubeSegment
> ------------------------------------------------------------------------
>
>                 Key: KYLIN-4010
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4010
>             Project: Kylin
>          Issue Type: Improvement
>          Components: Others
>    Affects Versions: v3.0.0-alpha
>            Reporter: zengrui
>            Assignee: Xiaoxiang Yu
>            Priority: Minor
>
> In Real-Time Streaming Cube when I send some records to kafka topic, the 
> tmestamp for the record is 2019-01-01 00:00:00.000, but kylin create a 
> segment named 20181231160000_20181231170000.
> Then I found that TimeZone is hard-coded to "GMT" in function makeSegmentName 
> for class CubeSegment. I think that it should be config in kylin.properties.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to