Member since
10-01-2018
802
Posts
144
Kudos Received
130
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3552 | 04-15-2022 09:39 AM | |
| 2866 | 03-16-2022 06:22 AM | |
| 7497 | 03-02-2022 09:44 PM | |
| 3455 | 03-02-2022 08:40 PM | |
| 2364 | 01-05-2022 07:01 AM |
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
06-23-2021
11:33 PM
@innominate There is no such command line tool in CDP as per my knowledge. CDP distribution of Hadoop supports all Vanilla commands like hdfs dfs etc and similar for other components.
... View more
06-23-2021
05:29 AM
@roshanbi, have you resolved your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more
06-16-2021
01:56 AM
3 Kudos
@M_Shash I am afraid there is no way to get binaries without credentials (which means a valid Subscription). One thing which comes in my mind is you can try that with Trial version which is free and can be downloaded from here: https://www.cloudera.com/downloads/hdp.html In any other case you have to get valid Subscription and then you can Download the Ambari binaries. This Discussion below is a good start on the same issue: https://community.cloudera.com/t5/Support-Questions/How-do-I-download-the-latest-version-of-Ambari-and-HDP/m-p/286231#M212306
... View more
06-11-2021
08:17 AM
Maybe it's the quickstart version, so it's probably out of memory. Thank you 🙂
... View more
06-07-2021
01:25 AM
@rjwiggins80 The most Important thing is check the config.ini file on host and see if there you have given the hostname correct (FQDN) in below section. [General] # Hostname of the CM server. server_host=host-10-17-100-241.coe.cloudera.com So stop whole cluster and mgmt services and then CM server. At last stop agent on host and change the above details and then start the agent and service respectively. CM should fetch new hostname.
... View more
05-05-2021
06:09 AM
@klhinva The link provided by @ask_bill_brooks will show the current information. Here is an updated link directly to the Software Dependencies section. I hope this helps.
... View more
04-30-2021
10:07 PM
@pkotla Check the Apache doc if that helps. I am not very sure if that’s achievable but give it a try. https://ranger.apache.org/apidocs/resource_ServiceREST.html#resource_ServiceREST_applyPolicy_POST
... View more