Uses of Interface
org.apache.hadoop.conf.Configurable
Packages that use Configurable
Package
Description
Configuration of system parameters.
Implementations of
AbstractFileSystem for hdfs
over rpc and hdfs over web.Supporting classes for metrics instrumentation.
A distributed implementation of
FileSystem for reading and writing files on
Azure Block Storage.Support for manifest committer.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
OAuth2-based WebHDFS authentication.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
This package provides a mechanism for using different serialization frameworks
in Hadoop.
This package provides Avro serialization in Hadoop.
Intermediate manifest committer.
Network-related classes.
(DEPRECATED) Hadoop record I/O contains classes and a record description language
translator for simplifying serialization and deserialization of records in a
language-neutral manner.
Support for service-level authorization.
Command-line tools for MapReduce.
The Dynamometer tool is used to stress test the HDFS NameNode by setting
up a realistic environment consistent of fake DataNodes and a real NameNode
with a real FS namesystem and near-real user workload (RPCs).
Common utilities.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of Configurable in org.apache.hadoop.conf
Classes in org.apache.hadoop.conf that implement ConfigurableModifier and TypeClassDescriptionclassBase class for things that may be configured with aConfiguration. -
Uses of Configurable in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs that implement ConfigurableModifier 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.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. -
Uses of Configurable in org.apache.hadoop.fs.adl
Classes in org.apache.hadoop.fs.adl that implement ConfigurableModifier and TypeClassDescriptionclassA FileSystem to access Azure Data Lake Store. -
Uses of Configurable in org.apache.hadoop.fs.azure
Classes in org.apache.hadoop.fs.azure that implement ConfigurableModifier and TypeClassDescriptionclassAFileSystemfor reading and writing files stored on Windows Azure.classAn fsck tool implementation for WASB that does various admin/cleanup/recovery tasks on the WASB file system. -
Uses of Configurable in org.apache.hadoop.fs.azurebfs.commit
Classes in org.apache.hadoop.fs.azurebfs.commit that implement ConfigurableModifier and TypeClassDescriptionclassA Committer for the manifest committer which performs all bindings needed to work best with abfs. -
Uses of Configurable in org.apache.hadoop.fs.ftp
Classes in org.apache.hadoop.fs.ftp that implement ConfigurableModifier and TypeClassDescriptionclassAFileSystembacked by an FTP client provided by Apache Commons Net. -
Uses of Configurable in org.apache.hadoop.fs.viewfs
Classes in org.apache.hadoop.fs.viewfs that implement ConfigurableModifier and TypeClassDescriptionclassViewFileSystem (extends the FileSystem interface) implements a client-side mount table. -
Uses of Configurable in org.apache.hadoop.hdfs.server.aliasmap
Classes in org.apache.hadoop.hdfs.server.aliasmap that implement ConfigurableModifier and TypeClassDescriptionclassInMemoryAliasMap is an implementation of the InMemoryAliasMapProtocol for use with LevelDB. -
Uses of Configurable in org.apache.hadoop.hdfs.server.common.blockaliasmap.impl
Classes in org.apache.hadoop.hdfs.server.common.blockaliasmap.impl that implement ConfigurableModifier and TypeClassDescriptionclassA LevelDB based implementation ofBlockAliasMap.classThis class is used for block maps stored as text files, with a specified delimiter. -
Uses of Configurable in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement ConfigurableModifier and TypeClassDescriptionclassCreate FSImage from an external namespace.classResolver mapping all files to a configurable, uniform blocksize and replication.classResolver mapping all files to a configurable, uniform blocksize.classMap all owners/groups in external system to a single user in FSImage. -
Uses of Configurable in org.apache.hadoop.hdfs.web.oauth2
Classes in org.apache.hadoop.hdfs.web.oauth2 that implement ConfigurableModifier and TypeClassDescriptionclassProvide an OAuth2 access token to be used to authenticate http calls in WebHDFS.classObtain an access token via a a credential (provided through the Configuration) using the Client Credentials Grant workflow.classSupply a access token obtained via a refresh token (provided through the Configuration using the second half of the Authorization Code Grant workflow.classObtain an access token via the credential-based OAuth2 workflow. -
Uses of Configurable in org.apache.hadoop.io
Classes in org.apache.hadoop.io that implement ConfigurableModifier and TypeClassDescriptionclassAbstract base class for MapWritable and SortedMapWritable Unlike org.apache.nutch.crawl.MapWritable, this class allows creation of MapWritable<Writable, MapWritable> so the CLASS_TO_ID and ID_TO_CLASS maps travel with the class instead of being static.classEnumSetWritable<E extends Enum<E>>A Writable wrapper for EnumSet.classA wrapper for Writable instances.classA Writable Map.classA polymorphic Writable that writes an instance with it's class name.classSortedMapWritable<K extends WritableComparable<? super K>>A Writable SortedMap.classA Comparator forWritableComparables. -
Uses of Configurable in org.apache.hadoop.io.compress
Classes in org.apache.hadoop.io.compress that implement ConfigurableModifier and TypeClassDescriptionclassThis class provides output and input streams for bzip2 compression and decompression.classclassThis class creates gzip compressors/decompressors.classThis is a special codec which does not transform the output. -
Uses of Configurable in org.apache.hadoop.io.serializer
Classes in org.apache.hadoop.io.serializer that implement ConfigurableModifier and TypeClassDescriptionclassASerializationforWritables that delegates toWritable.write(java.io.DataOutput)andWritable.readFields(java.io.DataInput). -
Uses of Configurable in org.apache.hadoop.io.serializer.avro
Classes in org.apache.hadoop.io.serializer.avro that implement ConfigurableModifier and TypeClassDescriptionclassSerialization for Avro Reflect classes.classBase class for providing serialization to Avro types.classSerialization for Avro Specific classes. -
Uses of Configurable in org.apache.hadoop.mapred
Classes in org.apache.hadoop.mapred that implement ConfigurableModifier and TypeClassDescriptionclassJobClientis the primary interface for the user-job to interact with the cluster. -
Uses of Configurable in org.apache.hadoop.mapred.join
Classes in org.apache.hadoop.mapred.join that implement ConfigurableModifier and TypeClassDescriptionclassCompositeRecordReader<K extends WritableComparable,V extends Writable, X extends Writable> A RecordReader that can effect joins of RecordReaders sharing a common key type and partitioning.classInnerJoinRecordReader<K extends WritableComparable>Full inner join.classJoinRecordReader<K extends WritableComparable>Base class for Composite joins returning Tuples of arbitrary Writables.classMultiFilterRecordReader<K extends WritableComparable,V extends Writable> Base class for Composite join returning values derived from multiple sources, but generally not tuples.classOuterJoinRecordReader<K extends WritableComparable>Full outer join.classOverrideRecordReader<K extends WritableComparable,V extends Writable> Prefer the "rightmost" data source for this key.classWrappedRecordReader<K extends WritableComparable,U extends Writable> Proxy class for a RecordReader participating in the join framework. -
Uses of Configurable in org.apache.hadoop.mapred.lib
Classes in org.apache.hadoop.mapred.lib that implement ConfigurableModifier and TypeClassDescriptionclassPartitionBinaryComparablekeys using a configurable part of the bytes array returned byBinaryComparable.getBytes().classInputSampler<K,V> classThis comparator implementation provides a subset of the features provided by the Unix/GNU Sort.classKeyFieldBasedPartitioner<K2,V2> Defines a way to partition keys based on certain key fields (also seeKeyFieldBasedComparator.classPartitioner effecting a total order by reading split points from an externally generated source. -
Uses of Configurable in org.apache.hadoop.mapred.lib.db
Classes in org.apache.hadoop.mapred.lib.db that implement Configurable -
Uses of Configurable in org.apache.hadoop.mapred.pipes
Classes in org.apache.hadoop.mapred.pipes that implement Configurable -
Uses of Configurable in org.apache.hadoop.mapreduce.lib.db
Classes in org.apache.hadoop.mapreduce.lib.db that implement ConfigurableModifier and TypeClassDescriptionclassDataDrivenDBInputFormat<T extends DBWritable>A InputFormat that reads input data from an SQL table.classDBInputFormat<T extends DBWritable>A InputFormat that reads input data from an SQL table.classOracleDataDrivenDBInputFormat<T extends DBWritable>A InputFormat that reads input data from an SQL table in an Oracle db. -
Uses of Configurable in org.apache.hadoop.mapreduce.lib.join
Classes in org.apache.hadoop.mapreduce.lib.join that implement ConfigurableModifier and TypeClassDescriptionclassCompositeRecordReader<K extends WritableComparable<?>,V extends Writable, X extends Writable> A RecordReader that can effect joins of RecordReaders sharing a common key type and partitioning.classInnerJoinRecordReader<K extends WritableComparable<?>>Full inner join.classJoinRecordReader<K extends WritableComparable<?>>Base class for Composite joins returning Tuples of arbitrary Writables.classMultiFilterRecordReader<K extends WritableComparable<?>,V extends Writable> Base class for Composite join returning values derived from multiple sources, but generally not tuples.classOuterJoinRecordReader<K extends WritableComparable<?>>Full outer join.classOverrideRecordReader<K extends WritableComparable<?>,V extends Writable> Prefer the "rightmost" data source for this key. -
Uses of Configurable in org.apache.hadoop.mapreduce.lib.output
Classes in org.apache.hadoop.mapreduce.lib.output that implement ConfigurableModifier and TypeClassDescriptionclassA factory for committers implementing thePathOutputCommittermethods, and so can be used fromFileOutputFormat. -
Uses of Configurable in org.apache.hadoop.mapreduce.lib.output.committer.manifest
Classes in org.apache.hadoop.mapreduce.lib.output.committer.manifest that implement ConfigurableModifier and TypeClassDescriptionclassThis is the committer factory to register as the source of committers for the job/filesystem schema. -
Uses of Configurable in org.apache.hadoop.mapreduce.lib.partition
Classes in org.apache.hadoop.mapreduce.lib.partition that implement ConfigurableModifier and TypeClassDescriptionclassPartitionBinaryComparablekeys using a configurable part of the bytes array returned byBinaryComparable.getBytes().classInputSampler<K,V> Utility for collecting samples and writing a partition file forTotalOrderPartitioner.classThis comparator implementation provides a subset of the features provided by the Unix/GNU Sort.classKeyFieldBasedPartitioner<K2,V2> Defines a way to partition keys based on certain key fields (also seeKeyFieldBasedComparator.classPartitioner effecting a total order by reading split points from an externally generated source. -
Uses of Configurable in org.apache.hadoop.mapreduce.tools
Classes in org.apache.hadoop.mapreduce.tools that implement Configurable -
Uses of Configurable in org.apache.hadoop.net
Classes in org.apache.hadoop.net that implement ConfigurableModifier and TypeClassDescriptionclassThis is a base class for DNS to Switch mappings.classA cached implementation of DNSToSwitchMapping that takes an raw DNSToSwitchMapping and stores the resolved network location in a cache.classThis class implements theDNSToSwitchMappinginterface using a script configured via theCommonConfigurationKeysPublic.NET_TOPOLOGY_SCRIPT_FILE_NAME_KEYoption.classSpecialized SocketFactory to create sockets with a SOCKS proxyclassSimpleDNSToSwitchMappingimplementation that reads a 2 column text file. -
Uses of Configurable in org.apache.hadoop.record
Classes in org.apache.hadoop.record that implement Configurable -
Uses of Configurable in org.apache.hadoop.security.authorize
Subinterfaces of Configurable in org.apache.hadoop.security.authorizeClasses in org.apache.hadoop.security.authorize that implement Configurable -
Uses of Configurable in org.apache.hadoop.tools
Classes in org.apache.hadoop.tools that implement Configurable -
Uses of Configurable in org.apache.hadoop.tools.dynamometer
Classes in org.apache.hadoop.tools.dynamometer that implement ConfigurableModifier and TypeClassDescriptionclassClient for submitting a Dynamometer YARN application, and optionally, a workload MapReduce job. -
Uses of Configurable in org.apache.hadoop.util
Subinterfaces of Configurable in org.apache.hadoop.utilModifier and TypeInterfaceDescriptioninterfaceA tool interface that supports handling of generic command-line options. -
Uses of Configurable in org.apache.hadoop.yarn.client.cli
Classes in org.apache.hadoop.yarn.client.cli that implement ConfigurableModifier and TypeClassDescriptionclassclassCLI for modifying scheduler configuration. -
Uses of Configurable in org.apache.hadoop.yarn.util
Classes in org.apache.hadoop.yarn.util that implement ConfigurableModifier and TypeClassDescriptionclassInterface class to obtain process resource usage NOTE: This class should not be used by external users, but only by external developers to extend and include their own process-tree implementation, especially for platforms other than Linux and Windows.