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

Apache Kylin : Analytical Data Warehouse for Big Data

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor fix upper to lower in the api /Cubes/ to /cubes/

...

Code Block
languagebash
titleREST API
REST API:PUT http://host:port/kylin/api/Cubescubes/{CubeName}/optimize2
Request Body:
{
"cuboidsAdd":["cuboidId1","cuboidId2"],
"cuboidsDelete":["cuboidId3","cuboidId4"]
}

...