Member since
12-27-2018
25
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1296 | 01-16-2019 07:21 PM |
06-12-2020
11:29 PM
thanks, @jsensharma I had to do one more thing (Windows 10 pro, Dell Inspiron): run OptionalFeatures.exe
... View more
09-30-2019
10:46 PM
Hi @sosyalmedya_ogu , Did you get any formidable workaround for this? I have ran into similar use-case where the JSON might have a change in schema.The producer application for our Kafka listens to an external API endpoint so we do not have control over the schema. Therefore, I am looking for the solution to handle dynamic JSON schema while processing this in Structured Streaming. Any help would be highly appreciated. Thanks, Kumar Rohit
... View more
02-20-2019
07:04 PM
Looks like @Bryan Bende already answered this over on https://stackoverflow.com/questions/54791414/how-i-can-use-hbase-2-0-4-version-in-nifi
... View more
01-31-2019
10:07 PM
@David Miller You are right. But s2s etc. not suitable for my scenario. There are many reasons.
... View more
01-25-2019
03:34 PM
1 Kudo
@Adam J By secure, I mean when NiFi has been configured to run over https. - In the invokeHTTP processor, why not just use NiFi Expression Language (EL) to build your remoteURL. for example: http://${hostname(true)}:9090/. This would allow which ever node is primary node to fetch its hostname and use it in the URL when the invokeHTTP executes.
... View more
01-16-2019
07:21 PM
I solved the problem. I used this solution; [
{
"operation": "shift",
"spec": {
"*": {
"nodeId": "node_ids",
"status": "node_status"
}
}
}
]
... View more
01-16-2019
06:07 PM
@Adam J In reality, Kubernetes is an orchestration tool downloadable from kubernetes and then download a nifi as a docker image from docker hub. Have a look at this preconfigured kubernetes-nifi cluster HTH
... View more
01-05-2019
08:45 AM
"Partition by Attribute" was great for me! Thank you Matt!
... View more