org.apache.hadoop.conf.Configurablepublic class MapReduceTrackingUriPlugin
extends org.apache.hadoop.yarn.util.TrackingUriPlugin
implements org.apache.hadoop.conf.Configurable
| Constructor | Description |
|---|---|
MapReduceTrackingUriPlugin() |
| Modifier and Type | Method | Description |
|---|---|---|
java.net.URI |
getTrackingUri(org.apache.hadoop.yarn.api.records.ApplicationId id) |
Gets the URI to access the given application on MapReduce history server
|
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.ConfigurablesetConf in class org.apache.hadoop.conf.Configuredpublic java.net.URI getTrackingUri(org.apache.hadoop.yarn.api.records.ApplicationId id)
throws java.net.URISyntaxException
getTrackingUri in class org.apache.hadoop.yarn.util.TrackingUriPluginid - the ID for which a URI is returnedjava.net.URISyntaxExceptionCopyright © 2008–2025 Apache Software Foundation. All rights reserved.