LoginSignup
1
1

More than 1 year has passed since last update.

MACにApache NiFiをインストール(勉強用環境)

Posted at

1. Download Zip files

https://nifi.apache.org/download.html
現時点、最新バージョンをダウンロード
Apache NiFi Binary 1.19.1 [OpenPGP] [SHA-256] [SHA-512]

MBPにダウンロードした後、解凍。


chmod +x bin/nifi.sh


2. User 作成


bin/nifi.sh set-single-user-credentials zzeng <パスワード教えないよ>

3. 起動

bin/nifi.sh start
bin/nifi.sh status

netstat -an | grep LIST

下記8443ポート発見:

tcp4       0      0  127.0.0.1.8443         *.*                    LISTEN

4. Login

image.png

出来上がり

1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1