File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/scala/datapipeline/dsl Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ object ResourceJsonRenderer {
217
217
(" coreInstanceBidPrice" -> coreInstanceBidPrice.map(_.toString)) ~
218
218
(" useOnDemandOnLastAttempt" -> useOnDemandOnLastAttempt.map(_.toString)) ~
219
219
(" terminateAfter" -> terminateAfter.map(_.toString)) ~
220
- (" emrLogUri" -> s " s3://szm-den-aws-data-pipeline/temp/ $$ {environment}/ $pipelineName /logs/emr " ) ~
220
+ (" emrLogUri" -> emrLogUri ) ~
221
221
(" keyPair" -> keyPair) ~
222
222
(" region" -> region) ~
223
223
(" applications" -> applications) ~
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ case class EmrCluster(name: String,
29
29
coreInstanceBidPrice : Option [BigDecimal ] = None ,
30
30
useOnDemandOnLastAttempt : Option [Boolean ] = None ,
31
31
terminateAfter : Option [FiniteDuration ] = None ,
32
+ emrLogUri : Option [String ] = None ,
32
33
keyPair : Option [String ] = None ,
33
34
region : Option [String ] = None ,
34
35
applications : Seq [String ] = Nil ,
You can’t perform that action at this time.
0 commit comments