Reputation: 73
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 .xml
s?
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
Reputation: 846
Pls. check the attached link. Hope this helps.
Also pls. check Chapter 12 of this book
Casandra Definitive Guide - Oreilly
Upvotes: 1