123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- syntax = "proto3";
- package google.cloud.dataproc.v1;
- import "google/api/field_behavior.proto";
- option go_package = "google.golang.org/genproto/googleapis/cloud/dataproc/v1;dataproc";
- option java_multiple_files = true;
- option java_outer_classname = "SharedProto";
- option java_package = "com.google.cloud.dataproc.v1";
- message RuntimeConfig {
-
- string version = 1 [(google.api.field_behavior) = OPTIONAL];
-
-
- string container_image = 2 [(google.api.field_behavior) = OPTIONAL];
-
-
- map<string, string> properties = 3 [(google.api.field_behavior) = OPTIONAL];
- }
- message EnvironmentConfig {
-
- ExecutionConfig execution_config = 1 [(google.api.field_behavior) = OPTIONAL];
-
- PeripheralsConfig peripherals_config = 2 [(google.api.field_behavior) = OPTIONAL];
- }
- message ExecutionConfig {
-
- string service_account = 2 [(google.api.field_behavior) = OPTIONAL];
-
- oneof network {
-
- string network_uri = 4 [(google.api.field_behavior) = OPTIONAL];
-
- string subnetwork_uri = 5 [(google.api.field_behavior) = OPTIONAL];
- }
-
- repeated string network_tags = 6 [(google.api.field_behavior) = OPTIONAL];
-
- string kms_key = 7 [(google.api.field_behavior) = OPTIONAL];
- }
- message SparkHistoryServerConfig {
-
-
-
-
-
-
- string dataproc_cluster = 1 [
- (google.api.field_behavior) = OPTIONAL
- ];
- }
- message PeripheralsConfig {
-
-
-
-
-
- string metastore_service = 1 [
- (google.api.field_behavior) = OPTIONAL
- ];
-
- SparkHistoryServerConfig spark_history_server_config = 2 [(google.api.field_behavior) = OPTIONAL];
- }
- message RuntimeInfo {
-
-
- map<string, string> endpoints = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- string output_uri = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
-
- string diagnostic_output_uri = 3 [(google.api.field_behavior) = OUTPUT_ONLY];
- }
- message GkeClusterConfig {
-
-
-
- string gke_cluster_target = 2 [
- (google.api.field_behavior) = OPTIONAL
- ];
-
-
-
-
-
- repeated GkeNodePoolTarget node_pool_target = 3 [(google.api.field_behavior) = OPTIONAL];
- }
- message KubernetesClusterConfig {
-
-
-
-
- string kubernetes_namespace = 1 [(google.api.field_behavior) = OPTIONAL];
- oneof config {
-
- GkeClusterConfig gke_cluster_config = 2 [(google.api.field_behavior) = REQUIRED];
- }
-
- KubernetesSoftwareConfig kubernetes_software_config = 3 [(google.api.field_behavior) = OPTIONAL];
- }
- message KubernetesSoftwareConfig {
-
-
-
-
- map<string, string> component_version = 1;
-
-
-
-
-
-
-
-
-
-
- map<string, string> properties = 2;
- }
- message GkeNodePoolTarget {
-
-
-
-
- enum Role {
-
- ROLE_UNSPECIFIED = 0;
-
-
- DEFAULT = 1;
-
- CONTROLLER = 2;
-
- SPARK_DRIVER = 3;
-
- SPARK_EXECUTOR = 4;
- }
-
-
-
- string node_pool = 1 [
- (google.api.field_behavior) = REQUIRED
- ];
-
- repeated Role roles = 2 [(google.api.field_behavior) = REQUIRED];
-
-
-
-
-
-
-
-
-
-
- GkeNodePoolConfig node_pool_config = 3 [(google.api.field_behavior) = OPTIONAL];
- }
- message GkeNodePoolConfig {
-
- message GkeNodeConfig {
-
-
- string machine_type = 1 [(google.api.field_behavior) = OPTIONAL];
-
-
- bool preemptible = 10 [(google.api.field_behavior) = OPTIONAL];
-
-
-
- int32 local_ssd_count = 7 [(google.api.field_behavior) = OPTIONAL];
-
-
-
- repeated GkeNodePoolAcceleratorConfig accelerators = 11 [(google.api.field_behavior) = OPTIONAL];
-
-
-
-
-
- string min_cpu_platform = 13 [(google.api.field_behavior) = OPTIONAL];
- }
-
-
- message GkeNodePoolAcceleratorConfig {
-
- int64 accelerator_count = 1;
-
- string accelerator_type = 2;
- }
-
-
- message GkeNodePoolAutoscalingConfig {
-
-
- int32 min_node_count = 2;
-
-
- int32 max_node_count = 3;
- }
-
- GkeNodeConfig config = 2 [(google.api.field_behavior) = OPTIONAL];
-
-
-
-
-
-
-
-
- repeated string locations = 13 [(google.api.field_behavior) = OPTIONAL];
-
-
- GkeNodePoolAutoscalingConfig autoscaling = 4 [(google.api.field_behavior) = OPTIONAL];
- }
- enum Component {
-
- COMPONENT_UNSPECIFIED = 0;
-
-
-
-
-
- ANACONDA = 5;
-
- DOCKER = 13;
-
- DRUID = 9;
-
- FLINK = 14;
-
- HBASE = 11;
-
- HIVE_WEBHCAT = 3;
-
- JUPYTER = 1;
-
- PRESTO = 6;
-
- RANGER = 12;
-
- SOLR = 10;
-
- ZEPPELIN = 4;
-
- ZOOKEEPER = 8;
- }
- enum FailureAction {
-
- FAILURE_ACTION_UNSPECIFIED = 0;
-
-
- NO_ACTION = 1;
-
- DELETE = 2;
- }
|