@hackage hadoop-tools0.7
Fast command line tools for working with Hadoop.
Installation
Dependencies (0)
- attoparsec
- attoparsec >=0.12
- base >=4 && <5
- base >=4.8 && <5
- boxes >=0.1
- bytestring >=0.10 Show all…
Dependents (1)
@hackage/acme-everything
hh - Blazing fast interaction with HDFS
These tools support v9 of the Hadoop RPC protocol (CDH 5.x and above).
Earlier versions (< 0.6) can be installed using --constraint=hadoop-rpc==0.1.1.1 if you need v7 support.
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