GithubHelp home page GithubHelp logo

isabella232 / elephant-twin-lzo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from twitter-archive/elephant-twin-lzo

0.0 0.0 0.0 128 KB

Elephant Twin LZO uses Elephant Twin to create LZO block indexes

License: GNU General Public License v3.0

Java 100.00%

elephant-twin-lzo's Introduction

elephant twin lzo

Elephant Twin is a framework for creating indexes in Hadoop.

Elephant Twin LZO uses ElephantTwin to create LZO block indexes. The resulting indexes can be used by Elephant Twin's BlockIndexedFileInputFormat to avoid scanning LZO blocks that do not contain the sought values of indexed columns. It can also be used by Elephant Twin's IndexedPigLoader to automatically apply filters found in Pig scripts, reducing the number of scanned data when reading LZO-compressed files.

This project is separate from Elephant Twin due to licensing restrictions due to the GPL.

LZO files are expected to be indexed using the indexing tools found in the Hadoop-LZO package.

Building

First, ensure that native LZO libraries are installed.

Use the instructions at https://github.com/twitter/hadoop-lzo for getting this done.

After that, it should be a regular mvn install.

Features

com.twitter.elephanttwin.lzo.retrieval.LZOBlockLevelIndexingJobs sets up and runs an indexing job over your lzo files.

Issues

Have a bug? Please create an issue here on GitHub!

https://github.com/twitter/elephant-twin-lzo/issues

Versioning

For transparency and insight into our release cycle, releases will be numbered with the follow format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backwards compatibility bumps the major
  • New additions without breaking backwards compatibility bumps the minor
  • Bug fixes and misc changes bump the patch

For more information on semantic versioning, please visit http://semver.org/.

Authors

Major contributions from

  • Yu Xu
  • Jimmy Lin
  • Dmitriy Ryaboy

Other contributors can be found via git history (many thanks to all of them).

License

Copyright 2012 Twitter, Inc.

Licensed under the GNU General Public License. See https://github.com/twitter/elephant-twin-lzo/blob/master/LICENSE

elephant-twin-lzo's People

Contributors

dvryaboy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.