Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3537 | 04-15-2022 09:39 AM | |
| 2862 | 03-16-2022 06:22 AM | |
| 7472 | 03-02-2022 09:44 PM | |
| 3446 | 03-02-2022 08:40 PM | |
| 2359 | 01-05-2022 07:01 AM |
11-28-2019
09:28 AM
@SandeepSingh This looks like the issue with TLS. Eventhough the flag 'Use TLS Authentication of Agents to Server' in CM WebUI is not set, the following flag must be set for status_server to use TLS protocol using port 9000. Go to the /opt/cloudera/security/x509/ directory and use 'pem' and 'key' file under that directory. You may also have to use the password file for the private key if there is one. Then edit the /etc/cloudera-scm-agent/config.ini file with below parameters. # PEM file containing client private key. client_key_file= # If client_keypw_cmd isn't specified, instead a text file containing the client private key password can be used. client_keypw_file= # PEM file containing client certificate. client_cert_file=/etc/cdep-ssl-conf/CA_STANDARD/cm_server-cert.pem verify_cert_file= Restart of the status_server is required cd /var/run/cloudera-scm-agent/supervisord /opt/cloudera/cm-agent/bin/supervisorctl -c /var/run/cloudera-scm-agent/supervisor/supervisord.conf restart status_server In addition, restart of the cloudera-scm-agent is also needed service cloudera-scm-agent restart
... View more
11-20-2019
09:15 AM
@isingh Your Welcome. Please spare sometime to mark this as solution. Thanks Keep exploring the Cloudera Community!
... View more
11-20-2019
07:45 AM
1 Kudo
@isingh NO, GPU supports started from C6 release. https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_cdh_600_new_features.html#concept_hsn_zgc_cdb
... View more
11-19-2019
12:57 PM
@TheBroMeister Please spare some time in accepting the solution. Thanks.
... View more
11-19-2019
12:56 PM
@nanda_bigdata Please spare some time in accepting the solution. Thanks.
... View more
11-17-2019
04:05 AM
1 Kudo
@nanda_bigdata Normally this is admin/admin but this depends on initial setup. If you do not remember the original password, you can reset it by going directly to http://cdsw.company.com/forgot-password Once reset, use debug login URL http://cdsw.company.com/login?debug=1 to fallback to the local database. FYI: https://docs.cloudera.com/documentation/data-science-workbench/1-0-x/topics/cdsw_external_authentication.html#debug_login_url Let us know if this resolves your issue.
... View more
11-17-2019
03:40 AM
@TheBroMeister Yes, you require the new set of hosts to install CDSW on that. Cloudera Data Science Workbench does not support running any other services except gateway roles on CDSW dedicated hosts. Cloudera Data Science Workbench runs on one or more dedicated gateway hosts on CDH clusters. Each of these hosts has the Cloudera Manager Agent installed on them. Each gateway host must be dedicated solely to Cloudera Data Science Workbench. This is because user workloads require dedicated CPU and memory, which might conflict with other services running on these hosts. You can refer the CDSW architecture from below doc. https://www.cloudera.com/documentation/data-science-workbench/latest/topics/cdsw_overview.html#cdsw_architecture
... View more
10-24-2019
11:32 AM
@SandeepSingh A quick thing I noticed is that the RHEL7.7 is not supported for the CDH6.2: https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_os_requirements.html#c62_supported_os
... View more
10-23-2019
09:52 PM
@roberto10 If that resolves your issue, please spare some time in accepting the solution. Thanks.
... View more
10-23-2019
09:38 PM
If that resolves your issue, please spare some time in accepting the solution. Thanks.
... View more