@InterfaceAudience.Private
public class HSAdminServer
extends org.apache.hadoop.service.AbstractService
implements org.apache.hadoop.mapreduce.v2.api.HSAdminProtocol
| Modifier and Type | Field and Description | 
|---|---|
| protected InetSocketAddress | clientRpcAddress | 
| protected org.apache.hadoop.ipc.RPC.Server | clientRpcServerThe RPC server that listens to requests from clients | 
| Constructor and Description | 
|---|
| HSAdminServer(org.apache.hadoop.yarn.logaggregation.AggregatedLogDeletionService aggLogDelService,
             JobHistory jobHistoryService) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.apache.hadoop.conf.Configuration | createConf() | 
| String[] | getGroupsForUser(String user) | 
| void | refreshAdminAcls() | 
| void | refreshJobRetentionSettings() | 
| void | refreshLoadedJobCache() | 
| void | refreshLogRetentionSettings() | 
| void | refreshSuperUserGroupsConfiguration() | 
| void | refreshUserToGroupsMappings() | 
| void | serviceInit(org.apache.hadoop.conf.Configuration conf) | 
| protected void | serviceStart() | 
| protected void | serviceStop() | 
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStopprotected org.apache.hadoop.ipc.RPC.Server clientRpcServer
protected InetSocketAddress clientRpcAddress
public HSAdminServer(org.apache.hadoop.yarn.logaggregation.AggregatedLogDeletionService aggLogDelService,
                     JobHistory jobHistoryService)
public 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[] getGroupsForUser(String user) throws IOException
getGroupsForUser in interface org.apache.hadoop.tools.GetUserMappingsProtocolIOExceptionpublic void refreshUserToGroupsMappings()
                                 throws IOException
refreshUserToGroupsMappings in interface org.apache.hadoop.security.RefreshUserMappingsProtocolIOExceptionpublic void refreshSuperUserGroupsConfiguration()
                                         throws IOException
refreshSuperUserGroupsConfiguration in interface org.apache.hadoop.security.RefreshUserMappingsProtocolIOExceptionprotected org.apache.hadoop.conf.Configuration createConf()
public void refreshAdminAcls()
                      throws IOException
refreshAdminAcls in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocolIOExceptionpublic void refreshLoadedJobCache()
                           throws IOException
refreshLoadedJobCache in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocolIOExceptionpublic void refreshLogRetentionSettings()
                                 throws IOException
refreshLogRetentionSettings in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocolIOExceptionpublic void refreshJobRetentionSettings()
                                 throws IOException
refreshJobRetentionSettings in interface org.apache.hadoop.mapreduce.v2.api.HSAdminRefreshProtocolIOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.