Uses of Interface
org.apache.hadoop.util.Tool
Packages that use Tool
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
An abstract file system API.
Classes for hadoop security.
Provides the hadoop credential provider API.
Support for delegation tokens.
Common utilities.
-
Uses of Tool in org.apache.hadoop.crypto.key
Classes in org.apache.hadoop.crypto.key that implement ToolModifier and TypeClassDescriptionclassThis program is the CLI utility for the KeyProvider facilities in Hadoop. -
Uses of Tool in org.apache.hadoop.fs
Classes in org.apache.hadoop.fs that implement Tool -
Uses of Tool in org.apache.hadoop.ha
Classes in org.apache.hadoop.ha that implement ToolModifier and TypeClassDescriptionclassA command-line tool for making calls in the HAServiceProtocol. -
Uses of Tool in org.apache.hadoop.security
Classes in org.apache.hadoop.security that implement ToolModifier and TypeClassDescriptionclassKerberos diagnostics This operation expands some of the diagnostic output of the security code, but not all. -
Uses of Tool in org.apache.hadoop.security.alias
Classes in org.apache.hadoop.security.alias that implement ToolModifier and TypeClassDescriptionclassThis program is the CLI utility for the CredentialProvider facilities in Hadoop. -
Uses of Tool in org.apache.hadoop.security.token
Classes in org.apache.hadoop.security.token that implement ToolModifier and TypeClassDescriptionclassDtUtilShell is a set of command line token file management operations. -
Uses of Tool in org.apache.hadoop.tools
Classes in org.apache.hadoop.tools that implement ToolModifier 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 Tool in org.apache.hadoop.util
Classes in org.apache.hadoop.util that implement ToolModifier and TypeClassDescriptionfinal classThis entry point exists for diagnosing classloader problems: is a class or resource present -and if so, where?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.