Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3549 | 04-15-2022 09:39 AM | |
| 2866 | 03-16-2022 06:22 AM | |
| 7493 | 03-02-2022 09:44 PM | |
| 3451 | 03-02-2022 08:40 PM | |
| 2364 | 01-05-2022 07:01 AM |
07-23-2020
12:14 PM
2 Kudos
@Selene Please take a backup of database and then you can follow below steps: Find the Cloudera Manager server's database details from file /etc/cloudera-scm-server/db.properties. Log in to CM database server. Check if there is more than one user admin in the system. Take a back up of password_hash and password_salt of the Admin user and paste them into a text editor: SELECT password_hash, password_salt FROM users WHERE user_id = 1; Update password_hash and password_salt for user "admin" using the following command: update USERS set password_hash='2518db3278f704558ece63f469af87a7c12dbad8ff0971d3b677e291d61b44fc', password_salt=-5792243850706636683 WHERE user_id = 1; Log in to the CM interface using admin user and admin password.
... View more
07-20-2020
01:45 AM
@mike_bronson7 The similar discussion happened on one of other Community thread by @Shelton You can follow this here: https://community.cloudera.com/t5/Support-Questions/add-new-data-node-to-existing-cluster/td-p/213133 Also the decommissioning is more suitable approach you can see this doc more more details though: https://docs.cloudera.com/HDPDocuments/Ambari-2.7.3.0/managing-and-monitoring-ambari/content/amb_manage_components_on_a_host.html
... View more
07-19-2020
03:07 AM
Hi @GangWar Thanks for your reply.
... View more
07-19-2020
01:40 AM
1 Kudo
@mike_bronson7 I meant to say there is not a bunch of people using package install because of following reason[1]: Cloudera does not support clusters that are not deployed and managed by Cloudera Manager. If you choose to install CDH manually using these instructions, you cannot use Cloudera Manager to install additional parcels. This can prevent you from using services that are only available via parcel. For testing purpose you are free to choose any method but it depends what you are looking i.e easy managing of cluster using CM web UI or just want to play with a demo installation. Regarding the end of life question, Yes that's the nature of software support that end of the day it will be end of life after some years. For Cloudera software support cycle you can here is a glance: https://www.cloudera.com/legal/policies/support-lifecycle-policy.html Cheers! [1] https://docs.cloudera.com/documentation/enterprise/5-16-x/topics/install_cloudera_packages.html
... View more
06-29-2020
01:31 AM
@Tulasi For the best information around licensing, I'll refer you to the Cloudera Licensing Policy FAQs page. If you still have questions I suggest using the contact us page of Cloudera.com to connect with sales for further.
... View more
06-26-2020
07:43 AM
Thank you for this link: trying this out. (Yet) another bizarre thing happened with 7.1.x installation - after several attempts I was able to install and get the Cloudera Manager up with web UI. Most of the services were unavailable even after manually starting them (either through 'service' command or through web UI). Upon observing settings, system activities and logs, I noticed Cloudera was using 6.x binaries AND there were no 7.x files (except for the client libraries). Hoping to see 7.x running with minimal difficulties.
... View more
06-24-2020
02:45 PM
@Mondi As far as I know real time replication is not possible but tow cluster can be in sync using BDR feature. https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cm_bdr_replication_intro.html
... View more
06-23-2020
01:13 AM
The problem is solved – removed the parcel, had to add ".parcel" app type in /etc/httpd/conf/httpd.conf in a local repo: # sudo sed -i 's/AddType application\/x-gzip .gz .tgz$/AddType application\/x-gzip .gz .tgz .parcel/g' /etc/httpd/conf/httpd.conf and download, distribute, and activate again.
... View more
05-29-2020
07:14 AM
I did follow the similar steps but had the issue. I had to remove all the KTS/KMS installation start from scratch which fixed the issue but this time i added only one server first and then added the other.
... View more