Skip to content

Commit

Permalink
remove quotes from yaml file (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
zencircle authored May 12, 2022
1 parent f257a82 commit bd71199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ There are two ways to add Spark configuration: setting individual Spark configur
```yaml
spec:
sparkConf:
"spark.ui.port": "4045"
"spark.eventLog.enabled": "true"
"spark.eventLog.dir": "hdfs://hdfs-namenode-1:8020/spark/spark-events"
spark.ui.port: "4045"
spark.eventLog.enabled: "true"
spark.eventLog.dir": "hdfs://hdfs-namenode-1:8020/spark/spark-events"
```

### Specifying Hadoop Configuration
Expand Down

0 comments on commit bd71199

Please sign in to comment.