Coder Social home page Coder Social logo

cassandra2-hadoop2's Introduction

cassandra2-hadoop2

Hadoop InputFormat for Cassandra. Works with Hadoop-0.21+ and Cassandra 2.x.

Features beyond those supported in the standard InputFormat (at least when I started working on this!):

  • Works with Hadoop 2
  • Supports combining results from multiple queries over multiple tables (this works as long as the different tables have the same primary key)
  • Supports grouping together Rows based on their partition key and an optional subset of clustering columns

To use:

  • Download and install this Maven Cassandra plugin: https://github.com/wibiclint/simple-cassandra-maven-plugin

  • Build and install into your local Maven repo: mvn clean install

  • Include as a dependency in the POM for your project:

      <dependency>
          <groupId>com.github.cassandra2-hadoop2</groupId>
          <artifactId>cassandra2-hadoop2</artifactId>
          <version>0.1-SNAPSHOT</version>
      </dependency>
    

Based originally on work from michaelsembwever, which stems from Dave Brosius's work in CASSANDRA-5201.

cassandra2-hadoop2's People

Contributors

wibiclint avatar

Watchers

 avatar  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.