2013-07-27 12 views

답변

1

StreamingUnit 클래스는 map-reduce 구성 요소의 간단한 프로세스 내 실행으로 Map/Reduce 프로그램의 디버깅을 지원합니다.

var output = StreamingUnit.Execute<MyMapper, MyReducer>(string[] input); 

전체 내용보기 here.

관련 문제