docs: change relative URLs to absolute URLs to fix broken links.
PiperOrigin-RevId: 324941614
This commit is contained in:
parent
dbdd8ddeb6
commit
6fd07563a2
|
|
@ -170,7 +170,7 @@ message BasicYarnAutoscalingConfig {
|
|||
// aggressive scaling). A scale-up factor closer to 0 will result in a smaller
|
||||
// magnitude of scaling up (less aggressive scaling).
|
||||
// See [How autoscaling
|
||||
// works](/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
|
||||
// works](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
|
||||
// for more information.
|
||||
//
|
||||
// Bounds: [0.0, 1.0].
|
||||
|
|
@ -182,7 +182,7 @@ message BasicYarnAutoscalingConfig {
|
|||
// update (more aggressive scaling). A scale-down factor of 0 disables
|
||||
// removing workers, which can be beneficial for autoscaling a single job.
|
||||
// See [How autoscaling
|
||||
// works](/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
|
||||
// works](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/autoscaling#how_autoscaling_works)
|
||||
// for more information.
|
||||
//
|
||||
// Bounds: [0.0, 1.0].
|
||||
|
|
|
|||
Loading…
Reference in New Issue