Medium severitydata flow
Power BI Refresh Error:
DF-Hive-InvalidStorageType
What does this error mean?
The Hive connector in ADF Mapping Data Flows supports only Azure Blob Storage or ADLS Gen2 as staging storage.
Common causes
- 1The Hive linked service staging storage references an unsupported storage type (e.g., Azure Files, NFS, or a third-party object store)
- 2The staging linked service type was changed after initial setup and is no longer a Blob or Gen2 linked service
- 3No staging storage type is set in the Hive linked service — the field is empty or set to 'None'
- 4The Hive HDInsight cluster version requires a specific storage type that differs from what is configured
How to fix it
- 1Open the Hive linked service in ADF Studio and go to 'Staging storage' section.
- 2Verify the staging storage linked service is of type 'Azure Blob Storage' or 'Azure Data Lake Storage Gen2'.
- 3If neither is available, create a new linked service of the correct type and assign it to the Hive staging setting.
- 4Test connection both the staging linked service and the Hive linked service to confirm connectivity.
- 5Re-publish the linked service and trigger a new debug data flow run to confirm the error is resolved.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-flow-troubleshoot-guide