Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3064 | 04-15-2022 09:39 AM | |
| 2471 | 03-16-2022 06:22 AM | |
| 6539 | 03-02-2022 09:44 PM | |
| 2904 | 03-02-2022 08:40 PM | |
| 1910 | 01-05-2022 07:01 AM |
02-21-2021
06:55 AM
@sass If that server is not using any DB then you can remove that. For DB upgrade you just have to upgrade DB as per vendors instructions and after that just check the db.properties file if that's having all the correct details. That's all we need.
... View more
02-21-2021
06:48 AM
@asdusadeh You can get inside the CDSW DB by below steps but I would be very careful while make any changes as it can cause whole application down or data loss. Get the db pod name $ kubectl get pods -l role=db NAME READY STATUS RESTARTS AGE db-4066525870-68x44 1/1 Running 2 21d Exec into the running container and connect to the psql terminal with the sense user: kubectl exec db-4066525870-68x44 -ti -- psql -U sense
... View more
02-21-2021
06:39 AM
@sass Cloudera agent is still needed you can't remove that. If there is no way then after removing you have to install agent packages again. Regarding the DB upgrade you don't have to modify any file but in worst case you can check "db.properties" file to see if this has right values in place so that CM can work.
... View more
02-21-2021
06:35 AM
2 Kudos
@nsaedae Flume has been replaced with Cloudera Flow Management (CFM). CFM is a no-code data ingestion and management solution powered by Apache NiFi. Contact your Cloudera account team for more information about moving from Flume to CFM. Refer the Blog and public doc for more details how you can use NiFi for that. https://blog.cloudera.com/upgrade-journey-the-path-from-cdh-to-cdp-private-cloud/ https://docs.cloudera.com/cdp-private-cloud/latest/release-guide/topics/cdpdc-rt-updated-cdh-components.html
... View more
02-21-2021
06:30 AM
@Sample01 Yes, that's right. On the License page, click End Trial. Confirm that you want to end the trial. Restart the Cloudera Management Service, HBase, HDFS, and Hive services to pick up configuration changes.
... View more
02-21-2021
06:28 AM
@gwsolutions Replacing driver is not gonna loose cluster. You just have to replace Jar file if that's compatible. If needed you can always take DB backup and dump into in fresh DB.
... View more
02-18-2021
04:45 AM
@Sample01 Yes, you can still be able to login in CM and use the cluster but there will be some features which will e disabled. Please see the below doc what features will not be there after Enterprise license expired: https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_ag_licenses.html In future if you want to upgrade to Enterprise license you just simply upload the license and it’s done. Steps given in same doc above.
... View more
02-16-2021
03:04 AM
@sharathkumar13 Technically the other services will keep running. But managing the services without CM is difficult however you can perform task using command line for some services but that’s a tedious task. So CM is essential to monitor the services.
... View more
02-16-2021
02:59 AM
@gwsolutions This error seems red-herring. You have to see full CM server log file. You can upload here if you want another pair of eye to take a look.
... View more