|
1 | | -// Copyright 2022 Google LLC |
| 1 | +// Copyright 2023 Google LLC |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
@@ -143,7 +143,9 @@ message LoggingConfig { |
143 | 143 | // The per-package log levels for the driver. This may include |
144 | 144 | // "root" package name to configure rootLogger. |
145 | 145 | // Examples: |
146 | | - // 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' |
| 146 | + // - 'com.google = FATAL' |
| 147 | + // - 'root = INFO' |
| 148 | + // - 'org.apache = DEBUG' |
147 | 149 | map<string, Level> driver_log_levels = 2; |
148 | 150 | } |
149 | 151 |
|
@@ -192,7 +194,7 @@ message HadoopJob { |
192 | 194 |
|
193 | 195 | // Optional. A mapping of property names to values, used to configure Hadoop. |
194 | 196 | // Properties that conflict with values set by the Dataproc API may be |
195 | | - // overwritten. Can include properties set in /etc/hadoop/conf/*-site and |
| 197 | + // overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and |
196 | 198 | // classes in user code. |
197 | 199 | map<string, string> properties = 7 [(google.api.field_behavior) = OPTIONAL]; |
198 | 200 |
|
@@ -330,7 +332,7 @@ message HiveJob { |
330 | 332 |
|
331 | 333 | // Optional. A mapping of property names and values, used to configure Hive. |
332 | 334 | // Properties that conflict with values set by the Dataproc API may be |
333 | | - // overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, |
| 335 | + // overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`, |
334 | 336 | // /etc/hive/conf/hive-site.xml, and classes in user code. |
335 | 337 | map<string, string> properties = 5 [(google.api.field_behavior) = OPTIONAL]; |
336 | 338 |
|
@@ -395,7 +397,7 @@ message PigJob { |
395 | 397 |
|
396 | 398 | // Optional. A mapping of property names to values, used to configure Pig. |
397 | 399 | // Properties that conflict with values set by the Dataproc API may be |
398 | | - // overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, |
| 400 | + // overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`, |
399 | 401 | // /etc/pig/conf/pig.properties, and classes in user code. |
400 | 402 | map<string, string> properties = 5 [(google.api.field_behavior) = OPTIONAL]; |
401 | 403 |
|
|
0 commit comments