Save This Page
Home » hadoop-0.14.4 » org.apache » hadoop » util » [javadoc | source]
org.apache.hadoop.util
public interface: Tool [javadoc | source]

All Implemented Interfaces:
    Configurable

All Known Implementing Classes:
    JobClient, FsShell, DFSck, CopyFiles, ToolBase, DFSAdmin, MigrationTool

A tool interface that support generic options handling
Method from org.apache.hadoop.util.Tool Summary:
run
Method from org.apache.hadoop.util.Tool Detail:
 public int run(String[] args) throws Exception
    execute the command with the given arguments