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
- 주식분석
- recursion
- yarn
- scrapy
- RNN
- Sort
- codingthematrix
- 선형대수
- effective python
- HelloWorld
- python
- 하이브
- 알고리즘
- GRU
- C언어
- C
- hive
- tensorflow
- 코딩더매트릭스
- collections
- 파이썬
- graph
- hadoop2
- 텐서플로
- 그래프이론
- NumPy
- 딥러닝
- LSTM
- Java
- 하둡2
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