Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"initial_retry_delay_millis": 100,
"retry_delay_multiplier": 1.3,
"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 10000,
"initial_rpc_timeout_millis": 30000,
"rpc_timeout_multiplier": 1.0,
"max_rpc_timeout_millis": 10000,
"max_rpc_timeout_millis": 30000,
"total_timeout_millis": 300000,
}
},
Expand Down
5 changes: 3 additions & 2 deletions google/cloud/dataproc_v1/proto/jobs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,9 @@ message SparkRJob {

// A Dataproc job for running [Presto](https://prestosql.io/) queries.
// **IMPORTANT**: The [Dataproc Presto Optional
// Component](/dataproc/docs/concepts/components/presto) must be enabled when
// the cluster is created to submit a Presto job to the cluster.
// Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
// must be enabled when the cluster is created to submit a Presto job to the
// cluster.
message PrestoJob {
// Required. The sequence of Presto queries to execute, specified as
// either an HCFS file URI or as a list of queries.
Expand Down
5 changes: 3 additions & 2 deletions google/cloud/dataproc_v1/proto/jobs_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions google/cloud/dataproc_v1beta2/proto/jobs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,9 @@ message SparkRJob {

// A Dataproc job for running [Presto](https://prestosql.io/) queries.
// **IMPORTANT**: The [Dataproc Presto Optional
// Component](/dataproc/docs/concepts/components/presto) must be enabled when
// the cluster is created to submit a Presto job to the cluster.
// Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
// must be enabled when the cluster is created to submit a Presto job to the
// cluster.
message PrestoJob {
// Required. The sequence of Presto queries to execute, specified as
// either an HCFS file URI or as a list of queries.
Expand Down
5 changes: 3 additions & 2 deletions google/cloud/dataproc_v1beta2/proto/jobs_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3a4894c4f0da3e763aca2c67bd280ae915177450",
"internalRef": "314363155"
"sha": "cd804bab06e46dd1a4f16c32155fd3cddb931b52",
"internalRef": "314879617"
}
},
{
Expand Down