Member since
11-16-2015
911
Posts
671
Kudos Received
249
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1454 | 09-30-2025 05:23 AM | |
| 1882 | 06-26-2025 01:21 PM | |
| 1751 | 06-19-2025 02:48 PM | |
| 1781 | 05-30-2025 01:53 PM | |
| 14984 | 02-22-2024 12:38 PM |
08-01-2019
07:02 AM
The error message was not very clear but it works for HDF 1.9.2. Thanks a lot!
... View more
04-10-2019
05:39 PM
I think this may be a bug in the NIFI JoltTransformRecord processor. What is the best way to register this bug?
... View more
04-09-2019
11:32 PM
Hi Matt. Works like a charm, thanks for your help!
... View more
03-21-2019
03:56 PM
Thanks @Former Member. Actually Jolt Transformation is the the solution worked for me (reached few days ago, I'm looking for time to write my answer 🙂 ). In my flow I route on an attribute if I want the payload or not and then I apply this Jolt spec: [{
"operation": "shift",
"spec": {
"headers": "headers",
"info": "info",
"payLoad": "payLoad"
}
}, {
"operation": "default",
"spec": {
"_kafka": {
"offset": "${kafka.offset}",
"partition": "${kafka.partition}",
"topic": "${kafka.topic}",
"key": "${kafka.key}"
},
"_nifi": {
"flowfileuuid": "${uuid}"
}
}
} ] Thanks to confirm this is the right way: I'm a newer to NiFi.
... View more
06-07-2019
02:29 PM
Thanks,Matt! Sorry for a late answer 🙂
... View more
01-10-2019
03:12 PM
Thanks Matt for pointing this out. Seems I had read the documentation too quickly : From executeSQL usage : sql.args.N.type Incoming FlowFiles are expected to be parametrized SQL statements. The type of each Parameter is specified as an integer that represents the JDBC Type of the parameter. sorry !
... View more
02-17-2017
05:44 AM
Thanks, now I can load from local
... View more
07-25-2019
03:44 PM
Hi, Matt! very useful and informative articles. Thank you veru much! Could you tell me how do I read content of a flowFile, transform it the way I like, and write the output to a new flowFile attribute (not back to the content)? I was trying to return transformation result from the callback but caught the error: None required for void return which is fairly expected behaviour - callback returns to the session.read function, but the latter does not return anything, I assume. So we get the flowFile itself and its content residing in different namespaces and I can't figure out how can I use content of the flowFile to place it into the attribute. Could you kindly help me, Matt?
... View more
06-07-2019
02:01 AM
Very interesting article, well done ! Have you done something similar with jython? I'm currently trying to use an execute script, with jython, to put key/values onto the distributed map cache but can't find a way to do it... BR, Paulo Rente
... View more
03-16-2018
03:15 PM
now use record processor
... View more
- « Previous
- Next »