- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
create ADLS directory using PutZaureDataLakeStorage on NiFi
- Labels:
-
Apache NiFi
Created on 06-20-2023 09:12 AM - edited 06-20-2023 09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am connecting to ADLS from NiFi using
Created 06-20-2023 09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Samya,
You have an timeout error, meaning that your action took longer than expected to finish and hence the timeout. I suggest you to set the processor on DEBUG and see what gets written in your logs.
It could be that what you have set within your ADLSCredentialsControllerService (where you defined your identity) does not have all the required roles to perform this action 🙂
It could also be that you are trying to maybe create a folder with some strange characters and ADLS does not allow you to do that.
Nevertheless, to further debug your situation, set your log level for the processor on DEBUG and see what it writes as output in nifi-app.logs. You can start your analysis from there.
Created 06-20-2023 10:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It just gave this information in DEBUG.
"PutAzureDataLakeStorage DataLakeServiceClient is not found in the cache with the given credentials. Creating it."
