Can OLAP CUBE be done in HBase?

馋奶兔 提交于 2019-12-04 12:20:04

问题


Is there any way to create CUBE DIMENSIONS in HBase or OLAP with it? I want to create CUBE DIMENSIONS kind of application with my HBASE or HIVE and connect that with SSAS for reporting purpose, is that possible? If soo please guide me with some links and codes.

I have tried to create cube views in hive and i want to know whether that is possible with HBase.

Thanks...


回答1:


It is quite possible. In fact several attempts have been made in recent past towards the same. See HBase-Lattice and urbanairship datacube, for example.

You might also find this presentation helpful, which talks about Low Latency “OLAP” with HBase.

HTH




回答2:


You can look at Kylin from eBay. It enables you to build cubes from hive and saves the resulting data to hbase



来源:https://stackoverflow.com/questions/18332594/can-olap-cube-be-done-in-hbase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!