Member since
09-28-2015
95
Posts
51
Kudos Received
13
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2495 | 09-14-2017 11:20 PM | |
3401 | 06-20-2017 06:26 PM | |
1800 | 05-31-2017 07:27 PM | |
1202 | 02-07-2017 06:24 PM | |
9863 | 01-04-2017 11:11 PM |
02-07-2017
06:24 PM
When a hostname is not specified, AMS returns data aggregated across all hosts/appId that send this metric. The aggregation happens every 2 mins, creating 4 x 30 second aggregates per iteration. Add the following query parameter to your curl URL. &hostname=<resourcemanager_host> This should return most recent data.
... View more
01-27-2017
08:41 PM
@Ganesh Raju On my local machine, the clj-time jar is downloaded from HWX public repo. Downloading: http://repo.hortonworks.com/content/groups/public/clj-time/clj-time/0.8.0/clj-time-0.8.0.pom Are you able to access the public repo - http://repo.hortonworks.com/content/groups/public/?
... View more
01-10-2017
10:48 PM
@venu devu Can you verify if gcc and python-devel packages are present on your system?
... View more
01-05-2017
12:06 AM
Within an organization, dashboards are already shared. The privileges can be managed through http://<Grafana_host>:3000/org/users if you are logged in as an admin user. As far as I know, in the Grafana version that ships with Ambari, a dashboard belongs to an organization, and cannot be shared across orgs. You can workaround this by setting the organization to the desired one from the Grafana UI, and then restarting Grafana through Ambari. It will create the datasource & dashboards for the current org.
... View more
01-04-2017
11:11 PM
@ARUN Based on the logs, it seems one or more components are flooding the system with too many metrics. It could be the cluster HBase Service. Can you check if the last 2 lines in the files mentioned in https://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_ambari_reference_guide/content/_enabling_hbase_region_and_table_metrics.html are not commented out? The last 2 lines should look like this (and should not be commented out). *.source.filter.class=org.apache.hadoop.metrics2.filter.GlobFilter
hbase.*.source.filter.exclude=*Regions* Restart HBase Service after these changes. Also, for a 30 node cluster, AMS should work fine with embedded mode, writing data to local disk. Your cluster AMS is configured to distributed mode where AMS HBase writes to cluster HDFS. Do you have a local datanode on Metrics collector host?
... View more
01-04-2017
11:01 PM
Grafana has a concept of Organizations & Users, and can be managed through the Grafana UI. You can create new orgs, assign user to orgs, give users viewer/editor/admin privileges. Check out the Grafana Admin option in the left pane.
... View more
12-25-2016
07:03 PM
@Alena Melnikova Based on the following log statement, 2016-12-2311:40:46,839 INFO org.apache.hadoop.hbase.client.AsyncProcess:#1, waiting for 25694 actions to finish I think AMS is getting a write load more than it can handle. It could be either because it is a huge cluster and the memory settings are not properly tuned, or because one or more components are sending a huge number of metrics. Can I have the following ? 1. Number of nodes in the cluster 2. Response to the following GET call http://<METRICS_COLLECTOR_HOST>:6188/ws/v1/timeline/metrics/metadata
http://<METRICS_COLLECTOR_HOST>:6188/ws/v1/timeline/metrics/hosts 3. Following config files in Metrics Collector host - /etc/ambari-metrics-collector/conf/ ams-env.sh & ams-site.xml
/etc/ams-hbase/conf/ hbase-site.xml & hbase-env.sh
... View more
12-23-2016
06:10 AM
@Alena Melnikova If you are trying to clean up AMS data in distributed mode, you have to stop Metrics collector first. Then you have to clean up the HBase rootdir in HDFS, as well as delete the znode in cluster Zk service. You should be able to do it using the zkCli utility. The znode to delete will be /ams-hbase-unsecure.
... View more
12-22-2016
06:14 PM
@Alena Melnikova Can you verify if the Ambari and AMS versions are the same using 'rpm -qa | grep ambari'? How many nodes do you have in your cluster? Please share the contents of /etc/ambari-metrics-collector/conf/ams-env.sh and /etc/ams-hbase/conf/hbase-env.sh in Metrics collector host.
... View more
12-21-2016
10:14 PM
@Mark Cohen On Ambari UI, do you see metrics in all the graphs in HDFS, Yarn service pages? Please share the response of http://<METRICS_COLLECTOR_HOST>:6188/ws/v1/timeline/metrics/metadata http://<METRICS_COLLECTOR_HOST>:6188/ws/v1/timeline/metrics/hosts Please share AMS collector log - /var/log/ambari-metrics-collector/ambari-metrics-collector.log
... View more