Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
1.26.0
-
None
-
None
-
Azure Kubernetes Service 1.28.9
Standard_D4s_v3
Description
When updating from 1.25.0. to 1.26.0 a PutAzureDataLakeStorage processor started throwing the error shown in the attached image.
These are the descriptions of the processor and its ADLSCredentialsControllerService:
{
"identifier": "",
"instanceIdentifier": "",
"name": "Store in Datalake",
"type": "org.apache.nifi.processors.azure.storage.PutAzureDataLakeStorage",
"bundle":
,
"properties": {
"filesystem-name": "rawdata",
"conflict-resolution-strategy": "ignore",
"adls-credentials-service": "",
"Resource Transfer Source": "FLOWFILE_CONTENT",
"directory-name": "${path}",
"file-name": "${filename}",
"base-temporary-path": ""
},
"schedulingPeriod": "0 sec",
"schedulingStrategy": "TIMER_DRIVEN",
"executionNode": "ALL",
"penaltyDuration": "30 sec",
"yieldDuration": "1 sec",
"bulletinLevel": "WARN",
"runDurationMillis": 0,
"concurrentlySchedulableTaskCount": 1,
"autoTerminatedRelationships": [],
"scheduledState": "RUNNING",
"retryCount": 10,
"retriedRelationships": [],
"backoffMechanism": "PENALIZE_FLOWFILE",
"maxBackoffPeriod": "10 mins",
"componentType": "PROCESSOR",
"groupIdentifier": ""
}
{
"identifier": "",
"instanceIdentifier": "",
"name": "ADLSCredentialsControllerService FillDatalake",
"comments": "",
"type": "org.apache.nifi.services.azure.storage.ADLSCredentialsControllerService",
"bundle":
,
"properties":
,
"propertyDescriptors": {},
"controllerServiceApis": [{
"type": "org.apache.nifi.services.azure.storage.ADLSCredentialsService",
"bundle":
}
],
"scheduledState": "ENABLED",
"bulletinLevel": "WARN",
"componentType": "CONTROLLER_SERVICE",
"groupIdentifier": ""
}
Attachments
Attachments
Issue Links
- duplicates
-
NIFI-13181 Azure Blob and ADLS processors throw NoSuchMethodError when Service Principal is used
- Resolved