Member since
03-23-2022
3
Posts
0
Kudos Received
0
Solutions
03-24-2022
10:35 AM
Hi Does someone know how to work properly with putdynamodb? I'm getting this error "Hash key value '' is required for flow file StandardFlowFileRecord" My flow is the next The configuration of my processor is the next My Partition Key in the dynamo table is Recursos ID my json is the next { "id": 1, "nombres":"Gian", "paterno":"Perez", "materno":"Perez", "rfc":"PEPJ870530N11", "domicilios":[ {"calle":"calle 10","colonia":"Miraflores","cp":"0000"} ] } Thanks in advance
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
03-23-2022
06:48 PM
I'm trying to connect to dynamo db from nifi processor component "PutDynamoDB" I'm putting my secret key in the field Access Key ID secret key in Secret Access Key and the path of the credentials in the format: [default] aws_access_key_id=<key id> aws_secret_access_key=<access key> At the moment of make the validation i get this message: Perform Validation Component is invalid: '' validated against 'Access Key' is invalid because Cannot set both Credentials File and Secret Key/Access Key Does someone have an idea about this? I haven't foun anything related
... View more
Labels:
- Labels:
-
Apache NiFi