Uses of Class
org.apache.hadoop.conf.Configured
Packages that use Configured
Package
Description
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.
This package provides a mechanism for using different serialization frameworks
in Hadoop.
This package provides Avro serialization in Hadoop.
Intermediate manifest committer.
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).
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
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.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 Configured in org.apache.hadoop.fs.adl
Subclasses of Configured in org.apache.hadoop.fs.adlModifier and TypeClassDescriptionclassA FileSystem to access Azure Data Lake Store. -
Uses of Configured in org.apache.hadoop.fs.azure
Subclasses of Configured in org.apache.hadoop.fs.azureModifier 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 Configured in org.apache.hadoop.fs.azurebfs.commit
Subclasses of Configured in org.apache.hadoop.fs.azurebfs.commitModifier and TypeClassDescriptionclassA Committer for the manifest committer which performs all bindings needed to work best with abfs. -
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.viewfs
Subclasses of Configured in org.apache.hadoop.fs.viewfsModifier and TypeClassDescriptionclassViewFileSystem (extends the FileSystem interface) implements a client-side mount table. -
Uses of Configured in org.apache.hadoop.io.serializer
Subclasses of Configured in org.apache.hadoop.io.serializerModifier and TypeClassDescriptionclassASerializationforWritables 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.mapred
Subclasses of Configured in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassJobClientis the primary interface for the user-job to interact with the cluster. -
Uses of Configured in org.apache.hadoop.mapred.lib
Subclasses of Configured in org.apache.hadoop.mapred.lib -
Uses of Configured in org.apache.hadoop.mapred.pipes
Subclasses of Configured in org.apache.hadoop.mapred.pipes -
Uses of Configured in org.apache.hadoop.mapreduce.lib.output
Subclasses of Configured in org.apache.hadoop.mapreduce.lib.outputModifier and TypeClassDescriptionclassA factory for committers implementing thePathOutputCommittermethods, and so can be used fromFileOutputFormat. -
Uses of Configured in org.apache.hadoop.mapreduce.lib.output.committer.manifest
Subclasses of Configured in org.apache.hadoop.mapreduce.lib.output.committer.manifestModifier and TypeClassDescriptionclassThis is the committer factory to register as the source of committers for the job/filesystem schema. -
Uses of Configured in org.apache.hadoop.mapreduce.lib.partition
Subclasses of Configured in org.apache.hadoop.mapreduce.lib.partitionModifier and TypeClassDescriptionclassInputSampler<K,V> Utility for collecting samples and writing a partition file forTotalOrderPartitioner. -
Uses of Configured in org.apache.hadoop.mapreduce.tools
Subclasses of Configured in org.apache.hadoop.mapreduce.tools -
Uses of Configured in org.apache.hadoop.tools
Subclasses of Configured in org.apache.hadoop.tools -
Uses of Configured in org.apache.hadoop.tools.dynamometer
Subclasses of Configured in org.apache.hadoop.tools.dynamometerModifier and TypeClassDescriptionclassClient for submitting a Dynamometer YARN application, and optionally, a workload MapReduce job. -
Uses of Configured in org.apache.hadoop.yarn.client.cli
Subclasses of Configured in org.apache.hadoop.yarn.client.cliModifier and TypeClassDescriptionclassclassCLI for modifying scheduler configuration. -
Uses of Configured in org.apache.hadoop.yarn.util
Subclasses of Configured in org.apache.hadoop.yarn.utilModifier 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.