问题 my kafka cluster version is 0.10.0.0, and i want to use pyspark stream to read kafka data. but in Spark Streaming + Kafka Integration Guide, http://spark.apache.org/docs/latest/streaming-kafka-0-10-integration.html there is no python code example. so can pyspark use spark-streaming-kafka-0-10 to integrate kafka? Thank you in advance for your help ! 回答1: I also use spark streaming with Kafka 0.10.0 cluster. After adding following line to your code, you are good to go. spark.jars.packages org