How to convert RDD to DataFrame in Spark Streaming, not just Spark

后端 未结 2 2031
慢半拍i
慢半拍i 2021-01-12 20:59

How can I convert RDD to DataFrame in Spark Streaming, not just Spark?

I saw this example, but it requires

2条回答
  •  长发绾君心
    2021-01-12 21:34

    Look at the following answer which contains a scala magic cell inside a python notebook: How to convert Spark Streaming data into Spark DataFrame

提交回复
热议问题