properties property

Map<String, String>? properties
getter/setter pair

Spark properties to provide configuration for use in sessions created for this environment.

The properties to set on daemon config files. Property keys are specified in prefix:property format. The prefix must be "spark".

Optional.

Implementation

core.Map<core.String, core.String>? properties;