빅데이터 하둡 프로그래밍 교육과정] Flow 설정

 

빅데이터 하둡 프로그래밍 교육과정] Flow 설정

 

 

실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.



Flow 설정
– To Define flow, link ‘source’ and ‘sink’ via ‘channel’

# list the sources, sinks and channels for the  agent
<Agent>.sources = <Source>
<Agent>.sinks = <Sink>
<Agent>.channels = <Channel1> <Channel2>

# set channel for source
<Agent>.sources.<Source>.channels = <Channel1><Channel2> ...

# set channel for sink
<Agent>.sinks.<Sink>.channel = <Channel1>

+ Recent posts