September 15, 2025
The Cloudera Operational Database 1.54 version supports enhancements to the Cloudera Operational Database UI and CDP CLI command.
Enhancements to the Cloudera Operational Database UI
When you create an operational database using the Cloudera Operational Database web interface, the options previously presented under the Settings step are integrated into the Configurations step. This optimization enhances both performance and usability.
Consequently, the process of creating an operational database now comprises four distinct steps:
.For more information, see Creating a database using Cloudera Operational Database.
Enhancements to the CollectDiagnostics command
The following new options are added to the CLI command, CollectDiagnostics.
--destination (string)
: Defines the destination of the created diagnostics bundle. The supported values areUPLOAD_TO_CLOUDERA
andDOWNLOAD
.--case-number (string)
: Defines the CSH case number to be associated along with the diagnostic bundle.--bundle-size-bytes (integer)
: Diagnostic bundle size limit.
The following is an example of the command using the above options.
collect-diagnostics --environment-name <***ENVIRONMENT NAME***> --database-name <***DATABASE NAME***> --end-time <***END TIME***> [--start-time <***START TIME***>] [--destination <***DESTINATION***>] [--case-number <***CSH CASE NUMBER***>] [--bundle-size-bytes <***SIZE LIMIT***>] [--cli-input-json <***JSON STRING***>] [--generate-cli-skeleton]
For more information, see CDP CLI documentation.