- OutputCollector
OutputCollector 는 Mapper 또는 Reducer 에 의해 처리된 데이터를 출력하기 위한 인터페이스 이다.
예를 들어 output.collect(key, value) 는 Map 수행결과를 출력하게 된다.
'Hadoop' 카테고리의 다른 글
Hadoop Writable (0) | 2014.07.02 |
---|---|
Hadoop setPartitionerClass & setGroupingComparatorClass (0) | 2014.06.16 |
Hadoop Chain (0) | 2014.06.16 |
Hadoop Output Format (0) | 2014.06.13 |
Reducer (0) | 2014.06.09 |