Fix pyspark typo
This commit is contained in:
parent
246225376e
commit
0d2df329df
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue