spark-rabbitmq icon indicating copy to clipboard operation
spark-rabbitmq copied to clipboard

RabbitMQ Spark Streaming receiver

Results 25 spark-rabbitmq issues
Sort by recently updated
recently updated
newest added

Environment - Scala 2.11.8, spark 2.1.0 (with spark-core_2.11, spark-streaming_2.11), spark-rabbitmq 0.5.1. When I run my Spark Streaming job using spark-submit on my standalone spark instance , I get below error...

We are running spark application, which receives data form rabbitmq as stream. We are observing below issue after 8 hours (duration is not constant, some time after 24 hours also)....

This is my configuration: StreamingContext streamingContext = new StreamingContext(sparkcontext, Durations.seconds(60000)); But the streaming doesn't seem to be stopping. I keep getting messages and is never able to move ahead

Hello, i use this rabbitmq receivers but i have some problems. I used a java project ( spring-amqp ) for publish somes Avro messages in RabbitMq and consume it with...