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

[ apache, data, library ] [ Propose Tags ]
This version is deprecated.

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

Modules

[Last Documentation]

  • Hadoop
    • Hadoop.SequenceFile
      • Hadoop.SequenceFile.Parser
      • Hadoop.SequenceFile.Types
    • Hadoop.Writable

Downloads

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.8), 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>
Category Data
Home page http://github.com/jystic/hadoop-formats
Uploaded by JacobStanley at 2014-09-20T09:18:37Z
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 not available [build log]
All reported builds failed as of 2016-12-13 [all 6 reports]