Re: fail Build Dimension Dictionary

2016-08-27 Thread hongbin ma
can you pastebin the cube desc and the look up table's hive schema? On Wed, Aug 24, 2016 at 3:17 PM, Yiming Liu wrote: > Please double check the cube definition which is a json file. > > 2016-08-24 15:13 GMT+08:00 Jose Raul Perez Rodriguez < > joseraul.w...@gmail.com>:

Re: Use Apache HUE with Kylin

2016-08-27 Thread hongbin ma
​thanks Alberto!​ -- Regards, *Bin Mahone | 马洪宾*

Use Apache HUE with Kylin

2016-08-27 Thread Alberto Ramón
Hello, I did a small manual, about How to querie Kylin on HUE https://github.com/albertoRamon/Kylin/tree/master/KylinWithHue For any suggestions/bug, *feel free to contact me* Thanks, Alberto

Re: Kylin documentation

2016-08-27 Thread Li Yang
Not at the moment. But we are working on it. Thanks! On Fri, Aug 26, 2016 at 8:36 PM, Roberto Tardío Olmos < roberto.tar...@stratebi.com> wrote: > Hi, > I was wondering if there is any scientific paper or book about Apache > Kylin, in addition to the preentations and the links of the website. I

Re: how to set the running mr job library directory to local?

2016-08-27 Thread Li Yang
The question itself is very confusing. We all know java lib has to be on local file system. No way for classpath to ref dependencies on HDFS. On Wed, Aug 24, 2016 at 10:09 AM, Wang Yajun wrote: > Hi all > > I have set HIEVE_HOME and HBASE_HOME to specify the local path in >

Re: Is there a way to deal with a multi-value dimension column?

2016-08-27 Thread Li Yang
I think making the data model right is the first thing. Expand the multi-value into multiple rows is the right approach. The concern that the result will be too big is then a secondary issue. There are plenty ways to handle a big table. E.g. it can be a view that only temporarily exists during