Table of ContentTable of ContentRDD (Resilient Distributed Datasets)HDFSReadWriteMapReduceMapReduceRDD (Resilient Distributed Datasets)특성TransformationLazy-ExecutionRDD 시작하기Spark Context 시작하기파라미터 설명Spark Shell로 이용하는 방법Collection 객체를 이용하여 RDD 생성하는 방법파일로 부터 RDD 생성하는 방법읽어 올수 있는 데이터 저장소RDD OperationBasicSpark에 함수로 전달로하기클로저(Closures) 이해클로저란?ExampleLocal vs Cluster 모드RDD 값 출력Key-Value Pair OperationTr..