/kylin

Apache Kylin

Primary LanguageJavaApache License 2.0Apache-2.0

Intro to Kylin 5

Comparison with Kylin 4.0

  • New metadata design Metadata definition
  • Support Table Index
  • Support schema change
  • Support computed column
  • New CuboidScheduler
  • New Job engine etc.

Quick Start

  1. Build maven artifact with following command:
mvn clean package -DskipTests
  1. Run unit test with following command:
sh dev-support/unit_testing.sh
  1. Build a Kylin 5 binary
cd build/apache_release
./release.sh