Skip to content

Commit

Permalink
docs: [dataproc] Minor formatting (#4480)
Browse files Browse the repository at this point in the history
* docs: Minor formatting

PiperOrigin-RevId: 552889922

Source-Link: googleapis/googleapis@34a499a

Source-Link: googleapis/googleapis-gen@3fb6cbe
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFwcm9jLy5Pd2xCb3QueWFtbCIsImgiOiIzZmI2Y2JlNzljMWJhMjkwNzU3NDI5YTc0MzYyZDhkY2JhZDkxMTBjIn0=

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Aug 3, 2023
1 parent 6f9b9b6 commit 9a7d33d
Show file tree
Hide file tree
Showing 11 changed files with 5,714 additions and 74 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ also contains samples.

## Supported Node.js Versions

Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
Libraries are compatible with all current _active_ and _maintenance_ versions of
Node.js.
If you are using an end-of-life version of Node.js, we recommend that you update
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -143,7 +143,9 @@ message LoggingConfig {
// The per-package log levels for the driver. 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'
map<string, Level> driver_log_levels = 2;
}

Expand Down Expand Up @@ -192,7 +194,7 @@ message HadoopJob {

// 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
// overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
// classes in user code.
map<string, string> properties = 7 [(google.api.field_behavior) = OPTIONAL];

Expand Down Expand Up @@ -330,7 +332,7 @@ message HiveJob {

// 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,
// overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
// /etc/hive/conf/hive-site.xml, and classes in user code.
map<string, string> properties = 5 [(google.api.field_behavior) = OPTIONAL];

Expand Down Expand Up @@ -395,7 +397,7 @@ message PigJob {

// 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,
// overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
// /etc/pig/conf/pig.properties, and classes in user code.
map<string, string> properties = 5 [(google.api.field_behavior) = OPTIONAL];

Expand Down
Loading

0 comments on commit 9a7d33d

Please sign in to comment.