Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3057 | 04-15-2022 09:39 AM | |
| 2467 | 03-16-2022 06:22 AM | |
| 6533 | 03-02-2022 09:44 PM | |
| 2898 | 03-02-2022 08:40 PM | |
| 1907 | 01-05-2022 07:01 AM |
08-10-2020
02:24 AM
@bermo This can be your best bet regarding how to help with installation: https://community.cloudera.com/t5/Community-Articles/How-To-Path-B-Installation-of-Cloudera-Manager/ta-p/44598 Also for trial you can visit the page: https://www.cloudera.com/downloads/cdp-data-center-trial.html Here are some free tutorials to get you familiar with Cloudera: https://www.cloudera.com/tutorials.html
... View more
08-03-2020
02:21 AM
@GangWar In which Oozie's service configuration item in Cloudera Manager this should be defined?
... View more
08-02-2020
08:24 PM
I have fixed this, drop your database cmf,and create cmf again,then restart service cloudera-scm-server .
... View more
08-02-2020
02:03 AM
Thank you for your support, it worked.
... View more
08-01-2020
10:16 AM
@joeyfrye1 Both looks fine for me. Can you check again. What issue you are facing?
... View more
08-01-2020
09:08 AM
1 Kudo
@selvaprabhu_k The same issue has been answered in below thread, please have a look. https://community.cloudera.com/t5/Support-Questions/ImportError-No-module-named-numpy/m-p/90427#M21658 https://community.cloudera.com/t5/Support-Questions/Jupyter-notebook-gt-ImportError-No-module-named-numpy/m-p/300687/highlight/false#M220357
... View more
07-30-2020
07:04 AM
Currently, the way i'm going to take is mimic deploy client configuration operation on single host: Auto recreating links using script: /etc/stack/service-env/conf -> /etc/alternatives/service-env-conf -> /etc/stack/service-env/conf.cloudera.service-env and updating or creating client config file /etc/stack/service-env/conf/conf.properties.
... 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-20-2020
01:37 AM
@IZ_AMD This seems the issue with DB it could be either the permission issue on DB or schema issue. You have to check if scm_prepare script ran successfully as well. I would suggest to configure the DB again if this is new install. https://docs.cloudera.com/documentation/enterprise/latest/topics/cm_ig_installing_configuring_dbs.html
... View more