diff --git a/docs/user-guide.md b/docs/user-guide.md index db4e9e11..d051013f 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -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 ``` diff --git a/examples/spark-pyfiles.yaml b/examples/spark-pyfiles.yaml index 08294051..d65bd562 100644 --- a/examples/spark-pyfiles.yaml +++ b/examples/spark-pyfiles.yaml @@ -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