Member since
10-05-2021
73
Posts
8
Kudos Received
0
Solutions
04-01-2024
09:50 AM
2 Kudos
When you create an operational database using the COD UI, the new Create Database option provides enhancements to the database creation workflow. In addition to the enhanced look and feel for better usability, the workflow also provides two additional steps called, Settings and Review. In the Settings step, you can view the default settings for your database and can also modify them. In the Review step, you can view, and finalize your changes, and also obtain a complete CLI command, in case you want to create the database using CDP CLI. Documentation link: Creating a database using COD This is available starting in COD v1.40 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
01-11-2024
07:10 AM
Upgrade your COD cluster without downtime
Released on August 10, 2023
You can now upgrade the Cloudera Runtime version and the operating system version of the database that uses HDFS and Object Store without Ephemeral Storage, in a rolling restart mode.
Previously, while performing a Cloudera Runtime upgrade, users experienced HBase or Phoenix service downtime provided by COD. You can now avoid a service outage of a COD cluster while performing a Cloudera Runtime upgrade.
This feature ensures continuous service availability.
To upgrade the Cloudera Runtime version, use the --rolling-upgrade | --no-rolling-upgrade option on CDP CLI with the upgrade-database command.
cdp opdb upgrade-database --environment <environment-name> --database <database-name> --runtime <runtime-version> [--rolling-upgrade | --no-rolling-upgrade]
To upgrade the operating system version, use the --os-upgrade-only option along with the --rolling-upgrade option in the upgrade-database command.
cdp opdb upgrade-database --environment <environment-name> --database <database-name> [--runtime <runtime-version> | --image <imageId>] --os-upgrade-only --rolling-upgrade
References:
COD documentation
------------------------------------------------------------------------------------------------
Enhance your COD metrics view using Grafana dashboards
Released on August 10, 2023
You can now obtain a consolidated view of your COD metrics using the Grafana dashboard for the supported components. It is a pre-defined solution to visualize the COD metrics comprehensively.
On your CDP CLI, use the create-database command and the --enable-grafana option to enable the Grafana URL under the GRAFANA DASHBOARD option inside your COD database.
Here’s an example of the create-database command.
cdp opdb create-database --environment <environment_name> --database <database_name> --enable-grafana
On successfully executing the command, the Grafana URL is added under the GRAFANA DASHBOARD option inside the COD database as shown in the following figure.
When you click on the Grafana URL, it takes you to the Grafana dashboard.
Here is an example of the HBase dashboard using Grafana.
References:
COD documentation
------------------------------------------------------------------------------------------------
Create your COD cluster using JDK8 and JDK11
Released on August 30, 2023
You can now create your database using either of the aforementioned Java versions. A new CLI option –java-version is available which you can use to configure the Java version on your COD cluster.
Previously, users could only select the JDK 8 version while creating an operational database. Now, users can select the supported JDK versions that provide more flexibility.
Use the following command on your CDP CLI to specify the Java version on your COD cluster.
cdp opdb create-database --environment-name <environment_name> --database-name <database_name> --java-version <value>
cdp opdb create-database --environment-name cod7215 --database-name testenv --java-version 11
The supported Java versions are JDK8 and JDK11. If you do not specify the Java version, by default, JDK8 is used.
References:
COD CLI documentation
------------------------------------------------------------------------------------------------
Create your COD cluster on a cloud environment with ephemeral storage
COD introduces a new UI option, Cloud With Ephemeral Storage while creating a new operational database. You can set the storage type for the database using this UI option. This option is equivalent to using the --storage-type CLOUD_WITH_EPHEMERAL option on CDP CLI while creating an operational database.
Previously, users were limited to using the CDP CLI to select the storage type; now they don’t need to use the CLI when creating a new COD cluster with cloud storage and using ephemeral caching.
References:
COD documentation
------------------------------------------------------------------------------------------------
... View more
12-22-2023
03:56 AM
When you create a new operational database using CDP CLI, you can enable fast autoscaling by defining the required parameters using the --auto-scaling-parameters option. COD now supports a new instance group called, Compute. The nodes under this instance group are automatically scaled up or scaled down based on the CPU utilization and RPC latency. To use fast autoscaling, you must have the COD_USE_COMPUTE_ONLY_NODES entitlement. Following is a sample command. cdp opdb create-database —environment-name <env_name> –database-name <db_name> --auto-scaling-parameters '{"minComputeNodesForDatabase":<min_compute_nodes>, "maxComputeNodesForDatabase": <max_compute_nodes>}' Documentation link: Fast autoscaling in COD This is available starting in COD v1.37 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
12-22-2023
03:55 AM
When you create a new operational database with Cloud With Ephemeral Storage as the storage type on an AWS environment, COD creates the database with an I4i instance type for the worker nodes. This is available starting in COD v1.37 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
12-22-2023
03:54 AM
COD ensures high availability and fault tolerance using Multi-AZ deployments. A Multi-AZ deployment means that compute infrastructure for HBase’s master and region servers are distributed across multiple AZs ensuring that when a single availability zone has an outage, only a portion of Region Servers is impacted and clients automatically switch over to the remaining servers in the available AZs. Multi-AZ for COD is now supported on Microsoft Azure environments as a technical preview and is considered under development. Documentation link: Multi-AZ deployment on COD This is available starting in COD v1.37 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
12-22-2023
03:54 AM
COD has removed the OPDB_USE_EPHEMERAL_STORAGE entitlement because it is not needed anymore. The use of COD on a cloud storage with ephemeral cache is enabled without an entitlement depending on the cluster creation parameters. This is available starting in COD v1.37 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
12-22-2023
03:53 AM
COD has removed the COD_STOREFILE_TRACKING entitlement because it is not needed anymore. The Store File Tracking (SFT) functionality is enabled on all new COD clusters created with cloud storage. This is available starting in COD v1.37 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
12-22-2023
03:52 AM
COD has removed the COD_EDGE_NODE entitlement now because it is not needed anymore. COD edge node functionality is enabled for all COD customers now. This is available starting in COD v1.37 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
12-22-2023
03:51 AM
You can deploy COD on a Google Cloud Platform (GCP) by using Google Cloud Storage (GCS) similar to what is available for Amazon Web Services (AWS) S3 storage and Microsoft Azure blob storage. Now, COD has enabled the COD_ON_GCS entitlement, by default, for such a deployment. This is available starting in COD v1.37 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
10-09-2023
08:29 AM
COD has stopped supporting the Cloudera runtime versions CDP Runtime 7.2.12 and earlier because they have reached the end of life. This is available starting in COD v1.35 onwards. Try the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels: