[jira] [Created] (KYLIN-1201) Enhance project level ACL

2015-12-07 Thread Luke Han (JIRA)
Luke Han created KYLIN-1201: --- Summary: Enhance project level ACL Key: KYLIN-1201 URL: https://issues.apache.org/jira/browse/KYLIN-1201 Project: Kylin Issue Type: Improvement Affects Versions: v

[jira] [Created] (KYLIN-1202) Redesign v2.0 UI

2015-12-07 Thread Luke Han (JIRA)
Luke Han created KYLIN-1202: --- Summary: Redesign v2.0 UI Key: KYLIN-1202 URL: https://issues.apache.org/jira/browse/KYLIN-1202 Project: Kylin Issue Type: Task Components: Web Affects

[jira] [Created] (KYLIN-1203) Cannot save cube after correcting the configuration mistake

2015-12-07 Thread Lola Liu (JIRA)
Lola Liu created KYLIN-1203: --- Summary: Cannot save cube after correcting the configuration mistake Key: KYLIN-1203 URL: https://issues.apache.org/jira/browse/KYLIN-1203 Project: Kylin Issue Type:

[jira] [Created] (KYLIN-1204) Modification doesn't take effect after creating 2 count measures and save

2015-12-07 Thread Dong Li (JIRA)
Dong Li created KYLIN-1204: -- Summary: Modification doesn't take effect after creating 2 count measures and save Key: KYLIN-1204 URL: https://issues.apache.org/jira/browse/KYLIN-1204 Project: Kylin

Kylin ingnores startTime in cube build process

2015-12-07 Thread Marek Wiewiorka
Hi All, I came across a weird situation with Kylin cube incremental refresh. I will try to describe it: I've a cube with data up to 2015.12.03. When tried to to build a cube segment for 2015.12.06 by specify a json like this: { "startTime": "144936000", "endTime": "144944640", "buildType

Kylin ingnores startTime in cube build process?

2015-12-07 Thread Marek Wiewiorka
Hi All, I came across a weird situation with Kylin cube incremental refresh. I will try to describe it: I've a cube with data up to 2015.12.03. When tried to to build a cube segment for 2015.12.06 by specify a json like this: { "startTime": "144936000", "endTime": "144944640", "buildType

Re: Kylin ingnores startTime in cube build process?

2015-12-07 Thread yu feng
Kylin will ignore startTime while building a segment, It will take 1) start time you set in building cube if you are build first segment, 2) end time of last segment if you append new segment as start time of new segment. 2015-12-07 20:22 GMT+08:00, Marek Wiewiorka : > Hi All, > I came across a we

Re: Kylin ingnores startTime in cube build process?

2015-12-07 Thread Marek Wiewiorka
Thanks! So is there any option to build daily segments not in monotonic order? It's sometimes the case that data are partitioned and due to some problems in processing more recent partitions are ready earlier than older ones. How can it be handled in Kylin in daily refresh scenario? Marek 20

Cassandra instead of HBase in Kylin

2015-12-07 Thread KylinPOC
Is Cassandra on the road map for cube storage as an option to HBase? -- View this message in context: http://apache-kylin-incubating.74782.x6.nabble.com/Cassandra-instead-of-HBase-in-Kylin-tp2688.html Sent from the Apache Kylin (Incubating) mailing list archive at Nabble.com.

Re: Kylin ingnores startTime in cube build process?

2015-12-07 Thread Luke Han
Build an empty segment by those days, say day 2, 3, 4 are empty, but 5 contains data. Build each segment one by one until 5, so you could query data from 5. Next time, once data fill into 2, 3, 4, refresh them again. Thanks. Best Regards! - Luke Han On Tue, Dec 8, 2015 at

[jira] [Created] (KYLIN-1205) hbase RpcClient java.io.IOException: Unexpected closed connection

