Skip to content

Commit

Permalink
Updated readme with CDH 5.x info
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstanley committed Feb 1, 2015
1 parent 9afa62a commit ec0c6a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

Tools for working with Hadoop written with performance in mind.

*This has only been tested with the HDFS protocol used by CDH4.6.0,
later versions (i.e. CDH5) are work in progress*
*This has been tested with the HDFS protocol used by CDH 5.x*
10 changes: 6 additions & 4 deletions hadoop-tools.cabal
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: hadoop-tools
version: 0.5
version: 0.6

synopsis:
Fast command line tools for working with Hadoop.

description:
hh - Blazing fast interaction with HDFS
.
Currently we only support v7 of the RPC protocol (< CDH5).
If built against hadoop-rpc-1.x.x.x then these tools support v9 of the
Hadoop RPC protocol (CDH 5.x and above).
.
Support for v9 (>= CDH5) is coming soon.
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
Expand Down Expand Up @@ -58,7 +60,7 @@ executable hh
, configurator >= 0.3
, exceptions >= 0.6
, filepath >= 1.3
, hadoop-rpc >= 0.1.1.1
, hadoop-rpc >= 1.0.0.1
, old-locale >= 1.0
, optparse-applicative >= 0.11
, protobuf >= 0.2.0.4
Expand Down

0 comments on commit ec0c6a4

Please sign in to comment.