Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26252 | 03-03-2020 08:12 AM | |
| 16404 | 02-28-2020 10:43 AM | |
| 4718 | 12-16-2019 12:59 PM | |
| 4473 | 11-12-2019 03:28 PM | |
| 6663 | 11-01-2019 09:01 AM |
10-15-2018
08:37 AM
1 Kudo
@wert_1311, (1) Activity Monitor is only useful if you are using MapReduce1. I doubt you are, so you can just delete Activity Monitor if that is true. If you are using YARN for jobs, then you can remove Activity Monitor. (2) In the instructions, you need to copy the driver to /user/share/java. Please list the contents so we can see if the cloudera-scm user has read access: # ls -la /usr/share/java You might compare permissions with the old, working hostl to see that the same directory and containing files have the same permissions. The assumption here is that it is likely that Java just cannot access the mysql driver.
... View more
10-12-2018
09:40 AM
@desind, If none of your clients is breaking and everything looks healthy in Cloudera Manager, then it may not be necessary to dig deeper at this time. If you do want to, you could do a tcpdump on port 7183 on your CM host... let it run for a bit then read it in WireShark to try to track down which SSL handshakes are failing and what the client is.
... View more
10-11-2018
10:15 AM
1 Kudo
Hi @hrishi1dypim, Up through 5.15.x we have "Single User Mode" which allows you to run CM and agent as another user. Whether the install can be done as a non-root user depends on what privileges you have I suppose. That said, in CM/CDH 6.x, we are deprecating the Single User Mode and may move toward a docker-based solution for restricted environments as you describe. For now, if ou are using Cloudera 5, you can use these instructions to see if Single User Mode will work for you: https://www.cloudera.com/documentation/enterprise/5-15-x/topics/install_singleuser_reqts.html
... View more
10-09-2018
11:24 AM
@Paulina, Sorry for the mistake... I meant that now with the suggested change, the resulting group lookup filter will be: (&(objectClass=posixGroup)(|(gidNumber=1004)(memberUid=maslova))) This is because the hadoop.security.group.mapping.ldap.posix.attr.uid.name property tells ldapgroupmapping which user attribute to use to obtain the value for group lookup. In your LDAP config that is "uid"
... View more
10-09-2018
09:04 AM
1 Kudo
Setting the cron job will take this particular error away but eventually, you are bound to run into a lot of other issues. Feel free to try though. Also, let me know your experience after trying that 🙂
... View more
10-08-2018
06:21 PM
Thanks @bgooley I solved this by upgrading os and kerberos version. It works fine for me now. Thanks for your help
... View more
10-08-2018
08:56 AM
@JoaoBarreto, It is possible to do so, but it is not something we document or test exactly. The closest steps would be only doing the Cloudera Manager steps here: https://www.cloudera.com/documentation/enterprise/5-15-x/topics/install_singleuser_reqts.html#concept_ivr_lng_2v Since the agent runs as "root" by default, you shouldn't need to do any of the agent-specific steps there. Also, the Management Service "System User" and "System Group" are "cloudera-scm" by default. You may need to do a little trial and error to get everything working, but I don't think it would be too bad.
... View more
10-06-2018
01:46 PM
Hi, solution is that in /var/hdfs-sockets/dn dn should not be created as directory. dn will be created automatically as a file. My mistake was becase I created dn also as directory and that is why I was getting an error. Thank you for assitance
... View more
10-01-2018
02:30 PM
Hi, suddenly it is again crashing, previously was working fine. Can you check at your end? Regards, Smith
... View more
10-01-2018
08:52 AM
1 Kudo
@Nishikant, yes, when testing on a limited-resource VM, I shut down anything I don't need. Still, with limited resources, don't expect awesome performance. If you are using YARN, that spins up containers that will require memory as well. If you have Cloudera Manager installed, it is what you use to start and stop all hadoop roles. You may also need to configure heap space in Cloudera Manager to reduce the heap to ensure you don't overcommit.
... View more