Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26232 | 03-03-2020 08:12 AM | |
| 16367 | 02-28-2020 10:43 AM | |
| 4703 | 12-16-2019 12:59 PM | |
| 4470 | 11-12-2019 03:28 PM | |
| 6648 | 11-01-2019 09:01 AM |
10-04-2016
07:44 AM
Hello, When adding a host, Cloudera Manager will execute a script on the host you are adding. The script will attempt to install various packages. For legacy support, the 1.6 JDK is installed even though you will not be using it. When you see the error regarding the jdk install, you should be able to click on a link to get the details to understand why it failed. If you chose to use the same repository as Cloudera Manager, the install should succeed, but it could be that on your new host there is another OS repository that contains the "jdk" package. If that is the case, remove that repo configuration temporarily for the install. At the least, if you can share with us the error that occurs to cause the failure, we can help further.
... View more
09-28-2016
09:36 PM
Hi, I am glad you solved the issue. I agree that Cloudera Manager should help guide you about mandatory LDAP configuration in the UI, so I have opened a feature improvement Jira to request we look into that. Thank you for the suggestion; it makes a lot of sense. Cheers, Ben
... View more
09-21-2016
09:59 AM
1 Kudo
Hello, The upgrade documentation is here: http://www.cloudera.com/documentation/enterprise/latest/topics/cm_ag_upgrading_cm.html @matdba, can you clarify your comments on Kafka? Kafka is currently not part of the CDH parcel and is upgraded separately as documented here: https://www.cloudera.com/documentation/kafka/latest/topics/kafka_installing.html#concept_ngx_4l4_4r Hope that helps. Ben
... View more
09-21-2016
09:51 AM
Hello, If you see stderr output, then the supervisor.conf was already read. The permissions error is not relevant, I think, as the supervisor runs as root and has permission to access. The fact that you see stderr informaiton means the supervisor.conf was already read successfully and the process started as we see the "exec" line. Check your NameNode log (usually in /var/log/hadoop-hdfs) for details about the failure. From what you showed us, it appears the agent/supervisor started the NameNode but then it failed to stay running for more than a few seconds at most. Let us know what you see in the log.
... View more
09-19-2016
02:21 PM
1 Kudo
info can be found here: https://cloudera.github.io/cm_api/epydoc/5.8.0/cm_api.endpoints.services.ApiService-class.html#delete_role -Ben
... View more
09-19-2016
10:53 AM
5 Kudos
HI, It is likely that the Spark client configuration is not found on this host. Try doing the following: in Cloudera Manager, go to Spark --> Instances --> Add Role Instances. Add a Gateway to this host In Cloudera Manager, go to the Spark service and click the "Actions" menu; choose "Deploy Client Configuration" Test spark-shell Based on the error, I think that spark-shell is not able to find an updated version of the client configuration. If you already have a Gateway, then I'd deploy client configuration and see if that helps. Regards, Ben
... View more
09-19-2016
10:24 AM
Hi, I wonder if you have the right agent package installed for your OS. - What is your OS version? - What is the rpm -qa |grep cloudera output? If you are on an OS that ships with python 2.7 natively, then the agent's virtual environment should also support that version. Ben
... View more
09-19-2016
10:00 AM
Hello, The "unknown group" error is usually caused by an older package of OpenSSL being installed on your hosts. Run rpm -qa openssl If you see a version like this: openssl-1.0.1e-15.el6 then upgrade your openssl to a later package, restart the agent, then try again. Regards, Ben
... View more
09-18-2016
07:31 AM
2 Kudos
This issue can occur if there are problems with alternatives. Try this on your nodes: /usr/sbin/alternatives --display hadoop-conf If that command does not return valid alternatives, you may be missing the following file: /var/lib/alternatives/hadoop-conf If you can find a host with the file, copy it from that host to the host or hosts where it is missing. Regards, Ben
... View more
09-16-2016
10:23 AM
Hello Karthi, Thanks for bringing your questions to this community. I'll start by saying that the health issues you see stem from an inability for the Cloudera Manager agents on your host/hosts to communicate with Cloudera Manager on port 7182 and for your agent to communicate with the Host Monitor (to upload metrics) on port 9995. It could be your agent is not started. On your host or hosts, try running (as root or sudo): service cloudera-scm-agent start If you are lucky, that's all that needs to be done. If the agents are running and you still see this problem, this gets into more complex troubleshooting. In that case, I'd start by making sure that iptables is not restricting ports (turn it off on all hosts if it is on), try telneting or nc to the Cloudera Manager host's port 7182. All that said, you may want to walk our quickstart tutorial here: http://www.cloudera.com/developers/get-started-with-hadoop-tutorial.html It might probe to be a good start since you are new to Cloudera and hadoop. We love that you are giving this a try so keep the questions coming. NOTE: for troubleshooting agent issues, your best friend is the agent log; by default it is: /var/log/cloudera-scm-agent/cloudera-scm-agent.log Look for python stack traces and error messages that could help you and us diagnose the issue. By default, the agent will try to heartbeat to the server that is configured in the "server_host" configuration in the agent's configurtation file ( /etc/cloudera-scm-agent/config.ini ). So make sure that the host is that of your Cloudera Manager and it is resolvable on this host. That's a lot, so I'll stop there. Let us know if you get stuck. Cheers, Ben
... View more