목록Transformation (1)
핀아의 저장소 ( •̀ ω •́ )✧

Transformations & Actions Transformations 결과값으로 새로운 RDD를 반환 Actions가 실행되기 전까진 실행되지 않는다. 지연 실행(Lazy Execution) Actions 결과값을 연산하여 출력하거나 저장 파이썬 오브젝트나 리스트를 반환한다. 즉시 실행(Eager Execution) ✅ Transformations map() flatMap() filter() distinct() reduceByKey() groupByKey() mapValues() flatMapValues() sortByKey() ◾ Narrow Transformation 1:1 변환 filter(), map(), flatMap(), sample(), union() 1열을 조작하기 위해 다른 열/파티..
Big Data/Engineering
2023. 5. 13. 01:24