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 |
Tags
- SPC
- window
- IntelliJ
- Java
- Express
- xPlatform
- Android
- vaadin
- Eclipse
- SSL
- 보조정렬
- R
- JavaScript
- table
- Kotlin
- hadoop
- GIT
- plugin
- 공정능력
- react
- MSSQL
- es6
- NPM
- SQL
- Python
- Sqoop
- Spring
- mapreduce
- mybatis
- tomcat
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
반응형