Amazon EC2

QuickTip: Integrating Amazon S3 in your Scala Product

Reading Time: < 1 minute This post is supposed to be a quick cheat sheet of integrating your Scala product with Amazon S3. The pre-requisites are that you have a valid S3 account and have the keys to access the account. We have put our S3 credentials in our application.conf. We use the Typesafe Config for managing our configurations. So our example entries would be # Amazon S3 Details aws.s3.bucket=email-attachments Continue Reading

Running standalone Scala job on Amazon EC2 Spark cluster

Reading Time: 2 minutes In this blog, I would explain how to run a standalone Scala job on Amazon EC2 Spark cluster from local machine. This is a simple example to process a file, which is stored on Amazon S3. Please follow below steps to run a standalone Scala job on Amazon EC2 Spark cluster: 1) If you have not installed Spark on your machine, please follow instructions from Continue Reading