2015-12-07 Thread liyang (JIRA)
liyang created KYLIN-1205: - Summary: hbase RpcClient java.io.IOException: Unexpected closed connection Key: KYLIN-1205 URL: https://issues.apache.org/jira/browse/KYLIN-1205 Project: Kylin Issue Type

[jira] [Created] (KYLIN-1206) Support "UNION" in query

2015-12-07 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-1206: --- Summary: Support "UNION" in query Key: KYLIN-1206 URL: https://issues.apache.org/jira/browse/KYLIN-1206 Project: Kylin Issue Type: Wish Components: Q

[jira] [Created] (KYLIN-1207) Backend tool to delete/archive job history based on given conditions

2015-12-07 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1207: - Summary: Backend tool to delete/archive job history based on given conditions Key: KYLIN-1207 URL: https://issues.apache.org/jira/browse/KYLIN-1207 Project: Kylin

[jira] [Created] (KYLIN-1208) [UI Part] Frontend display enforce timestamp filter to retrieve from metadata store for efficiency

2015-12-07 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1208: - Summary: [UI Part] Frontend display enforce timestamp filter to retrieve from metadata store for efficiency Key: KYLIN-1208 URL: https://issues.apache.org/jira/browse/KYLIN-1208

[jira] [Created] (KYLIN-1209) [Backend Part]Frontend display enforce timestamp filter to retrieve from metadata store for efficiency

2015-12-07 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1209: - Summary: [Backend Part]Frontend display enforce timestamp filter to retrieve from metadata store for efficiency Key: KYLIN-1209 URL: https://issues.apache.org/jira/browse/KYLIN-1209

Re: Kylin ingnores startTime in cube build process

2015-12-07 Thread 周千昊
Hi Marek Is this your first time to build the cube? Kylin will use the end time of last segment's as the start time. And if there are no segments have been built, the partition start date will be used as the first segment's start time. Marek Wiewiorka 于2015年12月7日周一 下午8:14写道: > Hi All, >

Xianbin volunteers to work on KYLIN-1079

2015-12-07 Thread hongbin ma
hi community, Xianbin reached me to express his strong willingness to contribute Kylin. I think https://issues.apache.org/jira/browse/KYLIN-1079 is very suitable for him as a start. let's give him a warm welcome! -- Forwarded message -- From: 王贤彬 Date: Tue, Dec 8, 2015 at 11:54

[jira] [Created] (KYLIN-1210) Allowing segment overlap to solve streaming data completeness

2015-12-07 Thread hongbin ma (JIRA)
hongbin ma created KYLIN-1210: - Summary: Allowing segment overlap to solve streaming data completeness Key: KYLIN-1210 URL: https://issues.apache.org/jira/browse/KYLIN-1210 Project: Kylin Issue

Re: Xianbin volunteers to work on KYLIN-1079

2015-12-07 Thread Xiaoyu Wang
Welcome Xianbin! Community need more volunteers like you! 在 2015年12月08日 13:43, hongbin ma 写道: hi community, Xianbin reached me to express his strong willingness to contribute Kylin. I think https://issues.apache.org/jira/browse/KYLIN-1079 is very suitable for him as a start. let's give him a w

Re: Xianbin volunteers to work on KYLIN-1079

2015-12-07 Thread Luke Han
Welcome Xianbin, please feel free to ask question if any. and here's good reference about code repo, patch and so on: http://kylin.apache.org/development/howto_contribute.html Thanks. Best Regards! - Luke Han On Tue, Dec 8, 2015 at 1:59 PM, Xiaoyu Wang wrote: > Welcome

Re: Xianbin volunteers to work on KYLIN-1079

2015-12-07 Thread whenwin
hi all! thank for the warm welcome, and help from hongbin, xiaoyu, luke. big smile on face! regards -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Xianbin-volunteers-to-work-on-KYLIN-1079-tp2696p2700.html Sent from the Apache Kylin mailing list archive at Nabble.com.