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.
Apache version 2.0 (for more details look at LICENSE).
To get started, simply:
- Download, and run
mvn package
. You may need to run umask 022 to allow the tests to complete successfully. - Use the generated JAR
target/hadoop-utils-<version>.jar
in your application. - Understand the API's by reading the generated JavaDocs in
target/hadoop-utils-<version>-javadoc.jar
.
Look at file CLI.md for more details.