Java org.apache.hadoop.util Tool fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.util Tool fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.util Tool.

The text is from its open source code.

Implementation

org.apache.hadoop.util.Tool has the following implementations.
Click this link to see all its implementation.

Constructor

Method

ConfigurationgetConf()
Return the configuration used by this object.
intrun(String[] args)
Execute the command with the given arguments.
voidsetConf(Configuration conf)
Set the configuration to be used by this object.