Versions Compared

Key

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

...

  1. Launch Kyvos Manager from terminal.

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

  3. Add Hadoop Cluster in Update the providerInfo.xml file for Azure provider list on the Kyvos Manager node , and complete the following details: to add a Hadoop cluster for the Azure provider, including all necessary 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>

...