-
[MapReduce] 그림으로 이해하는 하둡 맵리듀스 예제📚 데이터베이스/빅데이터 2022. 8. 3. 01:15
word counting example
1) first, text file should be converted to key-value type
2) map function can map each word to value one
3) same key will be grouped and passed to reducer. then reduce function can just sum values over same key
how selection works
how projection works
'📚 데이터베이스 > 빅데이터' 카테고리의 다른 글
[Spark] resources (0) 2022.08.08 [JSONiq] practice JSONiq in RumbleDB (0) 2022.08.08 [MapReduce] 하둡 맵리듀스 이해 (0) 2022.08.03 [Hadoop/Hive] installation/configuration 하둡 하이브 설치 방법 (0) 2022.08.02 [AzureVM] How to use Azure VM with PuTTy (0) 2022.08.02