Data to Mongo
line_data.foreachRDD(new Function<JavaRDD<String>, Void>() { |
Data to Mysql
line_data.foreachRDD(new Function<JavaPairRDD<String, String>, Void>() { |
'spark - python - R' 카테고리의 다른 글
[SPARK] flatMap - JavaReceiverInputDStream (0) | 2017.05.30 |
---|---|
[SPARK] window operation- spark streaming (0) | 2017.05.29 |
[R] R Studio Server 설치 (0) | 2017.04.20 |
[SPARK] 1.6 -> 2.1 foreachRDD, flatMap 사용법 변화 (0) | 2017.04.20 |
[SPARK]개별 평균 & Spark Streaming (0) | 2017.04.20 |