Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

how to create OLAP Cubes on HADOOP data - Impala Database

avatar

Dear Cloudera Community,

 

I am looking for advice on how to create  OLAP Cubes on HADOOP data - Impala Database with  Fact and DIMENSIONS tables.

 

Reference:

 

https://vision.cloudera.com/building-a-hadoop-data-warehouse-hadoop-101-for-enterprise-data-professi...

 

Question number 10

 

Regards

Anis

2 ACCEPTED SOLUTIONS

avatar
Champion
Depending on your budget and feelings on opensource there are two options to push the accelerator. I haven't dug into either one to talk to how they do it.

If you wanted to just roll your own I'd imagine it would be following the star schema methodology the Kimball is known for in Impala and then just leveraging Impala/HDFS caching to make it as fast as possible.

http://kylin.apache.org/

or

http://www.atscale.com/

View solution in original post

avatar
Community Manager

Hi @AnisurRehman,

 

Did you check out the follow up posts from the series including:

 

 


Keep the questions coming,

Cy Jervis | Senior Manager, Knowledge Programs

if (helpful) { mark_as_solution(); } | if (appreciated) { give_kudos(); }

View solution in original post

2 REPLIES 2

avatar
Champion
Depending on your budget and feelings on opensource there are two options to push the accelerator. I haven't dug into either one to talk to how they do it.

If you wanted to just roll your own I'd imagine it would be following the star schema methodology the Kimball is known for in Impala and then just leveraging Impala/HDFS caching to make it as fast as possible.

http://kylin.apache.org/

or

http://www.atscale.com/

avatar
Community Manager

Hi @AnisurRehman,

 

Did you check out the follow up posts from the series including:

 

 


Keep the questions coming,

Cy Jervis | Senior Manager, Knowledge Programs

if (helpful) { mark_as_solution(); } | if (appreciated) { give_kudos(); }