eiiches / go-hadoop-io

SequenceFile reader for Go (still in early development)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-hadoop-io

Hadoop SequenceFile reader for Go. This project is still in early stage and may be subject to change.

Installation

Ubuntu

sudo apt-get install libbz2-dev liblz4-dev
go get github.com/eiiches/go-hadoop-io

CentOS

sudo yum install bzip2-devel
git clone https://github.com/Cyan4973/lz4
cd lz4
make
sudo make install
sudo ldconfig
go get github.com/eiiches/go-hadoop-io

Usage

Some examples are located in examples.

License

This project is licensed under the terms of the 3-clause BSD license. See LICENSE.txt for the full license text.

About

SequenceFile reader for Go (still in early development)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%