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
- C
- 알고리즘
- hive
- codingthematrix
- 선형대수
- C언어
- hadoop2
- LSTM
- python
- yarn
- NumPy
- Sort
- Java
- 딥러닝
- 그래프이론
- 하이브
- scrapy
- 파이썬
- GRU
- recursion
- tensorflow
- HelloWorld
- 하둡2
- collections
- 텐서플로
- graph
- 코딩더매트릭스
- effective python
- 주식분석
- RNN
Archives
- Today
- Total
목록mapper (1)
EXCELSIOR
매퍼(Mapper) 와 리듀서(Reducer) 클래스
1. Mapper.javapublic class Mapper { //을 의미 public class Context extends MapContext { public Context(Configuration conf, TaskAttemptID taskid, RecordReader reader, RecordWriter writer, OutputCommitter committer, StatusReporter reporter, InputSplit split) throws IOException, InterruptedException { super(conf, taskid, reader, writer, committer, reporter, split); } } /** * Called once at the beginni..
DataBase/Hadoop
2016. 10. 14. 00:21