Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions google/cloud/dataproc_v1/types/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down