Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

You can use no Spark model processing to deploy Kyvos through Query Engine or Kubernetes for Azure and GCP.

For AWS, you can use no Spark model processing to deploy Kyvos through Query Engine.

To deploy Kyvos through Kubernetes (K8s) on:

To deploy Kyvos through Query Engine

  • Azure:

  • GCP:

Post deployment for all clouds (AWS, Azure and GCP)

  1. Set property in connections: Users must add the following property from the Kyvos connections page:

   kyvos.connection.readUsingCustomFS.jobs.internal=NONE

  1. Set properties at Cube level: Users should modify the values of the following properties in the advance properties of Cube build:

   kyvos.process.compute.type=KYVOS_COMPUTE

   kyvos.build.aggregate.type=TABULAR

  1. Set below property on Hadoop connection properties and restart kyvos services

Property - kyvos.process.datastore.properties

Value - SET disabled_optimizers = 'join_order';SET memory_limit='40GB';SET threads TO 1;

Note: For changing the Kyvos compute cluster mode, users must modify the value of

KYVOS_PROCESS_COMPUTE_SUBTYPE property on KM Kyvos Properties page

  • No labels