Member since
10-05-2021
69
Posts
7
Kudos Received
0
Solutions
09-07-2023
02:11 AM
COD_ON_GCP entitlement has been removed from COD because it is not needed anymore. From this version onwards, customers can create COD clusters on Google Cloud Platform (GCP) without it. This is available starting in COD v1.34 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out the Cloudera Operational Database for free with Test Drive (no cloud account or setup is needed)
... View more
Labels:
08-13-2023
10:04 AM
You can now get a consolidated view of all the COD metrics using the Grafana dashboard. To enable the Grafana dashboard, simply use the --enable-grafana option in the create-database command. This enables the Grafana URL under the GRAFANA DASHBOARD option inside your COD database. When you click on the Grafana URL, it takes you to the Grafana dashboard. Here is a sample command: cdp opdb create-database --environment <environment_name> --database <database_name> --enable-grafana Important links: COD documentation Release notes This is available starting in COD v1.33 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
08-13-2023
10:04 AM
You can define the --scale-type for both the master and gateway nodes using CDP CLI. The --scale-type option now supports all three options [--scale-type (string) <MICRO, LIGHT, HEAVY>] for both the --master-node-type and --gateway-node-type. --scale-type LIGHT (--master-node-type LITE, --gateway-node-type LITE) --scale-type HEAVY (--master-node-type HEAVY, --gateway-node-type HEAVY) If you do not define the --scale-type, <--scale-type LIGHT> is considered for both the --master-node-type and --gateway-node-type. However, you can overwrite the --scale-type for a --gateway-node-type using the [--gateway-node-type <value>] option. Important link: CDP CLI beta This is available starting in COD v1.33 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
08-13-2023
10:03 AM
COD now supports faster tolling restarts. This is achieved by increasing the default value of Region Mover Threads under Cloudera Manager > HBase > Configuration to 30. This ensures a smoother rolling restart for HBase. Important links: Documentation Release notes This is available starting in COD v1.33 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
08-13-2023
10:03 AM
You can upgrade the Cloudera Runtime version of the COD database using the rolling restart mode. This functionality ensures continuous service availability during an upgrade operation. This is achieved through a new CLI parameter --rolling-upgrade | --no-rolling-upgrade in the upgrade-database command. Here is a sample command: cdp opdb upgrade-database --environment <environment-name> --database <database-name> --runtime <runtime-version> [--rolling-upgrade | --no-rolling-upgrade] Important links COD documentation Release notes This is available starting in COD v1.33 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
07-11-2023
09:28 AM
You can now define custom recipes while creating an operational database using the --recipes option in CDP CLI Beta. You can register pre-created recipes during database creation based on the instance groups in your database. The recipes are executed automatically for the specified nodes based on the recipes’ type. Use the following example command to define custom recipes for your operational database. cdp opdb create-database --environment-name <ENVIRONMENT_NAME> --database-name <DATABASE_NAME> --recipe names=<rec1,rec2>,instanceGroup=<MASTER> names=<rec2>,instanceGroup=WORKER names=<rec3,rec4>,instanceGroup=<GATEWAY> To know more about the recipes, see Recipes. To know more about the --recipes option, see CDP CLI Beta. This is available starting in COD v1.32 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
06-22-2023
12:36 AM
On the COD UI, when you create an operational database the scale option Medium Duty is renamed to Heavy Duty. For more information, see Creating a database using COD. This is available starting in COD v1.32 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
06-22-2023
12:36 AM
In CDP CLI, when you select the --scale-type option as HEAVY, COD allocates larger SSD storage (for example, gp2 on AWS, StandardSSD_LRS on Azure, or pd-ssd on GCP) for both master and leader node types. For more information, see CDP CLI Beta. This is available starting in COD v1.32 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
06-01-2023
03:54 AM
In CDP CLI, the --scale-type option now supports all the three options --scale-type (string) <MICRO, LIGHT, HEAVY>. COD has added support for additional parameters, LIGHT and HEAVY. You can specify these options for the --master-node-type. --scale-type LIGHT (-master-node-type LITE) --scale-type HEAVY (-master-node-type HEAVY) Additionally, COD has removed the --master-node-type (string) <LITE,HEAVY> CDP CLI option. For more information, see CDP CLI Beta. This is available starting in COD v1.31 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels:
05-11-2023
12:37 AM
COD now allows you to create a smaller cluster with one Gateway node and one Worker node using a new scale type Micro Duty while creating an operational database through COD UI. The Micro database is a two node cluster in which the Gateway node processes the activities of the Master and Leader nodes, thereby removing the need of these nodes. You can use a Micro database for testing and development purposes. For more information, see Creating a database using COD. This is available starting in COD v1.30 and you do not need to upgrade to a higher version of COD to benefit from this feature. Try out CDP Operational Database for free with Test Drive (no cloud account or setup is needed).
... View more
Labels: