Member since
06-23-2020
63
Posts
1
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
526 | 03-11-2025 03:07 AM | |
238 | 03-04-2025 06:59 AM | |
242 | 03-04-2025 02:56 AM | |
169 | 03-04-2025 02:51 AM | |
319 | 03-04-2025 12:58 AM |
03-11-2025
03:07 AM
Hello @Deepak_Unravel I highly recommend you to go through the links which I have given in my previous comment. As mentioned above, timeseries data not stored in any of the backend database. It uses LDB [leveldb] storage. If you haven't tried the API Explorer feature in your environment, I request you to try out the same. I have given below the example query which I have tried in my lab using API Explorer to get the HDFS Service Health status for the last 7 days. Navigate to CM UI -> support -> API Explorer -> TimeSeriesResource -> GET /timeseries API call. Example query: Please note to replace the {cm_server_fqdn} & {cm_server_port} curl -X GET "https://{cm_server_fqdn}:{cm_server_port}/api/v57/timeseries?contentType=application%2Fjson&desiredRollup=RAW&from=2025-03-04T09%3A45%3A00.000Z&mustUseDesiredRollup=false&query=select%20health_good_rate%20*%20100%20as%20%22good%20health%22%2C%20health_concerning_rate%20*%20100%20as%20%22concerning%20health%22%2C%20health_bad_rate%20*%20100%20as%20%22bad%20health%22%2C%20health_disabled_rate%20*%20100%20as%20%22disabled%20health%22%2C%20health_unknown_rate%20*%20100%20as%20%22unknown%20health%22%20where%20entityName%3D%22HDFS-1%22&to=now" -H "accept: application/json" If you have any business requirement to create the custom query/chart you shall make use of the timeseries data. For more details, kindly refer https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-charting-time-series-data.html Also consider reach out to Cloudera Support.
... View more
03-11-2025
01:12 AM
Hello @Deepak_Unravel Thank you for reaching out Cloudera Community. The tsquery language is used to specify statements for retrieving time-series data from the Cloudera Manager time-series datastore and it gets stored in Service Monitor leveldb not in any backend database. For more details, please be kind to refer our product documentations. Additionally for some extent, you can make use of the REST API calls under TimeSeriesResource section on CM UI -> Support -> "API Documentation" or "API Explorer" https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-tsquery-language.html https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/monitoring-and-diagnostics/topics/cm-cluster-utilization-report-metrics-queries.html Hope this helps.
... View more
03-04-2025
06:59 AM
Hello @Syl1234 Thank you for reaching out Cloudera Community. We can start/stop the service using supervisord on the host level where the cluster roles deployed, however it will cause role/service status discrepancy in the CM's backend database. Hence it is always recommended to stopping and restarting cluster services should perform through Cloudera Manager only. Kindly refer our product documentation [0] [0] https://docs.cloudera.com/data-hub/cloud/manage-clusters/topics/mc-restart-services.html If you are looking for cli options, You can make use of the REST API call /clusters/{clusterName}/services/{serviceName}/roleCommands/stop under CM UI -> Support -> API Explorer or API Documentation.
... View more
03-04-2025
02:56 AM
Hola @aiz Verifique las credenciales de su muro de pago según la documentación [0]. Si las credenciales utilizadas son correctas pero tienen problemas, comuníquese con su equipo de Cuentas de Cloudera. [0] https://www.cloudera.com/downloads/paywall-expansion.html
... View more
03-04-2025
02:51 AM
Hello @Guru_Hexa In case if you still looking answer for the query, please be kind to refer below. CM UI -> Clusters -> Utilization Report. On the right top corner, you have the option to select the custom date range. If the requested data available in the data directory, it will list the details.
... View more
03-04-2025
12:58 AM
1 Kudo
Hello @Sushant_spk Cloudera Navigator components has been deprecated in Cloudera CDP. However Atlas + Ranger in action as part of the CDP Shared Data Experience (SDX): a) Navigator Audit Server replaced with Ranger b) Navigator Metadata Server replaced with Atlas https://www.youtube.com/playlist?list=PLe-h9HrA9qfCj2SI5BrvCdQOEOjHUWMBB https://docs.cloudera.com/cdp-private-cloud-upgrade/latest/upgrade-cdh/topics/atlas-migrating-mapping.html https://docs.cloudera.com/cdp-private-cloud-upgrade/latest/upgrade-cdh/topics/atlas-migrating-audits.html
... View more
08-20-2024
10:10 AM
Hello @Srihari999 The CDP Private Cloud Base Edition Trial is a free 60-day trial that does not require a license file. When the 60-day trial period expires, you will no longer be able to access the Cloudera Manager Admin console to manage your clusters until you upload a valid license. However, your clusters will continue to function, your data will remain intact, and your jobs will keep running. You can obtain a CDP Private Cloud Base license to regain access to the Admin Console. To obtain a CDP Private Cloud Base license, fill in the Contact Us form or call 866-843-7207. You can use a trial license only once; when the 60-day trial period expires or you have ended the trial, you cannot restart the trial. For more details, kindly refer the product documentation. https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/managing-clusters/topics/cm-managing-licenses.html
... View more
03-19-2024
09:27 AM
Hello @Juanes Yes, you shall use the Trial version and then update your license. Also you shall go with External DB instead of Embedded one. For more details related to license kindly take a look on this Product Documentation
... View more
03-19-2024
09:15 AM
Hello @yagoaparecidoti 1. Have you been receiving the alert emails for other health issues ? If yes, you should check any of the "Memory Overcommit Health Alert" gets suppressed in your environment by navigating below. From the Home page or the Status page of a cluster, select Configuration > Suppressed Health and Configuration Issues.
... View more