Member since
01-05-2016
56
Posts
23
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1923 | 09-27-2017 06:11 AM | |
2063 | 09-21-2017 06:36 PM | |
1074 | 06-15-2017 01:28 PM | |
2020 | 12-09-2016 08:39 PM | |
2090 | 09-06-2016 04:57 PM |
06-16-2016
03:44 PM
@Alexander Feldman It will be interesting to know what process you are trying to monitor. Normally the Alert definitions are tagged to a component name while you define. But might be there are options which I'm not aware of though. One of the example - https://github.com/monolive/ambari-custom-alerts
... View more
06-15-2016
06:11 PM
@chandramouli muthukumaran No it does not store multiple times. Good Luck with your hadooping.
... View more
06-15-2016
06:01 PM
@chandramouli muthukumaran if you intend to use the /opt/Symantec/hadoop/hdfs/namenode for namenode and /opt/Symantec/hadoop/hdfs/data only then you can remove the other entries. Save and then you might need to restart the HDFS and corresponding services as indicated by ambari. Incase if you have multiple directories for Data then add those entries like this. /opt/Symantec/hadoop/hdfs/data1,/opt/Symantec/hadoop/hdfs/data2,/opt/Symantec/hadoop/hdfs/data3 Hope this helps.
... View more
06-13-2016
07:25 PM
Thanks @Jonathan Hurley I was able to get the "under replicated count" through the AMS Metrics and here is the REST API call. curl -u admin:admin -H "X-Requested-by:ambari" -i -k -X GET http://sandbox.hortonworks.com:6188/ws/v1/timeline/metrics?metricNames=kafka.controller.KafkaController.ActiveControllerCount
... View more
06-13-2016
06:59 PM
1 Kudo
Currently ambari alerts for kafka is just to monitor the kafka broker process on a particular port. Is there a way we can monitor and alert any other parameters like under replicated counts or active controller count etc... ? After upgrading to Ambari 2.2.2 we are able to create and add new widgets for these fields. But there is nothing in the alerts section. Has anyone been successful in setting up the custom alerting for these parameters?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Kafka
06-07-2016
09:05 PM
Never mind. I was able to figure this. Thanks.
... View more
06-07-2016
07:34 PM
@Constantin Stanca Thanks for the Post. Is there a way we can use REST API call to retrieve the metrics (eg - Active controller count or Broker Topics etc... )
... View more
06-06-2016
07:25 PM
You can try as below li <- read.table(textConnection(c), sep = ",");
... View more
06-06-2016
05:16 PM
@Simran Kaur When you convert using as.list then your data will look like the above. Whats your problem here? how do you want the data to look like? What are you trying to do here?
... View more