Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

  1. Add the kyvos.connection.readUsingCustomFS.jobs.internal=NONE property from the Kyvos connections page

  2. Modify the values of the following properties in the advance properties of semantic model job:

    • kyvos.process.compute.type=KYVOS_COMPUTE

    • kyvos.build.aggregate.type=TABULAR

  3. Set the kyvos.process.datastore.properties propertyon Hadoop Connection properties and set the value as SET disabled_optimizers = 'join_order';SET memory_limit='40GB';SET threads TO 1;

  4. Restart Kyvos services.

Post deployment for Azure

The following post-deployment steps are required to be performed because the Datalake connection is blank on the Azure no-Spark cluster.

  1. Launch Kyvos Manager from terminal.

  2. Navigate to /data/kyvos/app/kyvos/olapengine/conf/providerInfo.xml file.

  3. Add Hadoop Cluster in the providerInfo.xml file for Azure provider list on Kyvos Manager node, and complete the following details:

Code Block
<DEPLOYMENT_PROVIDER_MAPPING PROVIDERLIST="5">
    <TYPE NAME="AZURE"></TYPE>
</DEPLOYMENT_PROVIDER_MAPPING>
<PROVIDERLIST NAME="5">
    <ALLOWED_PROVIDERS><![CDATA[HADOOP_CLUSTER,LOCAL_PROCESS_CLUSTER,DATABRICKS,PRESTO,ATHENA,POSTGRESQL,AZURESQLDB,GENERIC,SNOWFLAKE]]></ALLOWED_PROVIDERS>
</PROVIDERLIST>
  1. Update the snapshot Bundle for Kyvos BI server configurations.

  2. Restart the services.

Other important points to know

...