properties property

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

A mapping of property names and values, used to configure Hive.

Properties that conflict with values set by the Dataproc API might be overwritten. Can include properties set in /etc/hadoop/conf / * -site.xml, /etc/hive/conf/hive-site.xml, and classes in user code.

Optional.

Implementation

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