Edit Core site XML file

If you are using a secured instance of HDI, follow these instructions to update the core-site.xml file:

  1. Navigate to the *<username>*/.pentaho/metastore/pentaho/NamedCluster/Configs/*<user-defined connection name>* directory and open the core-site.xml file.

  2. Add the following storage values defined for your storage type.

    • If you are using WASB storage:

Parameter

Value

fs.AbstractFileSystem.wasb.impl

Add this property to associate your WASB storage with the file system.```xmlfs.AbstractFileSystem.wasb.implorg.apache.hadoop.fs.azure.Wasb


</td></tr><tr><td>

**pentaho.runtime.fs.default.name**

</td><td>

Add this property to specify the container and storage names.```xml
<property>
      <name>pentaho.runtime.fs.default.name</name> 
      <value>wasb://*&lt;container name associated with cluster&gt;*@*&lt;storage account name&gt;.blob.core.windows.net*</value>
</property>

- If you are using ADLS storage:

Parameter

Value

pentaho.runtime.fs.default.name

Add this property to specify the container and storage names.```xmlpentaho.runtime.fs.default.nameabfs://<container name associated with cluster>@<storage account name>.dfs.core.windows.net


</td></tr></tbody>
</table>3.  Save and close the file.

Last updated

Was this helpful?