Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26277 | 03-03-2020 08:12 AM | |
| 16423 | 02-28-2020 10:43 AM | |
| 4728 | 12-16-2019 12:59 PM | |
| 4477 | 11-12-2019 03:28 PM | |
| 6683 | 11-01-2019 09:01 AM |
04-27-2017
09:12 AM
@hello4usharath, Oh, and we have had this sort of thing happen if the port specified in "com.sun.management.jmxremote.rmi.port=9010" is already in use. You may want to try "netstat -nap|grep 9010" to see if another process has taken that port. Ben
... View more
04-27-2017
09:07 AM
@hello4usharath, Since the stderr.log shows that the supervisor already tried starting Zookeeper and the agent/supervisor is written in python, the exception must be coming from Zookeeper itself. I'd recommend checking the zookeeper logs on the host where it failed to start. Also you might check "stdout.log" for the process as it sometimes contains output including role exceptions. -Ben
... View more
04-20-2017
08:26 AM
@tadeuuuuu and @shiv003: In @shiv003's problem we see that the agent cannot heartbeat to Cloudera Manager due to " [Errno 111] Connection refused". This means that the agent could not reach Cloudera Manager's host on port 7182, likely since Cloudera Manager is not running on that host. @tadeuuuuu, while you are seeing the same error about failed heartbeating, the cause could be different. Please share the stack trace that accompanies the heartbeat failure so we can review.
... View more
04-11-2017
01:40 PM
@kchaitanya, Indeed, if agent_tls is enabled even without web_tls and there is a problem with the certificate or trust store, then you would need to turn off agent_tls. A big thanks for sharing that solution!
... View more
04-10-2017
08:04 AM
@kchaitanya, If that did not help, then it is likely there is another problem. Please start a new thread and outline what you are trying to do and what is happening. Also, make sure to review your /var/log/cloudera-scm-server/cloudera-scm-server.log for clues about what problem is occurring. -Ben
... View more
04-06-2017
10:48 AM
1 Kudo
@Vitali1, If you have "Dump Heap When Out of Memory" enabled, a heap dump will be generated if the process runs out of heap. The files generated can be deleted as they are only for debugging purposes. Navigator does not require them. That said, you can if you are running out of heap, increasing the heap size is likely a good first try to resolve that issue. -Ben
... View more
03-29-2017
07:18 AM
Hello @ManuelAllh, Sorry to hear you hit some problems installing and running. The stderr.log and stdout.log do not show anything unsual, so we should take a look at the agent log on the host where you are trying to start the services. The log is /var/log/cloudera-scm-agent/cloudera-scm-agent.log You might tail -f that file while trying to start the services that are not starting. If you don't see anything obvious that leads you to a solution, share the logging with us. Also, it is possible there is a failure that is captured in the role log. In your case, it appears the failure is during the start of the Host Monitor. I recommend checking the Host Monitor log to see if there is anything useful there: /var/log/cloudera-scm-firehose/mgmt-cmf-mgmt-HOSTMONITOR-vengland.log.out The information in the agent and role log should help point us toward the cause. -Ben
... View more
03-29-2017
06:55 AM
1 Kudo
Hi @hadoopuser2000, Based on your screenshots, it appears you are attempting to install on an OS that is not yet supported (Xenial) Currently, only Trusty and Precise Ubuntu are supported as noted here: https://www.cloudera.com/documentation/enterprise/release-notes/topics/rn_consolidated_pcm.html#os510 Trusty 14.04 - Long-Term Support (LTS) Precise 12.04 - Long-Term Support (LTS) When there is an attempt to download the xenial rpms from the Cloudera archive, that fails since there is no such directory or rpms. Ubuntu 16.04 support is currently targeted for CM/CDH 5.11 -Ben Ben
... View more
03-08-2017
12:42 PM
Hi @maragon, You mentioned that you tried to use psql to connect; what command did you use and what was the result? It would be unusual that you can connect but Cloudera Manager cannot. Nonetheless, you may want to try restarting the embedded database: service cloudera-scm-server-db restart Then try: service cloudera-scm-server start
... View more
03-06-2017
01:49 PM
Hello @mjarnold, Thank you for pointing that out. I have added this post to internal Cloudera Jira DOCS-1862 where we are discussing documentation. Regards, Ben
... View more