@@ -65,8 +65,9 @@ class LoggingConfig(proto.Message):
65
65
This may include "root" package name to
66
66
configure rootLogger. Examples:
67
67
68
- 'com.google = FATAL', 'root = INFO',
69
- 'org.apache = DEBUG'
68
+ - 'com.google = FATAL'
69
+ - 'root = INFO'
70
+ - 'org.apache = DEBUG'
70
71
"""
71
72
72
73
class Level (proto .Enum ):
@@ -165,7 +166,7 @@ class HadoopJob(proto.Message):
165
166
Optional. A mapping of property names to values, used to
166
167
configure Hadoop. Properties that conflict with values set
167
168
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
169
170
user code.
170
171
logging_config (google.cloud.dataproc_v1.types.LoggingConfig):
171
172
Optional. The runtime log config for job
@@ -443,7 +444,7 @@ class HiveJob(proto.Message):
443
444
Optional. A mapping of property names and values, used to
444
445
configure Hive. Properties that conflict with values set by
445
446
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`` ,
447
448
/etc/hive/conf/hive-site.xml, and classes in user code.
448
449
jar_file_uris (MutableSequence[str]):
449
450
Optional. HCFS URIs of jar files to add to
@@ -585,7 +586,7 @@ class PigJob(proto.Message):
585
586
Optional. A mapping of property names to values, used to
586
587
configure Pig. Properties that conflict with values set by
587
588
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`` ,
589
590
/etc/pig/conf/pig.properties, and classes in user code.
590
591
jar_file_uris (MutableSequence[str]):
591
592
Optional. HCFS URIs of jar files to add to
0 commit comments