is it possible to connect Apache Kylin without other databases like Hbase (plus HDFS) in general? So you can store raw data and the cube metadata somewhere else?
Asked
Active
Viewed 516 times
2 Answers
0
I think you coulde use Apache Hive using managed native tables (Hive storage handlers) Hive could connect over ODBC driver to MySQL for example

Pavel.Solovyenko
- 66
- 2
- 4
-1
To use Kylin ,HDFS is mandatatory .Raw data as well as Cube data both will be stored in HDFS.
If you want to support other nosql datastore like cassandra ,you can consider other framework ,FiloDB