Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MDX support for Hive (Hadoop)

Tags:

hadoop

hive

mdx

Is there any support for Multidimensional Expressions (MDX) for Hadoop's Hive ?

like image 221
Swaroop Vajrapu Avatar asked May 23 '11 06:05

Swaroop Vajrapu


1 Answers

Connecting an OLAP solution with Hadoop's data is possible. In icCube it's possible to create your own data sources (check documentation), you'll need a Java interface (like JDBC).

This solution is bringing the data to the OLAP server. To bring the processing to Hadoop is another question and at my knowledge nobody does it. Aggregating the facts in parallel is possible. Another step is to have the dimensions in the nodes. This is a complicated problem (algos are not easy to transform in a parallel version).

like image 61
ic3 Avatar answered Oct 03 '22 08:10

ic3