Package com.nhncorp.neptune.parallel.hadoop

Table을 input으로 하는 Hadoop MapReduce job을 위한 유틸리티

See:
          Description

Class Summary
AbstractTabletInputFormat Neptune의 테이블을 입력으로 하는 Hadoop MapReduce 작업을 수행할 때 사용하는 InputFormat 일반적인 경우라면 DefaultTabletInputFormat을 사용하면 되지만 RowFilter를 이용할 경우에는 AbstractTabletInputFormat를 상속받아 RowFilter를 정의한다.
AbstractTabletInputFormat.TabletColumnRecordReader  
AbstractTabletInputFormat.TabletRowRecordReader  
DefaultTabletInputFormat 기본적으로 제공되는 Tablet InputFormat isRowScan 모드는 true를 반환한다.
KeyRangePartitioner TabletOutputFormat.OUTPUT_TABLE의 Tablet의 rowkey 범위를 이용하여 파티셔닝을 수행한다.
SimpleInputFormat  
TableJoinInputFormat 두개의 테이블을 JOIN 하면서 MapTask를 수행할 때 사용하는 InputFormat.
TableSplit Table을 입력으로 MapReduce 작업을 수행할 때 사용하는 InputSplit
 

Package com.nhncorp.neptune.parallel.hadoop Description

Table을 input으로 하는 Hadoop MapReduce job을 위한 유틸리티