...
The post-deployment steps must be executed since the Data Lake connection is blank on the Azure no Spark cluster.
Launch SSH Kyvos Manager from terminal.
Navigate to /data/kyvos/app/kyvos/olapengine/conf/providerInfo.xml file.
Update In the providerInfo.xml file on the Kyvos Manager node to add a , add Hadoop cluster for the Azure provider list, including all necessary details.
...
From the Kyvos Connection page, do the following:
For ROLAP queries, set the kyvos.connection.defaultsqlengine property’s value as True.
Add the kyvos.connection.isRead property and set is value as True.
Modify the value of the following semantic model advanced properties on Kyvos Web Portal:
kyvos.sqlwarehouse.catalog = ‘Your catalog name’
kyvos.sqlwarehouse.tempdb = ‘Your Database name’
kyvos.build.aggregate.type = TABULAR
Kyvos.process.compute.type = Kyvos Compute
You can also set subtype to select no Spark model processing for semantic model via property.
To do this, navigate to the Kyvos Properties page and update the KYVOS_PROCESS_COMPUTE_SUBTYPE property and restart Kyvos services.
...