Example usage for org.apache.hadoop.hdfs.server.namenode INodeAttributeProvider subclass-usage

List of usage examples for org.apache.hadoop.hdfs.server.namenode INodeAttributeProvider subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.hdfs.server.namenode INodeAttributeProvider subclass-usage.

Usage

From source file org.apache.ranger.authorization.hadoop.RangerHdfsAuthorizer.java

public class RangerHdfsAuthorizer extends INodeAttributeProvider {
    private static final Log LOG = LogFactory.getLog(RangerHdfsAuthorizer.class);

    private static final String RANGER_PLUGIN_TYPE = "hdfs";
    private static final String[] RANGER_PLUGIN_LIB_DIR = new String[] { "lib/ranger-hdfs-plugin" };
    private static final String RANGER_HDFS_AUTHORIZER_IMPL_CLASSNAME = "org.apache.ranger.authorization.hadoop.RangerHdfsAuthorizer";

From source file org.apache.sentry.hdfs.SentryINodeAttributesProvider.java

public class SentryINodeAttributesProvider extends INodeAttributeProvider implements Configurable {

    private static Logger LOG = LoggerFactory.getLogger(SentryINodeAttributesProvider.class);

    static class SentryAclFeature extends AclFeature {
        public SentryAclFeature(ImmutableList<AclEntry> entries) {