hadoop-formats

Read/write file formats commonly used by Hadoop.

http://github.com/jystic/hadoop-formats

Latest on Hackage:0.2.1.1@rev:1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

Apache-2.0 licensed by Jacob Stanley
Maintained by Jacob Stanley

Currently this package only supports reading sequence files.

You will need to have libsnappy installed to build this project. If you are using OSX and homebrew to install snappy then the following should get everything installed successfully.

$ brew install snappy
$ SNAPPY=$(brew --prefix snappy)
$ export C_INCLUDE_PATH=$SNAPPY/include
$ export LIBRARY_PATH=$SNAPPY/lib
$ cabal install hadoop-formats