http://sens.tistory.com/445 - > 은전 한잎 프로젝트
http://okjsp.tistory.com/1165644124
http://konlpy.org/ko/v0.4.3/
private static Map sortByComparator(Map unsortMap) { // Convert Map to List List list = new LinkedList(unsortMap.entrySet()); // Sort list with comparator, to compare the Map values Collections.sort(list, new Comparator() { public int compare(Map.Entry o1, Map.Entry o2) { return (o1.getValue()).compareTo(o2.getValue()); } }); // Convert sorted map back to a Map Map sortedMap = new LinkedHashMap(..
hadoop 을 실행하기 위해서 node들을 start 하는 명령어 이다. - start-dfs.sh && start-yarn.sh 다음 명령어를 통하여 제대로 실행 되었는지 확인 한다. -jps virtualbox 설정 -> 네트워크 -> 포트포워딩에서 다음과 같이 설정 한다. 이제 wordcount 예제를 실행해 보자.test 라는 파일을 생성 하고 아래와 같은 명령 어를 실행 한다. hdfs dfs -put test /testhdfs dfs -ls /home/hanseungwan/hadoop/share/hadoop/mapreduce에 들어 가서 다음과 같은 명령어를 입력 한다. hadoop jar hadoop-mapreduce-examples-2.6.0.jar wordcount /test /outp..
- Total
- Today
- Yesterday
- AWS
- 켄트 백
- 웹서비스
- 웹개발
- 테스트
- fastapi
- MSA
- MQ
- 분산처리
- Python
- SpringBoot
- data crawling
- mongodb
- 퀜트백
- EC2
- nodejs
- GateWayApi
- 테스트 주도 개발
- kafka
- 테스트주도개발
- Python #FastAPI
- TDD
- data mining
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |