It is possible to connect an OLAP solution with Hadoop data. In icCube you can create your own data sources (check documentation ), you will need a Java interface (for example, JDBC).
This solution transfers data to the OLAP server. Transferring processing to Hadoop is another question, and as far as I know, nobody does. Possible simultaneous aggregation of facts. Another step is to measure in nodes. This is a complex problem (algos are not easy to transform in a parallel version).
source share