0
votes

I was recently thrown into dealing with databases and Microsoft Azure Blob storage. As I am completely new to this field I have some troubles: I can't figure out how to connect to the Blob storage from Pentaho and I could not find any good information online on this topic either.

I would be glad for any information on how to set up this connection.

2
Could you please show us what you have already tried?RobFos

2 Answers

0
votes

You can update the core-site.xml like so: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_cloud-data-access/content/authentication-wasb.html

This will give you access to the azure blob storage account.

-1
votes

I figured it out eventually.

Pentaho provides a HTTP element, in which you can, amongst other things specify an URL.

In Microsoft Azure Blob storage you can generate a SAS token. If you use the URL made from the storage resource URI and the SAS token as input for the URL field in the HTTP element, Pentaho can access the respective file in the Blob storage.