일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- orchestratoronto
- 나의가벼운독일어
- 독일어인강
- 아마추어오케스트라
- 부천시민오케스트라
- 쉿방음부스
- 캐나다워홀초기비용
- 독일어독학
- 나의가벼운학습지
- Viola
- 부천문화재단
- Dont
- 레슨
- 레슨일지
- nifi
- nifi convertjsontosql
- 독일어공부
- stamitz viola concerto
- 실업급여
- 2020시민오케스트라
- 독일어학습지
- 아마추어
- 오키나와여행
- 에이분소바
- Kreutzer
- 비올라
- 크로이쩌
- 오키나와
- Stamitz
- 고양이
- Today
- Total
취미생활에 진심인편
(나중에 해보려고 쓰는) NiFi 설치_Window 본문
대리님이 알려주신대로 기록하기...
1.JDK 설치
2.NiFi 설치
https://nifi.apache.org/download.html
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 |
---|