public class ClientContext extends Object
Constructor and Description |
---|
ClientContext() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.client.api.YarnClient |
getOrCreateYarnClient() |
RemoteDirectoryManager |
getRemoteDirectoryManager() |
RuntimeFactory |
getRuntimeFactory() |
org.apache.hadoop.conf.Configuration |
getSubmarineConfig() |
org.apache.hadoop.conf.Configuration |
getYarnConfig() |
void |
setConfiguration(org.apache.hadoop.conf.Configuration conf) |
void |
setRuntimeFactory(RuntimeFactory runtimeFactory) |
void |
setSubmarineConfig(org.apache.hadoop.conf.Configuration submarineConfig) |
public org.apache.hadoop.yarn.client.api.YarnClient getOrCreateYarnClient()
public org.apache.hadoop.conf.Configuration getYarnConfig()
public void setConfiguration(org.apache.hadoop.conf.Configuration conf)
public RemoteDirectoryManager getRemoteDirectoryManager()
public org.apache.hadoop.conf.Configuration getSubmarineConfig()
public void setSubmarineConfig(org.apache.hadoop.conf.Configuration submarineConfig)
public RuntimeFactory getRuntimeFactory()
public void setRuntimeFactory(RuntimeFactory runtimeFactory)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.