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