@hackage hadoop-tools0.4

Fast command line tools for working with Hadoop.

hh - Blazing fast interaction with HDFS

Currently we only support v7 of the RPC protocol (< CDH5).

Support for v9 (>= CDH5) is coming soon.

hh cat     - Print the contents of a file to stdout
hh cd      - Change working directory
hh chmod   - Change permissions
hh du      - Show the amount of space used by file or directory
hh find    - Recursively search a directory tree
hh get     - Get a file
hh ls      - List the contents of a directory
hh mkdir   - Create a directory in the specified location
hh pwd     - Print working directory
hh rm      - Delete a file or directory
hh mv      - Rename a file or directory
hh version - Show version information