diff --git a/google/cloud/dataproc_v1/types/jobs.py b/google/cloud/dataproc_v1/types/jobs.py index c666f5ac..723d95a1 100644 --- a/google/cloud/dataproc_v1/types/jobs.py +++ b/google/cloud/dataproc_v1/types/jobs.py @@ -65,8 +65,9 @@ class LoggingConfig(proto.Message): This may include "root" package name to configure rootLogger. Examples: - 'com.google = FATAL', 'root = INFO', - 'org.apache = DEBUG' + - 'com.google = FATAL' + - 'root = INFO' + - 'org.apache = DEBUG' """ class Level(proto.Enum): @@ -165,7 +166,7 @@ class HadoopJob(proto.Message): Optional. A mapping of property names to values, used to configure Hadoop. Properties that conflict with values set by the Dataproc API may be overwritten. Can include - properties set in /etc/hadoop/conf/*-site and classes in + properties set in ``/etc/hadoop/conf/*-site`` and classes in user code. logging_config (google.cloud.dataproc_v1.types.LoggingConfig): Optional. The runtime log config for job @@ -443,7 +444,7 @@ class HiveJob(proto.Message): Optional. A mapping of property names and values, used to configure Hive. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties - set in /etc/hadoop/conf/*-site.xml, + set in ``/etc/hadoop/conf/*-site.xml``, /etc/hive/conf/hive-site.xml, and classes in user code. jar_file_uris (MutableSequence[str]): Optional. HCFS URIs of jar files to add to @@ -585,7 +586,7 @@ class PigJob(proto.Message): Optional. A mapping of property names to values, used to configure Pig. Properties that conflict with values set by the Dataproc API may be overwritten. Can include properties - set in /etc/hadoop/conf/*-site.xml, + set in ``/etc/hadoop/conf/*-site.xml``, /etc/pig/conf/pig.properties, and classes in user code. jar_file_uris (MutableSequence[str]): Optional. HCFS URIs of jar files to add to