Skip to content

Commit

Permalink
DE changes to support virtual cluster definitions
Browse files Browse the repository at this point in the history
(cherry picked from commit 18852d4)
Signed-off-by: curtishoward <curtis@cloudera.com>
  • Loading branch information
curtishoward committed Nov 3, 2021
1 parent 6a7a5a5 commit 954f981
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions examples/cde/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,24 @@ de:
definitions:
- name: cde-cloudera-deploy-example
instance_type: 'm5.2xlarge'
minimum_instances: 2
minimum_instances: 1
maximum_instances: 4
minimum_spot_instances: 0
maximum_spot_instances: 0
enable_public_endpoint: yes
enable_workload_analytics: yes
initial_instances: 2
initial_instances: 1
initial_spot_instances: 0
root_volume_size: 100
chart_value_overrides: [{"chartName":"dex-app", "overrides":"dexapp.api.gangScheduling.enabled:true"}]
skip_validation: yes
tags: {'cde-cloudera-deploy-example':'v0.0.1'}
use_ssd: yes
virtual_clusters:
- name: cloudera-deployed-vc-1
cpu_requests: 32
memory_requests: '128Gi'
spark_version: 'SPARK2'
acl_users: '*'
runtime_spot_component: 'NONE'
chart_value_overrides: [{"chartName":"dex-app", "overrides":"pipelines.enabled:true"}]

0 comments on commit 954f981

Please sign in to comment.