Correction on the document link
https://github.com/apache/incubator-kylin/blob/master/docs/Tutorial/Kylin%20Cube%20Build%20and%20Job%20Monitoring%20Tutorial.md

Note the old KylinOLAP is deprecated.

On Fri, May 1, 2015 at 11:56 PM, 周千昊 <[email protected]> wrote:

> forward to mailing list.
> @Siv please subscribe the dev mailing list(send mail to
> [email protected]) for further update.
> For your question
> 1. cube data is encoded into byte array, so you cannot view the data since
> it is not readable, if you want to export the data, just export the hbase
> table will work.
> 2. Not possible as I know(Kylin is a OLAP engine)
> 3. for incremental build , you have to first indicate the partition column
> so that kylin will know how to split the data, for more details please
> refer to
>
> https://github.com/KylinOLAP/Kylin/wiki/Kylin-Cube-Build-and-Job-Monitoring-Tutorial
>
> <[email protected]>于2015年5月1日周五 上午12:19写道:
>
> > 1. How to export/view cube data from HBase?
> >
> > 2. Suppose my fact table data like below,
> >
> > company department      value
> > MS      FIN              1
> > MS      DEV              2
> > FB      FIN              3
> > FB      DEV              4
> >
> >
> > I need to transform this cube data into pivot format like,
> >
> > MS_FIN_value    MS_DEV_value    FB_FIN_value    FB_DEV_value
> > 1                    2              3               4
> >
> > Is it possible with Kylin ?
> >
> > 3. Any tutorial for incremental cube building ?
> >
> > Thanks
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Kylin OLAP" group.
> > To unsubscribe from this group and stop receiving emails from it, send an
> > email to [email protected].
> > To view this discussion on the web visit
> >
> https://groups.google.com/d/msgid/kylin-olap/c61e93d2-a669-4e05-b917-8e5ed966a921%40googlegroups.com
> > .
> > For more options, visit https://groups.google.com/d/optout.
> >
>

Reply via email to