*準備好一台Linux,範例建立在CentOS 6上。
1. 下載nifi
Binaries (root)
b. 解壓縮
tar -xvzf nifi-0.3.0-bin.tar.gz
2. 移至nifi-0.3.0/bin資料夾 (root)
cd nifi-0.3.0/bin
3. 啟動NiFi
./nifi.sh start
4. 關閉NiFi
./nifi.sh stop
5. 檢查NiFi狀態
./nifi.sh status
6. 或者Installing as a Service
a. Install
./nifi.sh install dataflow
b. Start
sudo service nifi start
c. Stop
sudo service nifi stop
d. Status
sudo service nifi status
NiFi
Web UI
http://localhost:8080/nifi/
0 意見:
張貼留言