public class WebAppProxyServer
extends org.apache.hadoop.yarn.service.CompositeService
Modifier and Type | Field and Description |
---|---|
static int |
SHUTDOWN_HOOK_PRIORITY
Priority of the ResourceManager shutdown hook.
|
Constructor and Description |
---|
WebAppProxyServer() |
Modifier and Type | Method and Description |
---|---|
protected void |
doSecureLogin(org.apache.hadoop.conf.Configuration conf)
Log in as the Kerberose principal designated for the proxy
|
void |
init(org.apache.hadoop.conf.Configuration conf) |
static void |
main(String[] args) |
addService, getServices, removeService, start, stop
public static final int SHUTDOWN_HOOK_PRIORITY
public void init(org.apache.hadoop.conf.Configuration conf)
init
in interface org.apache.hadoop.yarn.service.Service
init
in class org.apache.hadoop.yarn.service.CompositeService
protected void doSecureLogin(org.apache.hadoop.conf.Configuration conf) throws IOException
conf
- the configuration holding this information in it.IOException
- on any error.public static void main(String[] args)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.