Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Python
- mybatis
- plugin
- Spring
- es6
- Kotlin
- xPlatform
- vaadin
- table
- 공정능력
- hadoop
- IntelliJ
- Sqoop
- SPC
- R
- Eclipse
- tomcat
- Android
- MSSQL
- Java
- window
- NPM
- mapreduce
- SSL
- JavaScript
- SQL
- react
- 보조정렬
- Express
- GIT
Archives
- Today
- Total
반응형
목록hadoop 기초 (1)
DBILITY
하둡 정리 2
Mapper Class는 org.apache.hadoop.mapreduce.Mapper를 상속하여 구현한다. map을 구현한다. 사용자정의 옵션을 입력받을 경우(-D property=value) setup을 구현하며, context에서 해당 설정값을 추출하여 사용한다. public class AsaDelayMapper extends Mapper { private String workType; private Text outKey = new Text(); private static final IntWritable outValue = new IntWritable(1); @Override protected void setup(Context context) throws IOException, Interrupted..
bigdata/hadoop
2016. 11. 13. 09:20
반응형