Member since
12-07-2016
7
Posts
1
Kudos Received
0
Solutions
02-08-2017
06:29 PM
Thanks @Aravindan Vijayan for the information. This works.
... View more
02-07-2017
11:15 PM
@jaimin Thank you for the information. This resolved my issue!
... View more
02-06-2017
07:59 PM
Hello, I've set up a AMS API call to retrieve Yarn matrix on a minute basis. I tried to add startTime/endTime in my query. Even though I found the metrics returned are not reflecting the latest time stamp, and data is kind of stale. Is there a way I can configure my query so that it can always catch the latest state of the metrics? Example of my tests: curl 'http://myhost:6188/ws/v1/timeline/metrics?metricNames=[metricsname]&appId=resourcemanager&startTime=1486410484&endTime=1486410784&precision=SECONDS' In the return below, I want to see at least the endTime epoch or endTime - 1min epoch, but sometimes it can't get this far. {u'metrics': [{u'metrics': {u'1486410630000': 0.0, u'1486410570000': 0.0, u'1486410540000': 0.0, u'1486410600000': 0.0, u'1486410510000': 0.0}, u'timestamp': 1486410510000, u'appid': u'resourcemanager', u'starttime': 1486410510000, u'metricname': u'metricsname'}]} Thanks for the help!
... View more
Labels:
- Labels:
-
Apache Ambari
02-02-2017
10:06 PM
1 Kudo
Hello, Is there a way I can use Ambari API call to add a host to different yarn config groups or move the host from the Default to customized? I can do it manually like this. But not sure if this feature is supported by API? This would be really helpful! Thanks! Meng
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache YARN