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