hadoop-formats: Read/write file formats commonly used by Hadoop.
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
- Data
- Hadoop
- Data.Hadoop.SequenceFile
- Data.Hadoop.SequenceFile.Parser
- Data.Hadoop.SequenceFile.Types
- Data.Hadoop.Writable
- Data.Hadoop.SequenceFile
- Hadoop
Downloads
- hadoop-formats-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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:23:36Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3134 total (1 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] |