Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit c480e55

Browse files
docs: Minor formatting (#551)
* docs: Minor formatting PiperOrigin-RevId: 552889922 Source-Link: googleapis/googleapis@34a499a Source-Link: https://github.com/googleapis/googleapis-gen/commit/3fb6cbe79c1ba290757429a74362d8dcbad9110c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2ZiNmNiZTc5YzFiYTI5MDc1NzQyOWE3NDM2MmQ4ZGNiYWQ5MTEwYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent aee6a5e commit c480e55

File tree

1 file changed

+6
-5
lines changed
  • google/cloud/dataproc_v1/types

1 file changed

+6
-5
lines changed

google/cloud/dataproc_v1/types/jobs.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ class LoggingConfig(proto.Message):
6565
This may include "root" package name to
6666
configure rootLogger. Examples:
6767
68-
'com.google = FATAL', 'root = INFO',
69-
'org.apache = DEBUG'
68+
- 'com.google = FATAL'
69+
- 'root = INFO'
70+
- 'org.apache = DEBUG'
7071
"""
7172

7273
class Level(proto.Enum):
@@ -165,7 +166,7 @@ class HadoopJob(proto.Message):
165166
Optional. A mapping of property names to values, used to
166167
configure Hadoop. Properties that conflict with values set
167168
by the Dataproc API may be overwritten. Can include
168-
properties set in /etc/hadoop/conf/*-site and classes in
169+
properties set in ``/etc/hadoop/conf/*-site`` and classes in
169170
user code.
170171
logging_config (google.cloud.dataproc_v1.types.LoggingConfig):
171172
Optional. The runtime log config for job
@@ -443,7 +444,7 @@ class HiveJob(proto.Message):
443444
Optional. A mapping of property names and values, used to
444445
configure Hive. Properties that conflict with values set by
445446
the Dataproc API may be overwritten. Can include properties
446-
set in /etc/hadoop/conf/*-site.xml,
447+
set in ``/etc/hadoop/conf/*-site.xml``,
447448
/etc/hive/conf/hive-site.xml, and classes in user code.
448449
jar_file_uris (MutableSequence[str]):
449450
Optional. HCFS URIs of jar files to add to
@@ -585,7 +586,7 @@ class PigJob(proto.Message):
585586
Optional. A mapping of property names to values, used to
586587
configure Pig. Properties that conflict with values set by
587588
the Dataproc API may be overwritten. Can include properties
588-
set in /etc/hadoop/conf/*-site.xml,
589+
set in ``/etc/hadoop/conf/*-site.xml``,
589590
/etc/pig/conf/pig.properties, and classes in user code.
590591
jar_file_uris (MutableSequence[str]):
591592
Optional. HCFS URIs of jar files to add to

0 commit comments

Comments
 (0)