properties property

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

A mapping of property names to values, used to configure Spark SQL's SparkConf.

Properties that conflict with values set by the Dataproc API might be overwritten.

Optional.

Implementation

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