File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/test/scala/datapipeline/dsl Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
name := " datapipeline-dsl"
2
2
3
- version := " 0.1"
3
+ version := " 0.1.1-SNAPSHOT "
4
4
5
5
scalaVersion := " 2.12.5"
6
6
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ class AwsDataPipelineSpec extends WordSpec with Matchers {
260
260
terminateAfter = Some (5 .hours),
261
261
keyPair = Some (" data-engineering" ),
262
262
region = Some (" us-east-1" ),
263
+ emrLogUri = Some (" s3://s3-log-bucket" ),
263
264
applications = Seq (" Spark" ),
264
265
configuration = Some (EmrConfiguration (
265
266
name = " optimize spark" ,
@@ -291,7 +292,7 @@ class AwsDataPipelineSpec extends WordSpec with Matchers {
291
292
| "coreInstanceBidPrice": "0.66",
292
293
| "useOnDemandOnLastAttempt": "true",
293
294
| "terminateAfter": "5 hours",
294
- | "emrLogUri": "s3://szm-den-aws-data-pipeline/temp/${environment}/base-pipeline/logs/emr ",
295
+ | "emrLogUri": "s3://s3-log-bucket ",
295
296
| "keyPair": "data-engineering",
296
297
| "region": "us-east-1",
297
298
| "applications": ["Spark"],
You can’t perform that action at this time.
0 commit comments