Member since
04-22-2014
1218
Posts
341
Kudos Received
157
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 26207 | 03-03-2020 08:12 AM | |
| 16346 | 02-28-2020 10:43 AM | |
| 4697 | 12-16-2019 12:59 PM | |
| 4462 | 11-12-2019 03:28 PM | |
| 6633 | 11-01-2019 09:01 AM |
11-25-2019
09:03 AM
Hi @AstroPratik , First, in order for us to provide the best help, we need to make sure we have information about the issue you are observing. My guess is you are seeing the same health alert in Cloudera Manager, but we also need to confirm you are seeing the same messages in the agent log. If so, please follow the instructions to provide a thread dump via the SIGQUIT signal. The instructions I provided for the "kill -SIGQUIT" command only work in Cloudera Manager 5.x. If you are using CM 6, you can use the following: kill -SIGQUIT $(systemctl show -p MainPID cloudera-scm-agent.service 2>/dev/null | cut -d= -f2) If you do run the kill SIGQUIT make sure to run it a couple times so we can compare snapshots AND make sure you get the thread dump when the problem is occurring. NOTE: After reviewing the previous party's thread dump, it appears that a thread that is spawned to collect information for a diagnostic bundle is slow in processing; the thread that uploads service and host information to the Host and Service Monitor servers also seems to be slow. Since the process of obtaining a diagnostic bundle is something that does not happen often, it is likely that the bundle creation is triggering the old event. There are a number of possible causes for "firehose" trouble, though, so it is important that we understand the facts about your situation before making any judgements.
... View more
11-15-2019
05:17 AM
Can you more elaborate on "Hostname tied to the actual IP address?" and "Use "ifconfig -a" to see a listing of your network interfaces and choose one that has an actual IP address." How do I know which hostname and ip address to use. Because while installing single node cluster of cloudera how would you know which hosts to specify? Thank you!
... View more
11-12-2019
08:37 PM
@VamshiDevraj If you are still facing issue can you share details about the error or screenshot for the same?
... View more
11-12-2019
12:23 PM
@cloud123user, Thanks for the kind feedback. I am glad that the solution worked for you!
... View more
11-06-2019
12:34 PM
Sometimes, This occurs if the agent cannot write data under /opt/cloudera/parcels/.flood, if your parcel is using by the other hosts, don't deactivate parcel as first step. Check directory space and delete /opt/cloudera/parcels/.flood folder and restart the agent.
... View more
11-04-2019
10:42 PM
hi Abhilash, I am facing same issue while running concurrent sessions at the same point. Did u find a solution to change the temp directory ?
... View more
11-04-2019
04:44 AM
@bgooley Ah,alright! Will be willing to see the feature being rolled out soon. Thanks!
... View more
09-23-2019
12:31 AM
Hi @bgooley why user hue is writing in my case when I am using the custom username for hue.?
... View more
09-18-2019
09:29 AM
Okaee.. but what is the trick, as far as i see - it's just a dumb way of finding manually which structure stores what config. Not handy for automating. Is there any api which can tell which config belongs to which structure ?
... View more