Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3062 | 04-15-2022 09:39 AM | |
| 2471 | 03-16-2022 06:22 AM | |
| 6536 | 03-02-2022 09:44 PM | |
| 2901 | 03-02-2022 08:40 PM | |
| 1910 | 01-05-2022 07:01 AM |
02-22-2021
06:41 AM
Flume was deprecated. https://www.datainmotion.dev/2019/08/migrating-apache-flume-flows-to-apache.html
... View more
02-22-2021
01:34 AM
@weekh745_ Can you provide the link? Cloudera has discontinued the QuickStart VMs so if you are using some old URL then it's expected. The only QuickStart VM is available below: https://www.cloudera.com/downloads/cdp-private-cloud-trial.html Check out the official NOTE: https://docs.cloudera.com/documentation/enterprise/5-14-x/topics/cloudera_quickstart_vm.html#xd_583c10bfdbd326ba-3ca24a24-13d80143249--7f9d Some Alternative if interested: https://community.cloudera.com/t5/Support-Questions/Cloudera-Quickstart-VM-Download/td-p/291225
... View more
02-21-2021
09:43 PM
@GangWar Okay, got it. Thank you so much.
... View more
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: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
01:06 AM
I made a haste before getting the result just by concluding over the portal. Contact certification@cloudera.com for any queries related to Certifications. I cleared the exam and I received my certificate and badge.
... View more
02-17-2021
12:57 AM
it looks like a lot of work !
... View more
02-16-2021
09:01 PM
Thank you @GangWar . This helps. My only worry is the backend services that are being manged by Cloudera client agent should not be affected. How I can do the command line task for the services? Can you please do the needful by giving some examples or a link to go-through?
... View more
02-16-2021
02:50 AM
@nsaedae Yes, Policy has been changed and you have to follow some prerequisite. See the thread for more details: https://community.cloudera.com/t5/Support-Questions/How-do-I-get-repository-credentials/m-p/311145/highlight/true#M224492 You might not get the 6.3.x for now but you can download trial for CDP meanwhile if that helps. : https://docs.cloudera.com/cdp-private-cloud-base/7.1.5/installation/topics/cdpdc-trial-download-information.html
... View more