Member since
01-15-2015
313
Posts
28
Kudos Received
25
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2044 | 10-19-2021 12:04 AM | |
| 6565 | 10-18-2021 11:54 PM | |
| 2357 | 05-04-2021 02:38 AM | |
| 9036 | 11-19-2020 05:48 AM | |
| 9068 | 11-18-2020 12:08 AM |
02-23-2022
11:14 PM
2 Kudos
There is an API endpoint for starting all roles on a host: https://archive.cloudera.com/cm7/7.2.4/generic/jar/cm_api/apidocs/resource_ClouderaManagerResource.html#resource_ClouderaManagerResource_ClouderaManagerResourceV41_hostsStartRolesCommand_POST For stopping all roles on a host, you have to iterate in your script/code over all role instances deployed on the host, and stop them one after the other.
... View more
12-14-2021
11:56 PM
Hi Matt, assuming you want to enable external authentication to LDAP in Cloudera Manager. Please find steps in the product documentation here for 6.x and here for 7.x The steps you listed seem about right and should work. I suggest to verify if CM makes use of this JDK in the CM -> Support -> About page, and if necessary follow the steps in documentation to explicitly set the -Djavax.net.ssl.trustStore and -Djavax.net.ssl.trustStorePassword startup properties.
... View more
10-21-2021
10:32 AM
@CajamarBBDD Has any of the replies helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
10-19-2021
12:04 AM
There are several options for you here, you have to pick one that best matches your requirements. If you are looking to backup your HDFS data but don't have capacity for a DR cluster, then backup to AWS S3 may be an option for you. Requires a cluster upgrade to later 5.x version, though, as this option is not there on 5.4 version. Besides that, if you are able to completely restore the cluster nodes from your filesystem backups then you will be able to restore your HDFS data.
... View more
05-04-2021
02:38 AM
1 Kudo
Try something like # curl -u admin "http://$cmhost:7180/api/v33/clusters/Cluster%201/services/IMPALA-1/impalaQueries?filter=(query_state=RUNNING%20and%20query_duration>=1000)&from=2021-05-04T00:00:00.00Z"
... View more
11-23-2020
01:34 AM
1 Kudo
Great to hear @SuryaDilip ! Although I noticed my last update was not complete, I referenced the CM -> Administration -> Settings -> Category: Ports and Addresses -> Cloudera Manager Hostname Override configuration property.
... View more
03-18-2020
12:26 AM
The clean and recommended way is to stop those services which are affected, before the backend database is shut down for maintenance (e.g. during maintenance window).
... View more
10-09-2019
12:25 AM
There are no plans to add support to C5 releases. See currently supported OS versions
... View more
05-15-2019
10:50 PM
I have changed this line in my.cnf: socket=/var/lib/mysql/mysql.sock to this socket=/var/run/mysqld/mysql.sock and that fixed it! I think Cloudera has to review its installation guide ... I have faced many difficulties so far ... They tell you to do A and B to get C ... you do A and B but you don't get C!! ...
... View more