I have an Apache Spark cluster and RabbitMQ broker, and I want to consume messages and calculate some indicators using the pyspark.streaming module.
The problem is that I found this package , but is implemented in Java and Scala. In addition, I have not found a single example or implementation of a bridge in Python.
I have a consumer using Pika , but I donβt know how to transfer the payload to my StreamingContext .
source share