Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

fix: increase timeout for ClusterController in v1 #36

Merged
merged 8 commits into from Jun 5, 2020
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
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
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.

6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-dataproc.git",
"sha": "40579d265c7c97febcfdec5f79b12ded8c232226"
"sha": "2021ceb663c17ccda395fcb7c672a889f7c03526"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3a4894c4f0da3e763aca2c67bd280ae915177450",
"internalRef": "314363155"
"sha": "cd804bab06e46dd1a4f16c32155fd3cddb931b52",
"internalRef": "314879617"
}
},
{
Expand Down