Created 07-11-2018 04:46 AM
Created on 07-11-2018 04:55 AM - edited 08-18-2019 02:00 AM
NiFi sizing is well documented here:
Here is a snippet:
In terms of configuration for best performance, take a look here:
In terms of deployment guild, take a look here:
https://community.hortonworks.com/articles/135337/nifi-sizing-guide-deployment-best-practices.html
Created on 07-11-2018 04:55 AM - edited 08-18-2019 02:00 AM
NiFi sizing is well documented here:
Here is a snippet:
In terms of configuration for best performance, take a look here:
In terms of deployment guild, take a look here:
https://community.hortonworks.com/articles/135337/nifi-sizing-guide-deployment-best-practices.html
Created 07-11-2018 05:19 AM
@sunile.manjee we have configuration like 256GB of RAM,12*2TB HDD,600GB SSD,dual 16 core processor for each node...my question is because of this shall we process throughput of 100000 events/sec and 100MB/s with 3 or 4 nodes ?
Created 07-11-2018 05:34 PM
-
NiFi is very capable of hitting those numbers.... But it is impossible for anyone to say base on the little information provided.
NiFi requires very little resources to run. It is the dataflows/use cases which users design and how they implement those in NiFi that impact load on the available resources of the server.
-
So while those throughput numbers may be possible in one users dataflow implementation, they may not be for another user.
The best option is to perform so load testing in your Final NiFi design to see how it performs and what resources it ends up consuming. Then tweak your dataflows design implementation to achieve better throughput.
-
Thanks,
Matt
Created 07-11-2018 07:37 PM
make sure that you install only Nifi on these nodes. Do not club Kafka and zookeeper on nifi nodes. This will imporve network i/o performance.
Dhieru