What's New @ Cloudera

Find the latest Cloudera product news

Cloudera Operational Database (COD) supports enabling custom recipes using CDP CLI Beta

avatar
Rising Star

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).