Cascading / cascading.memcached

Memecached/Membase/ElasticSearch integration for Cascading

Home Page:http://cascading.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cascading.Memcached

This project provides a Cascading Tap and Scheme for integrating with a Memcached cluster.

It provides support for writing data to a memcached protocol compatible cluster when bound to a Cascading data processing flow, and works with both Cascading local and Apache Hadoop planners.

See the tests for usage.

This jar relies on the SpyMemcached memcached library. And uses the jmemcache-daemon for testing.

Building

To build a jar,

> gradle jar

To install the jar into the local Maven repo

> gradle install

To test (requires a localhost memcached cluster),

> gradle test

Using with Hadoop

The cascading-memcached.jar file should be added to the "lib" directory of your Hadoop application jar file along with all Cascading dependencies.

About

Memecached/Membase/ElasticSearch integration for Cascading

http://cascading.org/


Languages

Language:Java 100.0%