hadoop-formats: Read/write file formats commonly used by Hadoop.

[ apache, data, library ] [ Propose Tags ]

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

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1 (info)
Dependencies attoparsec (>=0.12), base (>=4.7 && <4.9), bytestring (>=0.10), text (>=1.1), vector (>=0.10) [details]
License Apache-2.0
Copyright Jacob Stanley (c) 2014
Author Jacob Stanley
Maintainer Jacob Stanley <jacob@stanley.io>
Revised Revision 1 made by JacobStanley at 2015-08-07T05:25:00Z
Category Data
Home page http://github.com/jystic/hadoop-formats
Uploaded by JacobStanley at 2014-10-16T00:50:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3042 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]