1. Nifi 다운로드 및 설치
https://nifi.apache.org/download.html
Binaries 파일 (nifi-1.10.0-bin.tar.gz) 다운로드 후 압축해제하여 바로 사용하면됨.
#cd /usr/local/src
#wget http://apache.tt.co.kr/nifi/1.10.0/nifi-1.10.0-bin.tar.gz
# tar zxvf nifi-1.10.0-bin.tar.gz
#cd nifi-1.10.0
#./bin/nifi.sh install My_Nifi <== 데몬으로 설치(시스템 리붓시 자동시작)
2. 포트변경
conf/nifi.properties 파일에서 원하는 포트로 변경
nifi.web.http.port=8080
3. JVM 메모리 설정
conf/bootstrap.conf 파일에서 변경
java.arg.2=-Xms512m
java.arg.3=-Xmx512m
### 참고 ###
https://gist.github.com/cheerupdi/87eacaa87b74feee4de0bb5eba0216d2
# 로그인 박스
https://medium.com/@jayprakash.bilgaye/understanding-ssl-and-ldap-in-hdf-504844bea8b9
# mysql jdbc
jdbc:mysql://localhost:3306/dbname?zeroDateTimeBehavior=convertToNull&characterEncoding=UTF-8
com.mysql.jdbc.Driver