Module: Google::Cloud::Dataproc::V1::AutotuningConfig::Scenario

Defined in:
proto_docs/google/cloud/dataproc/v1/shared.rb

Overview

Scenario represents a specific goal that autotuning will attempt to achieve by modifying workloads.

Constant Summary collapse

SCENARIO_UNSPECIFIED =

Default value.

0
SCALING =

Scaling recommendations such as initialExecutors.

2
BROADCAST_HASH_JOIN =

Adding hints for potential relation broadcasts.

3
MEMORY =

Memory management for workloads.

4