You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kartthikn
This library allows Spark SQL Streaming Applications to read files from S3 with optimized listing using SQS with the help of S3 event-based notifications. It is not meant for using SQS as a data source for Spark.
Error while parsing SQS message
The below data has been sent to SQS queue via python boto3 library:
When we receive in SQS we are getting the following message:
The following code was written using scala to receive the message:
We are not able to receive the message and getting the below error:
20/11/18 12:52:37 WARN SqsClient: Unexpected error while parsing SQS message next on empty iterator
Note: We observed that SqsClient:parseSqsMessages() method always expects to get s3 events-notifications message, else it will throw error.
The text was updated successfully, but these errors were encountered: