Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 809 Bytes

Hadoop Utils

A set of Hadoop utilities to make working with Hadoop a little easier. The utilities can be called from your Hadoop application code, and in addition some can be called directly from the command-line.

License

Apache version 2.0 (for more details look at LICENSE).

Usage

For integrating into your application code

To get started, simply:

  1. Download, and run mvn package.
  2. Use the generated JAR target/hadoop-utils-<version>.jar in your application.
  3. Understand the API's by reading the generated JavaDocs in target/hadoop-utils-<version>-javadoc.jar.

To run the bundled utilities

Look at file CLI.md for more details.