public class MapReduceTrackingUriPlugin
extends org.apache.hadoop.yarn.util.TrackingUriPlugin
implements org.apache.hadoop.conf.Configurable
Constructor and Description |
---|
MapReduceTrackingUriPlugin() |
Modifier and Type | Method and Description |
---|---|
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.Configurable
setConf
in class org.apache.hadoop.conf.Configured
public URI getTrackingUri(org.apache.hadoop.yarn.api.records.ApplicationId id) throws URISyntaxException
getTrackingUri
in class org.apache.hadoop.yarn.util.TrackingUriPlugin
id
- the ID for which a URI is returnedURISyntaxException
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.