Member since
10-01-2018
802
Posts
143
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3058 | 04-15-2022 09:39 AM | |
| 2468 | 03-16-2022 06:22 AM | |
| 6536 | 03-02-2022 09:44 PM | |
| 2899 | 03-02-2022 08:40 PM | |
| 1909 | 01-05-2022 07:01 AM |
07-11-2021
05:33 AM
1 Kudo
@gfranco In CDSW almost every POD is serving it's own purpose. The only thing which is possible is scale/de-scale the Web PODs if needed. Regarding the monitoring this is running K8s in the heart so you can use K8s command to watch the usages. Here is a good discussion about such commands/utility: https://github.com/kubernetes/kubernetes/issues/17512 From CDSW public doc you can refer this: https://docs.cloudera.com/cdsw/1.9.1/monitoring/topics/cdsw-monitoring.html?
... View more
07-11-2021
05:27 AM
@kalaicool261 There is nothing like terminal memory. This seems a engine memory issue. You should launch the session (engine) with larger memory and CPU from the drop down menu on Session launch page and see if the helps.
... View more
07-10-2021
08:32 PM
- Make sure in the phase of Install Agent , the heart beat test passed. - Make sure each host has cm_guid. [root@redhat1 cloudera-scm-agent]# pwd /var/lib/cloudera-scm-agent [root@redhat1 cloudera-scm-agent]# ls active_parcels.json cm_guid response.avro uuid [root@redhat1 cloudera-scm-agent]#
... View more
07-09-2021
11:03 AM
Hi @Bender Correct, our cluster is not kerberized yet. Is it possible connect SMM without kerberos? thanks Eduardo
... View more
07-02-2021
04:21 AM
@lovebo Does this folder exists? This seems coming from Webhdfs. You may have to look at permission as well for users.
... View more
06-29-2021
12:01 AM
@sanjaysubramani CDP Trial is available at : https://docs.cloudera.com/cdp-private-cloud/latest/release-guide/topics/cdpdc-trial-download-information.html But there is no older version which is available for trial due to Paywall Changes.
... View more
06-28-2021
11:54 PM
@exploer What you would like to customise? Parcels can be opened with tar utility and you can make some changes.
... View more
06-28-2021
11:52 PM
1 Kudo
@rok The Threshold value look less here. To avoid getting the reported health alerts we recommend to increase the corresponding configuration values: CM -> Cloudera Management Services -> Configuration -> Search for "Descriptor Fetch Max Tries" CM -> Cloudera Management Services -> Configuration -> Event Server -> Search for "Descriptor Fetch Tries Interval" and change this value for all the roles. We would recommend to increase the "Descriptor Fetch Max Tries" value from the default 5 to 10 in a first step. I after that you are facing the issue than you should look at the agent logs and start from there.
... View more
06-28-2021
01:36 AM
@ernesto I run apt remove scm-agent Means this removed the agent packages. Then and apt install scm-agent.... Means this is not trying to connect within Cloudera Repo which is behind paywall hence failing. The catch is that the running cluster will stay but whenever you try to change things like add host host or other operations it will fails since you need paywall subscription. In short you cannot add a new host (which is equivalent to installing an agent on some host again).
... View more
06-23-2021
11:36 PM
@innominate Please refer the below doc that will give you some idea. Cloudera Manager automatically sets nproc configuration in /etc/security/limits.conf, but this configuration can be overridden by individual files in /etc/security/limits.d/. This can cause problems with Apache Impala and other components. Make sure that the nproc limits are set sufficiently high, such as 65536 or 262144. 1. https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_os_requirements.html 2. https://docs.cloudera.com/runtime/7.2.9/configuring-hbase/topics/hbase-configure-ulimit-pam-cli.html
... View more