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
- JavaScript
- Python
- SQL
- window
- hadoop
- vaadin
- 보조정렬
- tomcat
- react
- SPC
- Sqoop
- Spring
- Eclipse
- Express
- SSL
- xPlatform
- table
- R
- Kotlin
- Android
- IntelliJ
- plugin
- GIT
- Java
- MSSQL
- mybatis
- NPM
- 공정능력
- es6
- mapreduce
Archives
- Today
- Total
728x90
목록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
728x90