I have a very strange problem. I wrote a spark streaming job that monitor an HDFS directory, read the newly added files, and send the contents to Kafka.
The job is written in python and you can got the code from this link http://pastebin.com/mpKkMkph When submitting the job I got that error *ImportError: cannot import name KafkaProducer* As you see, the error is very simple but the problem is that I could import the KafkaProducer from both python and pyspark shells without any problem. I tried to reboot the machine but the situation remain the same. What do you think the problem is? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Can-not-import-KafkaProducer-in-spark-streaming-job-tp26857.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org