Skip to content

Commit 34a499a

Browse files
Google APIscopybara-github
authored andcommitted
docs: Minor formatting
PiperOrigin-RevId: 552889922
1 parent 078f670 commit 34a499a

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

google/cloud/dataproc/v1/jobs.proto

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -143,7 +143,9 @@ message LoggingConfig {
143143
// The per-package log levels for the driver. This may include
144144
// "root" package name to configure rootLogger.
145145
// Examples:
146-
// 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'
146+
// - 'com.google = FATAL'
147+
// - 'root = INFO'
148+
// - 'org.apache = DEBUG'
147149
map<string, Level> driver_log_levels = 2;
148150
}
149151

@@ -192,7 +194,7 @@ message HadoopJob {
192194

193195
// Optional. A mapping of property names to values, used to configure Hadoop.
194196
// 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
196198
// classes in user code.
197199
map<string, string> properties = 7 [(google.api.field_behavior) = OPTIONAL];
198200

@@ -330,7 +332,7 @@ message HiveJob {
330332

331333
// Optional. A mapping of property names and values, used to configure Hive.
332334
// 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`,
334336
// /etc/hive/conf/hive-site.xml, and classes in user code.
335337
map<string, string> properties = 5 [(google.api.field_behavior) = OPTIONAL];
336338

@@ -395,7 +397,7 @@ message PigJob {
395397

396398
// Optional. A mapping of property names to values, used to configure Pig.
397399
// 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`,
399401
// /etc/pig/conf/pig.properties, and classes in user code.
400402
map<string, string> properties = 5 [(google.api.field_behavior) = OPTIONAL];
401403

0 commit comments

Comments
 (0)