pyFileUris property

List<String>? pyFileUris
getter/setter pair

Python files to be placed on the PYTHONPATH for PySpark application.

Supported file types: .py, .egg, and .zip. For more information about Apache Spark, see Apache Spark.

Implementation

core.List<core.String>? pyFileUris;