Skip to content

Commit a988bab

Browse files
author
Andrew Eacott
committed
Added test for logUri
1 parent 7876e21 commit a988bab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "datapipeline-dsl"
22

3-
version := "0.1"
3+
version := "0.1.1-SNAPSHOT"
44

55
scalaVersion := "2.12.5"
66

src/test/scala/datapipeline/dsl/AwsDataPipelineSpec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ class AwsDataPipelineSpec extends WordSpec with Matchers {
260260
terminateAfter = Some(5.hours),
261261
keyPair = Some("data-engineering"),
262262
region = Some("us-east-1"),
263+
emrLogUri = Some("s3://s3-log-bucket"),
263264
applications = Seq("Spark"),
264265
configuration = Some(EmrConfiguration(
265266
name = "optimize spark",
@@ -291,7 +292,7 @@ class AwsDataPipelineSpec extends WordSpec with Matchers {
291292
| "coreInstanceBidPrice": "0.66",
292293
| "useOnDemandOnLastAttempt": "true",
293294
| "terminateAfter": "5 hours",
294-
| "emrLogUri": "s3://szm-den-aws-data-pipeline/temp/${environment}/base-pipeline/logs/emr",
295+
| "emrLogUri": "s3://s3-log-bucket",
295296
| "keyPair": "data-engineering",
296297
| "region": "us-east-1",
297298
| "applications": ["Spark"],

0 commit comments

Comments
 (0)