A custom sink provider for Apache Spark that sends the contents of a dataframe to AWS SQS. It grabs the content of the first column of the dataframe and sends it to an AWS SQS queue. It needs the ...
You've written an awesome program in Spark and now its time to write some tests. Only you find yourself writing the code to setup and tear down local mode Spark in between each suite and you say to ...