public class WebUIService
extends org.apache.hadoop.service.AbstractService
| Modifier and Type | Field and Description |
|---|---|
static String |
DAG_ID |
static String |
VERTEX_ID |
| Constructor and Description |
|---|
WebUIService(AppContext context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHistoryUrl() |
String |
getTrackingURL() |
protected void |
serviceInit(org.apache.hadoop.conf.Configuration conf) |
protected void |
serviceStart() |
protected void |
serviceStop() |
void |
setHistoryUrl(String historyUrl) |
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStoppublic static final String VERTEX_ID
public static final String DAG_ID
public WebUIService(AppContext context)
protected void serviceInit(org.apache.hadoop.conf.Configuration conf)
throws Exception
serviceInit in class org.apache.hadoop.service.AbstractServiceExceptionprotected void serviceStart()
throws Exception
serviceStart in class org.apache.hadoop.service.AbstractServiceExceptionprotected void serviceStop()
throws Exception
serviceStop in class org.apache.hadoop.service.AbstractServiceExceptionpublic String getTrackingURL()
public String getHistoryUrl()
public void setHistoryUrl(String historyUrl)
Copyright © 2015 Apache Software Foundation. All rights reserved.