答复: 答复: 答复: 答复: Can't create EnumerableAggregate

2016-05-06 Thread Tao Li(Internship)
cache" in "Admin" tab? Just wondering whether it is a cached error. 2016-05-06 14:04 GMT+08:00 Tao Li(Internship) : > I didn't change anything on the sample. > > -邮件原件- > 发件人: hongbin ma [mailto:mahong...@apache.org] > 发送时间: 2016年5月6日 12:08 > 收件人: dev

答复: 答复: 答复: Can't create EnumerableAggregate

2016-05-05 Thread Tao Li(Internship)
t 12:01 PM, Tao Li(Internship) wrote: > My configuration environment as follows: > Hadoop: 2.5.2 > Hive: 1.2.1 > Hbase: 1.1.3 > Kylin: 1.5.1 > > -邮件原件- > 发件人: ShaoFeng Shi [mailto:shaofeng...@apache.org] > 发送时间: 2016年5月6日 11:13 > 收件人: dev@kylin.apache.org > 主

答复: 答复: Can't create EnumerableAggregate

2016-05-05 Thread Tao Li(Internship)
hould work as it is a pre-defined measure in the sample cube. Tao, could you please provide your Kylin version? 2016-05-06 9:32 GMT+08:00 Tao Li(Internship) : > Yes, it worked successfully. Thanks. > > -邮件原件- > 发件人: Julian Hyde [mailto:jh...@apache.org] > 发送时间: 2016年

答复: 答复: 答复: kylin interpreter for zeppelin

2016-05-05 Thread Tao Li(Internship)
7:31 PM, Tao Li(Internship) wrote: > Only one special sql > > -邮件原件- > 发件人: Jian Zhong [mailto:hellowode...@gmail.com] > 发送时间: 2016年5月4日 18:41 > 收件人: dev@kylin.apache.org > 主题: Re: 答复: kylin interpreter for zeppelin > > all sql or only one specific sql? > &g

答复: Can't create EnumerableAggregate

2016-05-05 Thread Tao Li(Internship)
ow? I know that EnumerableAggregate cannot handle distinct-count and I suspect Kylin cannot either. > On May 5, 2016, at 3:00 AM, Tao Li(Internship) wrote: > > Hi, > > I submitted sql in the learn_kylin project: > > select part_dt, sum(price) as total_selled, count(distinct seller_id) as

Can't create EnumerableAggregate

2016-05-05 Thread Tao Li(Internship)
Hi, I submitted sql in the learn_kylin project: select part_dt, sum(price) as total_selled, count(distinct seller_id) as seller from kylin_sales group by part_dt order by part_dt And it failed with Error: Error while executing SQL "select part_dt, sum(price) as total_selled, count(distinct

答复: 答复: kylin interpreter for zeppelin

2016-05-04 Thread Tao Li(Internship)
Only one special sql -邮件原件- 发件人: Jian Zhong [mailto:hellowode...@gmail.com] 发送时间: 2016年5月4日 18:41 收件人: dev@kylin.apache.org 主题: Re: 答复: kylin interpreter for zeppelin all sql or only one specific sql? On Wed, May 4, 2016 at 6:02 PM, Tao Li(Internship) wrote: > Yes, the sql can w

答复: kylin interpreter for zeppelin

2016-05-04 Thread Tao Li(Internship)
Yes, the sql can work normally. -邮件原件- 发件人: Jian Zhong [mailto:hellowode...@gmail.com] 发送时间: 2016年5月4日 17:56 收件人: dev@kylin.apache.org 主题: Re: kylin interpreter for zeppelin Does your sql work normally in Kylin? On Wed, May 4, 2016 at 3:25 PM, Tao Li(Internship) wrote: > Hi, &g

kylin interpreter for zeppelin

2016-05-04 Thread Tao Li(Internship)
Hi, I want to select from kylin by zeppelin, however I get an exception: java.lang.NullPointerException at org.apache.zeppelin.kylin.KylinInterpreter.formatResult(KylinInterpreter.java:190) at org.apache.zeppelin.kylin.KylinInterpreter.executeQuery(KylinInterpreter.java:170) at org.apache.zepp

notification list problem

2016-05-03 Thread Tao Li(Internship)
Hi, I want to use the notification list function. But the message was not sent, and the kylin.log as follows: 2016-05-04 10:19:21,657 INFO [pool-5-thread-10] manager.ExecutableManager:274 : job id:3e0de97f-5922-40f3-8c67-70eb9acffdf7 from RUNNING to SUCCEED 2016-05-04 10:19:21,658 INFO [p

cube data and insight are not synchronized

2016-04-27 Thread Tao Li(Internship)
Hi, The cube has been successfully build, however tables are empty in the Insight page. And after restarting the kylin server, tables show normal. Is there any way to synchronize data manually ? Best regards, Tao Li ???(

答复: 答复: Empty result return in the Insight query kylin1.5.1

2016-04-27 Thread Tao Li(Internship)
Hi, The problem is solved. It turned out to be the JobHistory service hadn't started. Thanks a lot! Best regards, Tao Li -邮件原件- 发件人: Tao Li(Internship) [mailto:tao...@envisioncn.com] 发送时间: 2016年4月27日 18:03 收件人: dev@kylin.apache.org 主题: 答复: 答复: Empty result return in the In

答复: 答复: Empty result return in the Insight query kylin1.5.1

2016-04-27 Thread Tao Li(Internship)
the kylin.log from the build start to end? On Wed, Apr 27, 2016 at 2:23 PM, Tao Li(Internship) wrote: > Hi, > I checked the kylin log: Table > default.kylin_intermediate_10ms_1970010100_2922789940817071255 stats: > [numFiles=414, numRows=142664156, totalSize=141202858

答复: Empty result return in the Insight query kylin1.5.1

2016-04-26 Thread Tao Li(Internship)
content of the first steps output hive table. Usually it's because 0 rows exist in that table On Wed, Apr 27, 2016 at 11:58 AM, Tao Li(Internship) wrote: > Hi, > >I have successfully built a cube, however the cube size is zero and > query result is empty in the Insight

Empty result return in the Insight query kylin1.5.1

2016-04-26 Thread Tao Li(Internship)
Hi, I have successfully built a cube, however the cube size is zero and query result is empty in the Insight query. the environment of my cluster: hadoop 2.5.2 + hive 1.2.1 + hbase 1.1.3 + kylin 1.5.1 Best regards, Tao Li ???(???