Getting Started with Amazon EMR

   Go back to the Task List

  « 1: Pre-requisite    3. Launch EMR Cluster »

2. Create S3 Bucket

You create S3 bucket and folder which is used as the source and destination data location when you process data using EMR cluster.

  1. Login to AWS Management Console and change the region to Ireland.

  2. Goto S3 Management Console. Create a bucket with the name dojo-data. If the bucket name is not available, create bucket with a name which is available. In this bucket, create three folders - input, output and script.

    S3

  3. The input folder is used as the input location for the data to be processed by the EMR cluster. The output folder is the destination location where EMR cluster will write the processed data output. The script folder is used to store the script when creating a task within the EMR cluster.

  4. Download customers.csv file from the link. Upload the customers.csv file to the input folder.

    S3

  5. Open the customers.csv file to get familiar with the data you will work with. It is a sample data. The S3 configuration is ready. In the next step, you launch EMR cluster.