s3-sqs-connector
s3-sqs-connector copied to clipboard
A library for reading data from Amzon S3 with optimised listing using Amazon SQS using Spark SQL Streaming ( or Structured streaming).
…axFilesPerTrigger is set Bug/Issue : Incorrect filter condition, leading to no files being given to Spark When working with the connector code, we had to disable the sorting to gain...
We recently faced an issue with the maximum throughput of the s3-sqs connector. Apparently, in the fastest possible case, the fetching of a message from the target SQS queue can...
Hello, Thank you for this great connector. Is it work with spark 3? This connector is only supported by this repository? I found in apache bahir repository too.
removing the limit on sqsFetchInterval
This pull request fixes the issue report in https://github.com/qubole/s3-sqs-connector/issues/9.
Error while parsing SQS message The below data has been sent to SQS queue via python boto3 library: ``` data = {'ticket_id': '3000613'} # Send message to SQS queue response...
### Background S3-SQS source doesn't support reading partition columns from the S3 bucket. As a result, the dataset formed using S3-SQS source doesn't contain the partition columns leading to issue...
Hi, I are using this "s3-sqs" connector with spark structured streaming and deltalake to process incoming data in partitioned s3 buckets. The problem I are facing is with "s3-sqs" source...