THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!

Apache Kylin : Analytical Data Warehouse for Big Data

Page tree

Welcome to Kylin Wiki.

Compare to kylin architechture, the main changes include the following:

  • Query engine
    Can submit query task to yarn cluster with spark
  • Cube build engine

           Spark as the only build engine

  • Metadata
    Metadata still can be saved into HBase, JDBC. There's a little difference with kylin metadata, see more from MetadataConverter.scala
  • Storage
    • Cuboids are saved into HDFS as parquet format(or other file system, no longer need HBase)



  • No labels