Package | Description |
---|---|
org.apache.hadoop.ha | |
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.hdfs.tools | |
org.apache.hadoop.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.mapreduce.v2.app.security.authorize | |
org.apache.hadoop.security.authorize | |
org.apache.hadoop.yarn.server.nodemanager.security.authorize | |
org.apache.hadoop.yarn.server.resourcemanager | |
org.apache.hadoop.yarn.server.resourcemanager.security.authorize |
Modifier and Type | Method and Description |
---|---|
protected abstract PolicyProvider |
ZKFailoverController.getPolicyProvider() |
Modifier and Type | Class and Description |
---|---|
class |
HDFSPolicyProvider
PolicyProvider for HDFS protocols. |
Modifier and Type | Method and Description |
---|---|
protected PolicyProvider |
DFSZKFailoverController.getPolicyProvider() |
Modifier and Type | Method and Description |
---|---|
void |
Server.refreshServiceAcl(Configuration conf,
PolicyProvider provider)
Refresh the service authorization ACL for the service handled by this server.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientHSPolicyProvider
PolicyProvider for YARN MapReduce protocols. |
class |
MRAMPolicyProvider
PolicyProvider for YARN MapReduce protocols. |
Modifier and Type | Field and Description |
---|---|
static PolicyProvider |
PolicyProvider.DEFAULT_POLICY_PROVIDER
A default
PolicyProvider without any defined services. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceAuthorizationManager.refresh(Configuration conf,
PolicyProvider provider) |
Modifier and Type | Class and Description |
---|---|
class |
NMPolicyProvider
PolicyProvider for YARN NodeManager protocols. |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationMasterService.refreshServiceAcls(Configuration configuration,
PolicyProvider policyProvider) |
Modifier and Type | Class and Description |
---|---|
class |
RMPolicyProvider
PolicyProvider for YARN ResourceManager protocols. |
Copyright © 2013 Apache Software Foundation. All rights reserved.