Alfis
Alfis

Reputation: 73

Hadoop and Cassandra integration how to

I have set up Cassandra on a cluster. I have set up Hadoop on the same cluster. They both work fine individually. Architecture aside, how does one go about integrating the two? What configurations should be put in which .xmls?

From what little documentation I have read, I think I need a class that provides the cfs:/// scheme, right? CFS is supposed to substitute HDFS, right?

All the docs I managed to find are either too abstract, outdated or both, even the offical docs. I'm using Casandra 2.1.0 and Hadoop 2.5.1.

Upvotes: 3

Views: 1510

Answers (1)

thangamanikasi
thangamanikasi

Reputation: 846

Pls. check the attached link. Hope this helps.

Cassandra Hadoop Integration

Also pls. check Chapter 12 of this book

Casandra Definitive Guide - Oreilly

Upvotes: 1

Related Questions