Uses of Class
org.apache.hadoop.conf.Configured
Packages that use Configured
Package
Description
Configuration of system parameters.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
An abstract file system API.
Filesystem implementations that allow Hadoop to read directly from
HTTP / HTTPS endpoints.
SFTP FileSystem package.
Support for the execution of a file system command.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
Erasure coders framework.
This package provides a mechanism for using different serialization frameworks
in Hadoop.
This package provides Avro serialization in Hadoop.
Classes for hadoop security.
Provides the hadoop credential provider API.
Support for delegation tokens.
Common utilities.
-
Uses of Configured in org.apache.hadoop.conf
Subclasses of Configured in org.apache.hadoop.confModifier and TypeClassDescriptionclassUtility base class for implementing the Reconfigurable interface. -
Uses of Configured in org.apache.hadoop.crypto.key
Subclasses of Configured in org.apache.hadoop.crypto.keyModifier and TypeClassDescriptionclassThis program is the CLI utility for the KeyProvider facilities in Hadoop. -
Uses of Configured in org.apache.hadoop.fs
Subclasses of Configured in org.apache.hadoop.fsModifier and TypeClassDescriptionclassAbstract Checksumed FileSystem.classAn abstract base class for a fairly generic filesystem.classAFilterFileSystemcontains some other file system, which it uses as its basic file system, possibly transforming the data along the way or providing additional functionality.classProvide command line access to a FileSystem.protected classDisplays short usage of commands sans the long descriptionprotected classDisplay help for commands with their short usage and long description.classThis class is the home for file permissions related commands.static classUsed to change group of filesstatic classThe pattern is almost as flexible as mode allowed by chmod shell command.static classUsed to change owner and/or group of filesclassThis is an implementation of the Hadoop Archive Filesystem.classImplement the FileSystem API for the checksumed local filesystem.classImplement the FileSystem API for the raw local filesystem.classProvides a trash facility which supports pluggable Trash policies.classThis interface is used for implementing different Trash policies.classProvides a trash feature. -
Uses of Configured in org.apache.hadoop.fs.ftp
Subclasses of Configured in org.apache.hadoop.fs.ftpModifier and TypeClassDescriptionclassAFileSystembacked by an FTP client provided by Apache Commons Net. -
Uses of Configured in org.apache.hadoop.fs.http
Subclasses of Configured in org.apache.hadoop.fs.httpModifier and TypeClassDescriptionclassA Filesystem that reads from HTTP endpoint.classA Filesystem that reads from HTTPS endpoint. -
Uses of Configured in org.apache.hadoop.fs.sftp
Subclasses of Configured in org.apache.hadoop.fs.sftp -
Uses of Configured in org.apache.hadoop.fs.shell
Subclasses of Configured in org.apache.hadoop.fs.shellModifier and TypeClassDescriptionclassAn abstract class for the execution of a file system commandclassclass to search for and register commandsclassConcat the given files.classAbstract command to enable sub copy commands run with multi-thread.classCount the number of directories, files, bytes, quota, and remaining quota.classBase class for all "hadoop fs" commands.classUnix touch like commandsstatic classA UNIX like touch command.static class(Re)create zero-length file at the specified path.classTruncates a file to a new size -
Uses of Configured in org.apache.hadoop.fs.shell.find
Subclasses of Configured in org.apache.hadoop.fs.shell.find -
Uses of Configured in org.apache.hadoop.fs.viewfs
Subclasses of Configured in org.apache.hadoop.fs.viewfsModifier and TypeClassDescriptionclassViewFileSystem (extends the FileSystem interface) implements a client-side mount table.classThis class is extended from the ViewFileSystem for the overloaded scheme file system. -
Uses of Configured in org.apache.hadoop.ha
Subclasses of Configured in org.apache.hadoop.haModifier and TypeClassDescriptionclassA command-line tool for making calls in the HAServiceProtocol.classFencer method that uses PowerShell to remotely connect to a machine and kill the required process.classFencing method that runs a shell command.classThis fencing implementation sshes to the target node and usesfuserto kill the process listening on the service's TCP port. -
Uses of Configured in org.apache.hadoop.io.erasurecode.coder
Subclasses of Configured in org.apache.hadoop.io.erasurecode.coderModifier and TypeClassDescriptionclassDummy erasure decoder does no real computation.classDummy erasure encoder does no real computation.classAn abstract erasure decoder that's to be inherited by new decoders.classAn abstract erasure encoder that's to be inherited by new encoders.classHitchhiker is a new erasure coding algorithm developed as a research project at UC Berkeley by Rashmi Vinayak.classHitchhiker is a new erasure coding algorithm developed as a research project at UC Berkeley by Rashmi Vinayak.classReed-Solomon erasure decoder that decodes a block group.classReed-Solomon erasure encoder that encodes a block group.classXor erasure decoder that decodes a block group.classXor erasure encoder that encodes a block group. -
Uses of Configured in org.apache.hadoop.io.serializer
Subclasses of Configured in org.apache.hadoop.io.serializerModifier and TypeClassDescriptionclassA factory forSerializations.classASerializationforWritables that delegates toWritable.write(java.io.DataOutput)andWritable.readFields(java.io.DataInput). -
Uses of Configured in org.apache.hadoop.io.serializer.avro
Subclasses of Configured in org.apache.hadoop.io.serializer.avroModifier and TypeClassDescriptionclassSerialization for Avro Reflect classes.classBase class for providing serialization to Avro types.classSerialization for Avro Specific classes. -
Uses of Configured in org.apache.hadoop.security
Subclasses of Configured in org.apache.hadoop.securityModifier and TypeClassDescriptionclassKerberos diagnostics This operation expands some of the diagnostic output of the security code, but not all.classA simple shell-based implementation ofGroupMappingServiceProviderthat exec's thegroupsshell command to fetch the group memberships of a given user.classA simple shell-based implementation ofGroupMappingServiceProviderthat exec's thegroupsshell command to fetch the group memberships of a given user. -
Uses of Configured in org.apache.hadoop.security.alias
Subclasses of Configured in org.apache.hadoop.security.aliasModifier and TypeClassDescriptionclassThis program is the CLI utility for the CredentialProvider facilities in Hadoop. -
Uses of Configured in org.apache.hadoop.security.token
Subclasses of Configured in org.apache.hadoop.security.tokenModifier and TypeClassDescriptionclassDtUtilShell is a set of command line token file management operations. -
Uses of Configured in org.apache.hadoop.tools
Subclasses of Configured in org.apache.hadoop.toolsModifier and TypeClassDescriptionclassThis program is a CLI utility base class utilizing hadoop Tool class.classBase class for the HDFS and MR implementations of tools which fetch and display the groups that users belong to. -
Uses of Configured in org.apache.hadoop.util
Subclasses of Configured in org.apache.hadoop.utilModifier and TypeClassDescriptionfinal classThis entry point exists for diagnosing classloader problems: is a class or resource present -and if so, where?