Member since
03-28-2016
14
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7034 | 07-27-2016 06:59 PM | |
6363 | 07-21-2016 02:43 PM |
08-24-2016
12:18 PM
Hi @Roberto Sancho Can you please post complete message? It is complaining about the previous action. Are there any messages before these lines ?
... View more
07-27-2016
06:59 PM
Hi @Ram D The explanation for the parameter is: The multiple of the queue capacity which can be configured
to allow a single user to acquire more resources. By default this is set to 1
which ensures that a single user can never take more than the queue's
configured capacity irrespective of how idle the cluster is. Value is specified
as a float. There are two queue parms capacity and max capacity. The max determines elasticity and it is at queue level. We have to adjust the user-limit-factor so that user can
leverage more than just the capacity. What it says is a user can use X number
of times the capacity of the queue within under max capacity. Hope this helps !
... View more
07-27-2016
05:29 PM
Hi @Ram D Please look at this.. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_yarn_resource_mgt/content/setting_user_limits.html hope this helps.
... View more
07-21-2016
07:21 PM
Hi @Fish Berh You may want to discuss with your system admin how these disks have been created.
... View more
07-21-2016
02:43 PM
Hi @Fish Berh This explains why the alert is generated. You need to increase the space to stop these alerts.
... View more
07-20-2016
06:48 PM
Hi
@Fish Berh
The default alert configuration for disk_usage is set like the one below:
I believe the minimum free space is kicking in here. "AlertDefinition" : {
"cluster_name" : "xxxxxxxxxx",
"component_name" : "AMBARI_AGENT",
"description" : "This host-level alert is triggered if the amount of disk space used goes above specific thresholds. The default threshold values are 50% for WARNING and 80% for CRITICAL",
"enabled" : true,
"id" : 48,
"ignore_host" : false,
"interval" : 1,
"label" : "Host Disk Usage",
"name" : "ambari_agent_disk_usage",
"scope" : "HOST",
"service_name" : "AMBARI",
"source" : {
"parameters" : [
{
"name" : "minimum.free.space",
"description" : "The overall amount of free disk space left before an alert is triggered.",
"threshold" : "WARNING",
"units" : "bytes",
"display_name" : "Minimum Free Space",
"type" : "NUMERIC",
"value" : "5.0E9"
},
{
"name" : "percent.used.space.warning.threshold",
"description" : "The percent of disk space consumed before a warning is triggered.",
"threshold" : "WARNING",
"units" : "%",
"display_name" : "Warning",
"type" : "PERCENT",
"value" : “0.5”
},
{
"name" : "percent.free.space.critical.threshold",
"description" : "The percent of disk space consumed before a critical alert is triggered.",
"threshold" : "CRITICAL",
"units" : "%",
"display_name" : "Critical",
"type" : "PERCENT",
"value" : “0.8”
}
],
"path" : "alert_disk_space.py",
"type" : "SCRIPT"
}
}
}
Hope this helps.
... View more
07-18-2016
04:57 PM
Hi @JJ Yang On the Ambari UI, when you select hive component, go to summary tab. You will see services like the ones below: Then click on Hiverserver2 , it will take you to the following : You can restart the service from here. Hope this helps.
... View more