Skip to content

jacobstanley/hadoop-formats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hadoop Formats Hackage version Build Status

Read/write file formats commonly used by Hadoop.

Currently this package only supports reading snappy encoded sequence files.

Installation

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

About

Read/write file formats commonly used by Hadoop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published