How to spin up basic EMR cluster
For spinning up the EMR cluster you need to follow the below steps Step 1: Need to create the Amazon S3 buckets for storage purpose or you can have HDFS as the storage underneath the EMR cluster. In this example, I consider S3 as my storage. So select on S3 in “Services” tab under “Storage” and click on create bucket. Step 2: This is how you create a bucket. Enter the bucket name which should be only lowercase letters without the special characters or upper case letters. Select the region you wanted to host and if you wanted to copy the same settings from already existing bucket, select that particular bucket then proceed to next step. Step 3: In this step you set the bucket properties. If you wanted to enable and configure properties such as Versioning and tags do it from here. Also, if you wanted to enable and configure logging properties such as generate the Server access and Object-level logs can also be done in this step. Try to explore more abo...