Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Expert Contributor
Created on
01-12-2023
02:16 AM
- edited on
01-12-2023
09:25 PM
by
VidyaSargur
To install Apache NiFi on Macbook, do the following:
- Download the Zip file from Apache nifi Downloads. Ensure that you download the latest version zip file Apache NiFi Binary 1.19.1 [OpenPGP] [SHA-256] [SHA-512].
- Download it to MBP, and then unzip it:
chmod +x bin/nifi.sh
- Run the following command for User Generate:
bin/nifi.sh set-single-user-credentials zzeng <my long password>
- Run the following command to Start:
bin/nifi.sh start bin/nifi.sh status netstat -an | grep LIST
- Check the 8443 port is LISTEN:
tcp4 0 0 127.0.0.1.8443 *.* LISTEN
- Login from https://localhost:8443/nifi/
6,876 Views