Uses of Interface
org.apache.hadoop.util.Tool
Packages that use Tool
Package
Description
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.
-
Uses of Tool in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement ToolModifier and TypeClassDescriptionclassCreate FSImage from an external namespace. -
Uses of Tool in org.apache.hadoop.mapred
Classes in org.apache.hadoop.mapred that implement ToolModifier and TypeClassDescriptionclassJobClientis the primary interface for the user-job to interact with the cluster. -
Uses of Tool in org.apache.hadoop.mapred.lib
Classes in org.apache.hadoop.mapred.lib that implement Tool -
Uses of Tool in org.apache.hadoop.mapred.pipes
Classes in org.apache.hadoop.mapred.pipes that implement Tool -
Uses of Tool in org.apache.hadoop.mapreduce.lib.partition
Classes in org.apache.hadoop.mapreduce.lib.partition that implement ToolModifier and TypeClassDescriptionclassInputSampler<K,V> Utility for collecting samples and writing a partition file forTotalOrderPartitioner. -
Uses of Tool in org.apache.hadoop.mapreduce.tools
Classes in org.apache.hadoop.mapreduce.tools that implement Tool -
Uses of Tool in org.apache.hadoop.tools
Classes in org.apache.hadoop.tools that implement Tool -
Uses of Tool in org.apache.hadoop.tools.dynamometer
Classes in org.apache.hadoop.tools.dynamometer that implement ToolModifier and TypeClassDescriptionclassClient for submitting a Dynamometer YARN application, and optionally, a workload MapReduce job. -
Uses of Tool in org.apache.hadoop.util
Methods in org.apache.hadoop.util with parameters of type ToolModifier and TypeMethodDescriptionstatic intToolRunner.run(Configuration conf, Tool tool, String[] args) Runs the givenToolbyrun(String[]), after parsing with the given generic arguments.static intRuns theToolwith itsConfiguration. -
Uses of Tool in org.apache.hadoop.yarn.client.cli
Classes in org.apache.hadoop.yarn.client.cli that implement ToolModifier and TypeClassDescriptionclassclassCLI for modifying scheduler configuration.