본문 바로가기

nifi5

Nifi Custom Processor 만들기 먼저 만들 곳으로 이동해서 cd /Users/jobyeonghui/apps/nifi/custom_processor [~/apps/nifi/custom_processor]$ mvn archetype:generate [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Stub Project (No POM) 1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] >>> maven-archetype-.. 2016. 5. 25.
Apache NiFi 사용기 간단하게 NiFi를 사용해보자 바이너리를 받아도 되지만 어떤게 있는지 보기 위해 git 에서 소스를 받아서 빌드 해보자. git clone https://github.com/apache/nifi.git mvn install -Dmaven.test.skip=true 빌드를 했다면 아래 위치에 있고 바이너리를 받았다면 bin 아래에 있다. nifi/nifi-assembly/target/nifi-0.6.0-SNAPSHOT-bin/nifi-0.6.0-SNAPSHOT/bin/run-nifi.bat 기본적으로 8080 포트를 사용하기 떄문에 확인하고 수정이 필요할 수 있다. 웹서버가 실행되는데 몇 초 정도 시간이 걸리니 웹브라우저에서 바로 나타나지 않을 수 있다. 잠시 기다렸다가 접속해보면 아래와 같이 보인다. 주.. 2016. 3. 26.
Apache NiFi 둘러보기 Table of ContentsWhat is Apache NiFi?The core concepts of NiFiNiFi ArchitecturePerformance Expectations and Characteristics of NiFiHigh Level Overview of Key NiFi FeaturesReferencesWhat is Apache NiFi?Put simply NiFi was built to automate the flow of data between systems. While the term dataflow is used in a variety of contexts, we’ll use it here to mean the automated and managed flow of informa.. 2016. 3. 26.
Apache NiFi 시작하기 Table of ContentsWho is This Guide For?Terminology Used in This GuideDownloading and Installing NiFiStarting NiFi For Windows UsersFor Linux/Mac OSX usersInstalling as a ServiceI Started NiFi. Now What? Adding a ProcessorConfiguring a ProcessorConnecting ProcessorsStarting and Stopping ProcessorsGetting More Info for a ProcessorOther ComponentsWhat Processors are Available Data TransformationRou.. 2016. 3. 26.