2

Hey, i am starting a hadoop based hypercube with a flexible number of dimensions. Does anybody know any existing approaches for this?

I just found PigOLAPSketch, but there is no code to use it.

Another approach is Zohmg from lastfm, which uses hbase, but seems to be very dead.

I think i will start a pig solution, maybe you have some advices?

YOU
  • 120,166
  • 34
  • 186
  • 219
Torben Brodt
  • 117
  • 4

2 Answers2

0

This would be very cool/useful. OpenTSDB is an HBase time-series database that might be interesting to look at, they have a clever approach to secondary indexing.

mumrah
  • 361
  • 4
  • 3
0

You can also look at gpu based database https://www.kinetica.com/ but this is not open source, requires separate appliances and movement of data from Hadoop to Kinetica infrastructure.

Arvind Kumar
  • 1,325
  • 1
  • 19
  • 27