Installing NiFi on Windows
![]() | Note |
|---|---|
You can install a single instance of NiFi or MiNi Fi on a Windows machine. Running NIFI on Windows in a clustered mode is not supported. |
Prerequisites
Before you begin your NiFi installation, be sure you meet the following requirements:
Install JDK 8.0 64 bit.
Install Java to
C:/javainstead ofC:/Program Files.Recent Windows versions mark everything in
C:\Program Filesas read only.Set the JAVA_HOME environment variable using the 8.3 style name conventions.
For example:
C:\Program\jdk1.8.0.Ensure
JAVA_HOMEis pointing to a 64-bit JRE/JDK.Ensure your system meets the minimum memory requirement for Windows which is 4GB.
Steps
Extract the NiFi files in the repo location at
https://hdpweb.o.onslip.net/HDF/windows/3.x/updates/3.1.0.0/nifi-3.1.0.0-564.msito the location from which you want to run the application.Install NiFi to
C:/nifior some root folder.


![[Note]](../common/images/admon/note.png)