When building streaming cube??i find two issues

2016-12-14 Thread ????
I follow the tutorial build a streaming cube, the partitions of the topic is 1 1??I test the blow resuful api, the result is {"result":"success","offsets":"{0=172400}"}, but how can i use this result?curl -X PUT --user ADMIN:KYLIN -H "Content-Type: application/json;charset=utf-8" -d '{

[jira] [Created] (KYLIN-2283) Have a general purpose data generation tool

2016-12-14 Thread liyang (JIRA)
liyang created KYLIN-2283: - Summary: Have a general purpose data generation tool Key: KYLIN-2283 URL: https://issues.apache.org/jira/browse/KYLIN-2283 Project: Kylin Issue Type: Improvement

What's the meaning of kylin.job.cuboid.size.memhungry.ratio and kylin.job.cuboid.size.ratio?

2016-12-14 Thread Ding Dinghua
Hi, when I am reading the logic when estimating cuboid size, I found the size has been multiply with the configured ratio, I can't get the logic behind this, Could anyone tell me? Thanks -- Ding Dinghua

Re: KYLIN JDBC卡主不动

2016-12-14 Thread ShaoFeng Shi
is there any message in kylin.log? 在 2016年12月15日 上午11:03,gaolv123...@163.com 写道: > 你好: > 我在用JDBC 读取数据的时候,卡主不动,日志如下: > [DEBUG] 2016-12-15 10:06:31,093 Get connection for route {}->h > ttp://10.1.1.158:7070 > [DEBUG] 2016-12-15 10:06:31,103 Connecting to 10.1.1.158:7070 >

[Discuss] Disable/hide "RAW" measure in Kylin web GUI

2016-12-14 Thread ShaoFeng Shi
Hello developers and users, I have a proposal want to disucss here, which is about the "RAW" measure in Kylin. The RAW measure was developed to solve the requirement for getting raw data when user drill down from high level to low levels. It's performance would be much better than fetching from

KYLIN JDBC卡主不动

2016-12-14 Thread gaolv123...@163.com
你好: 我在用JDBC 读取数据的时候,卡主不动,日志如下: [DEBUG] 2016-12-15 10:06:31,093 Get connection for route {}->http://10.1.1.158:7070 [DEBUG] 2016-12-15 10:06:31,103 Connecting to 10.1.1.158:7070 [DEBUG] 2016-12-15 10:06:32,499 Connection 0.0.0.0:45116<->10.1.1.158:7070 shut down [DEBUG] 2016-12-15

Re: when i deploy a cluster mode by the elb of aws, i can not query in python sqlalchemy

2016-12-14 Thread Jian Zhong
try if this can help you https://github.com/wxiang7/pykylin On Mon, Dec 12, 2016 at 5:46 PM, Chuanlei Ni wrote: > Maybe you need a kylin sql driver in python that is not provied in official > distribution. > > 2016-12-12 14:19 GMT+08:00 张磊 <121762...@qq.com>: > > > when i

[jira] [Created] (KYLIN-2282) Step name "Build N-Dimension Cuboid Data : N-Dimension" is inaccurate

2016-12-14 Thread Shaofeng SHI (JIRA)
Shaofeng SHI created KYLIN-2282: --- Summary: Step name "Build N-Dimension Cuboid Data : N-Dimension" is inaccurate Key: KYLIN-2282 URL: https://issues.apache.org/jira/browse/KYLIN-2282 Project: Kylin

Re: [jira] [Created] (KYLIN-2281) Pending on the first step(save data from kafka) when building streaming cube

2016-12-14 Thread Luke_Selina
Maybe you should go to look into the MR Application, to make sure the Job have got the resource to run, good luck to you! -- View this message in context:

[jira] [Created] (KYLIN-2281) Pending on the first step(save data from kafka) when building streaming cube

2016-12-14 Thread QiLiFei (JIRA)
QiLiFei created KYLIN-2281: -- Summary: Pending on the first step(save data from kafka) when building streaming cube Key: KYLIN-2281 URL: https://issues.apache.org/jira/browse/KYLIN-2281 Project: Kylin

Pending on the first step(Save data from kafka) when building streaming cube

2016-12-14 Thread JunZhang
I tried several times to build the streaming cube based on kafka source . However , it will always pending on the first step(already take about 160 mins ) to save data from kafka. I checked the data from kafka . There are only about one thousand data . Which is confused for me . Anyone who can