취미생활에 진심인편

(나중에 해보려고 쓰는) NiFi 설치_Window 본문

Build-up/NiFi

(나중에 해보려고 쓰는) NiFi 설치_Window

dannah_j 2022. 2. 4. 10:12

대리님이 알려주신대로 기록하기...

 

1.JDK 설치

2.NiFi 설치

https://nifi.apache.org/download.html

nifi-1.15.3-bin.zip 설치

 

Apache Downloads

We suggest the following site for your download: https://dlcdn.apache.org/nifi/1.15.3/nifi-1.15.3-bin.zip Alternate download locations are suggested below. It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc f

www.apache.org

 

3.nifi properties 변경

# Site to Site properties
nifi.remote.input.host=
#nifi.remote.input.secure=true
nifi.remote.input.secure=false

# web properties #
#############################################

# For security, NiFi will present the UI on 127.0.0.1 and only be accessible through this loopback interface.
# Be aware that changing these properties may affect how your instance can be accessed without any restriction.
# We recommend configuring HTTPS instead. The administrators guide provides instructions on how to do this.

nifi.web.http.host=127.0.0.1
nifi.web.http.port=8000
nifi.web.http.network.interface.default=

#############################################

#nifi.web.https.host=127.0.0.1
#nifi.web.https.port=8443
nifi.web.https.host=
nifi.web.https.port=

 


#nifi.security.keystore=./conf/keystore.p12
#nifi.security.keystoreType=PKCS12
#nifi.security.keystorePasswd=
#nifi.security.keyPasswd=
#nifi.security.truststore=./conf/truststore.p12
#nifi.security.truststoreType=PKCS12
nifi.security.keystore=
nifi.security.keystoreType=
nifi.security.keystorePasswd=
nifi.security.keyPasswd=
nifi.security.truststore=
nifi.security.truststoreType=
nifi.security.truststorePasswd=

 

4.실행

C:\BI\nifi-1.15.2\bin\run-nifi.bat 실행

http://localhost:8000/nifi 입력

뭔가 진짜 bat실행시키고 바로는 접속이 안되고 넉넉히 5분정도는 기다려야하는것같다.

 

타란~~

'Build-up > NiFi' 카테고리의 다른 글

[NiFi] 1.Get File -> 데이터 정제 -> DB INSERT  (0) 2022.02.04