November 5, 2024
The Cloudera Operational Database 1.46 version supports updates to the supported instance types and enhancements to the Operational Database UI.
A new CLI command to get the list of supported instance types
Cloudera Operational Database adds a new CLI command, list-supported-instance-types, allowing you to list the supported instance types for a combination of cloud platform, scale type, and storage type. You can filter using the instance group and architecture as well.
The --custom-instance-types option in the create-database command allows you to pick and choose instance types for the COD. However, it is essential that these instance types are included in the COD allowlist. The list-supported-instance-types command is useful to fetch the list of supported instance types.
Following is an example of the command.
cdp opdb list-supported-instance-types --cloud-platform AZURE --storage-type CLOUD_WITH_EPHEMERAL --scale-type MICRO --instance-group WORKER --architecture X86_64
For more information, see CDP CLI documentation.
Enhancements to the update-database command
A new CLI option --switch-instance-type is added to the
update-database command to switch the instance types to custom instance
types for the COD clusters after the database creation. You must have the
COD_USE_CUSTOM_INSTANCE_TYPES
entitlement to use this option.
If you plan to scale up the cluster vertically or change the existing instance type to any custom instance type, you can use the --switch-instance-type option. However, the custom instance types must be included in the allowlist by the Cloudera Operational Database. Use the list-supported-instance-types command to fetch the list of supported instance types.
Following is an example of the usage.
cdp opdb update-database --environment-name <env_name> --database-name <database_name> --switch-instance-type instanceGroup=INSTANCEGROUP,instanceType=instancetype
For more information, see CDP CLI documentation.
Enhancements to the Cloudera Operational Database UI
Cloudera Operational Database UI provides two new UI options Configure Database and Configure Edge Nodes to configure the worker and edge node properties in your existing operational database.
You can access these menu items using the Actions menu item inside the database details page.
For more information, see Configuring a database.
GA support for the HBase REST server scaling
The feature to scale up the HBase REST server using the Apache HBase REST API is no longer a technical preview and is now generally available (GA).
For more information, see HBase REST server scaling in COD.