Skip to content

Commit

Permalink
Use quotes for integer values within runtime_config.properties (#4406)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Nov 7, 2023
1 parent 08b89d4 commit bc7d4a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ my-profile:
role: dev
runtime_config:
properties:
spark.executor.instances: 3
spark.executor.instances: "3"
spark.driver.memory: 1g
```

Expand Down

0 comments on commit bc7d4a2

Please sign in to comment.