Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3544 | 04-15-2022 09:39 AM | |
| 2865 | 03-16-2022 06:22 AM | |
| 7487 | 03-02-2022 09:44 PM | |
| 3450 | 03-02-2022 08:40 PM | |
| 2362 | 01-05-2022 07:01 AM |
08-22-2020
12:12 PM
@Mondi I guess yes. The encryption will take place in subdirectories as well. See the blog post. https://blog.cloudera.com/new-in-cdh-5-3-transparent-encryption-in-hdfs/ Though you can just give it a try my making any test file/dir.
... View more
08-21-2020
11:22 AM
1 Kudo
@tol2000 This guide may be a good start for you. https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_hardware_requirements.html#concept_vvv_cxt_gbb
... View more
08-15-2020
01:01 PM
2 Kudos
@ebeb Yeah, “Private Cloud Base” is the new name for CDP Data Center. Sorry for the inconvenience. Please use the same doc.
... View more
08-13-2020
08:22 AM
@wert_1311 You are good to apply these changes, no harm in this. For the definitions of these terms you can check below doc: https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cm_dg_log_mgmt.html#concept_rnr_2gd_kz https://docs.cloudera.com/documentation/enterprise/5-14-x/topics/cm_ig_reqs_space.html#concept_bf1_pbm_gr
... View more
08-10-2020
02:18 AM
1 Kudo
@HanzalaShaikh You are most probably hitting a known bug with Java recent versions (OpenJDK 1.8u242 or JDK 11.0.6). TSB-394. To resolve this issue, take the following action on all impacted nodes solved as appropriate for the environment. Edit java.security file located in the active JDK on the clusters. Add or alter sun.security.krb5.disableReferrals parameter, to ensure that the following is set to true: sun.security.krb5.disableReferrals=true
... View more
07-28-2020
12:15 AM
2 Kudos
@HanzalaShaikh This seems a very old cosmetic issue in CM. What version you are using? It appears in older versions we had some early bugs caused by the addition of a new jar file in the classpath directory (/usr/share/cmf/schema/../lib/* ) used by the scm_prepare_db.sh script. This new jar contained a log4j.properties file that was not configured to use the log4j appender A, and overwrote the original properties from the proper log4j.properties file in the original jar file.
... View more
07-26-2020
05:25 AM
3 Kudos
@emeric Apologise for inconvenience the issue is expected as there is not bits for Ubuntu in the archive. The CDP Data Center is version supported on below operating System. RHEL/CentOS/Oracle 7.6, 7.7 Debian Not Supported I would like you to try CDP on supported platform and follow below doc for installation. https://docs.cloudera.com/cloudera-manager/7.1.1/installation/topics/cdpdc-run-cm-server-installer.html
... View more
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
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