I'm new to Kafka and pyspark. What I'm trying to do is publish some data into the Kafka and then using the pyspark-notebook to reach those data for further processing. I'm using Kafka and ...
I'm following the tutorial which is mentioned in https://github.com/GoogleCloudPlatform/spark-recommendation-engine during the step of "Find the best model" using ...