Edit Core site XML file
If you are using a secured instance of HDI, follow these instructions to update the core-site.xml file:
Navigate to the location where you have saved the previously edited site configuration files and open the
core-site.xmlfile.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://<container name associated with cluster>@<storage account name>.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.Note: You will have to edit the named connection and upload the edited site configuration file in order for this change to take effect.
Last updated
Was this helpful?

