From dev-return-15705-archive-asf-public=cust-asf.ponee.io@kylin.apache.org Tue May 21 03:04:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0B36D18076D for ; Tue, 21 May 2019 05:04:01 +0200 (CEST) Received: (qmail 37402 invoked by uid 500); 21 May 2019 03:04:01 -0000 Mailing-List: contact dev-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list dev@kylin.apache.org Received: (qmail 37381 invoked by uid 99); 21 May 2019 03:04:00 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 May 2019 03:04:00 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 52E9CE2585 for ; Tue, 21 May 2019 03:04:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0D51E25807 for ; Tue, 21 May 2019 03:04:00 +0000 (UTC) Date: Tue, 21 May 2019 03:04:00 +0000 (UTC) From: "zengrui (JIRA)" To: dev@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KYLIN-4010) TimeZone is hard-coded in function makeSegmentName for class CubeSegment MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 zengrui created KYLIN-4010: ------------------------------ Summary: TimeZone is hard-coded in function makeSegmentName fo= r class CubeSegment Key: KYLIN-4010 URL: https://issues.apache.org/jira/browse/KYLIN-4010 Project: Kylin Issue Type: Improvement Components: Others Affects Versions: v2.6.2, v3.0.0-alpha Reporter: zengrui In Real-Time Streaming Cube when I send some records to kafka topic, the tm= estamp for the record is 2019-01-01 00:00:00.000, but kylin create a segmen= t named 20181231160000_20181231170000. Then I found that=C2=A0TimeZone is hard-coded to "GMT" in function makeSegm= entName for class CubeSegment. I think that it should be config in kylin.pr= operties. -- This message was sent by Atlassian JIRA (v7.6.3#76005)