pyFileUris property
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;
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.
core.List<core.String>? pyFileUris;