@hackage hadoop-formats0.2.1.1
Read/write file formats commonly used by Hadoop.
Installation
Dependencies (5)
- base >=4.7 && <4.9
- bytestring >=0.10
- text >=1.1
- vector >=0.10
- attoparsec >=0.12 Show all…
Dependents (1)
@hackage/acme-everything
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