Fix pyspark typo

This commit is contained in:
Rohit Menon 2018-10-24 14:35:20 -07:00 committed by Yinan Li
parent 246225376e
commit 0d2df329df
2 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@ option of the spark-submit command.
```yaml
spec:
deps:
pyfiles:
pyFiles:
- local:///opt/spark/examples/src/main/python/py_container_checks.py
- gs://spark-data/python-dep.zip
```

View File

@ -31,7 +31,7 @@ spec:
arguments:
- python2.7
deps:
pyfiles:
pyFiles:
- local:///opt/spark/examples/src/main/python/py_container_checks.py
driver:
cores: 0.1