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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.util.ProgramDriver has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidaddClass(String name, Class mainClass, String description)
This is the method that adds the classed to the repository
voiddriver(String[] argv)
API compatible with Hadoop 1.x
intrun(String[] args)
This is a driver for the example programs.