Re: Error while building cube from stream

2016-09-26 Thread ShaoFeng Shi
Hi Tony, You're correct; The global dictionary wasn't supported in stream builder (this is the first reporting); Could you please open a JIRA? https://issues.apache.org/jira/secure/Dashboard.jspa BTW, we're developing the new version of streaming engine, which will reuse most of the logic of

Re: Error while building cube from stream

2016-09-26 Thread Tony Lee
Thanks But this does not work on streaming cube. I read some code and found that in class *StreamingCubeBuilder,* the dictionary map was built by *DictionaryGenerator.buildDictionary()* instead of *DictionaryManager.buildDictionary()*. Does this mean that streaming cube does not support global

Re: Error while building cube from stream

2016-09-24 Thread ShaoFeng Shi
Hi Tony, The error was occurred when building a bitmap counter (for distinct count); from your cube descriptor, it seems there is no global dictionary be specified for the user id column. Please check this blog: https://kylin.apache.org/blog/2016/08/01/count-distinct-in-kylin/ 2016-09-22 10:49

Re: Error while building cube from stream

2016-09-20 Thread Alberto Ramón
I don't know but , can you check this change?: KYLIN-1744 in V1.3 2016-09-20 14:50 GMT+02:00 Tony Lee : > Hi, > > I was building cube from stream as the document(http://kylin.apache. > org/docs15/tutorial/cube_streaming.html

Error while building cube from stream

2016-09-20 Thread Tony Lee
Hi, I was building cube from stream as the document( http://kylin.apache.org/docs15/tutorial/cube_streaming.html ) says. I was using 1.5.3, and i encounter this error. Same error on 1.5.4. Everything fine on 1.5.2.1. Any idea how to solve this? 2016-09-20 20:31:51,520 INFO [main