You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Running a Data Processing Job on EMR Serverless with AWS Step Functions and AWS Lambda using Terraform (By HashiCorp)
1
+
# Run a data processing job on Amazon EMR Serverless with AWS Step Functions
2
2
3
3
4
4
In this blog we showcase how to build and orchestrate a [Scala](https://www.scala-lang.org/) Spark Application using [Amazon EMR Serverless](https://aws.amazon.com/emr/serverless/) , AWS Step Functions and [Terraform By HashiCorp](https://www.terraform.io/). In this end to end solution we execute a Spark job on EMR Serverless which processes sample click-stream data in Amazon S3 bucket and stores the aggregation results in Amazon S3.
@@ -138,6 +138,7 @@ EMR Studio
138
138
139
139
* Open AWS Console, Navigate to “EMR” > “Serverless” tab on the left pane.
140
140
* Select “clicklogger-dev-studio” and click “Manage Applications”
141
+
* The Application created by the stack will be as shown below clicklogger-dev-loggregator-emr-<Your-Account-Number>
0 commit comments