KYLIN-5387 migrate cube planner1 to kylin5
57 files changed
tree: fd91a4fb6d9f29de4fa9598c835880471341c761
  1. build/
  2. dev-support/
  3. kystudio/
  4. src/
  5. .gitconfig
  6. .gitignore
  7. LICENSE
  8. lombok.config
  9. NOTICE
  10. pom.xml
  11. README.md
  12. scalastyle-config.xml
README.md

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
./build/release/release.sh