Class DefaultProbe

java.lang.Object
org.apache.hadoop.yarn.service.monitor.probe.Probe
org.apache.hadoop.yarn.service.monitor.probe.DefaultProbe
All Implemented Interfaces:
MonitorKeys
Direct Known Subclasses:
HttpProbe, PortProbe

public class DefaultProbe extends Probe
A probe that checks whether the AM has retrieved an IP for a container. Optional parameters enable a subsequent check for whether a DNS lookup can be performed for the container's hostname. Configurable properties include: dns.check.enabled - true if DNS check should be performed (default false) dns.address - optional IP:port address of DNS server to use for DNS check