Azure Data Factory HDFS dataset preview error

147 views Asked by At

I'm trying to connect to the HDFS from the ADF. I created a folder and sample file (orc format) and put it in the newly created folder.

Then in ADF I created successfully linked service for HDFS using my Windows credentials (the same user which was used for creating sample file): enter image description here

But when trying to browse the data through dataset:

enter image description here

I'm getting an error: The response content from the data store is not expected, and cannot be parsed.: enter image description here

Is there something I'm doing wrongly or it is kind of permissions issue?

Please advise

1

There are 1 answers

2
KarthikBhyresh-MT On

This appears to be a generic issue, you need to point to a file with appropriate extension rather than a folder itself. Also make sure you are using a supported data store activity.

enter image description here enter image description here

enter image description here

enter image description here

You can follow this official MS doc to use HDFS server with Azure Data Factory