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