Created 06-08-2016 06:36 AM
We are trying to build an dashboard with basic info and need info on Apps complete in last 24 hours or previous day. We are pulling the data from Ambari rest API. what fields and timing parameters would fetch me the above results. We are on Ambari 1.7
Created 06-08-2016 06:46 AM
you can take the help of yarn rm rest api to know the application matrics, please take a help of cluster matrics api
https://hadoop.apache.org/docs/current/hadoop-yarn/hadoop-yarn-site/ResourceManagerRest.html
you can also take help of application Timeline server(ATS) rest api if ATS is enabled in your case
sample request to get all applications
Created 06-08-2016 07:10 AM
We have only Ambari rest api ports accessible outside firewall. Ambari rest API provides details of apps completed when RESOURCEMANAGER service is queried for metrics. I need apps completed in last 24 hours and I am looking for specific query.