Update user-guide.md (#552)

修改sparkConf,key:value都需要双引号
This commit is contained in:
shencheng 2019-07-23 14:56:14 +08:00 committed by Yinan Li
parent 2c6e9781be
commit 7abb0e247e
1 changed files with 3 additions and 3 deletions

View File

@ -89,9 +89,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