1

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?

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Søren
  • 31
  • 3

2 Answers2

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

-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