Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cassandra wih Hive

Am new in cassandra and Hive. Now i want integrate cassandra with the Hadoop-Hive but how can i integrate the cassandra with Hive.

like image 371
venkat Avatar asked May 09 '11 10:05

venkat


People also ask

When should you not use Cassandra?

Cassandra doesn't support a relational schema with foreign keys and join tables. So if you want to write a lot of complex join queries, then Cassandra might not be the right database for you.

Is Cassandra still used at Facebook?

Though Facebook has all but abandoned Cassandra, the technology has gone on to power critical web infrastructure at companies like Twitter, Netflix, even Apple. And DataStax has built a version of the tool for all sorts of other businesses.

How does Cassandra integrate with Hadoop?

Cassandra, like Hadoop, is designed to use low-cost commodity storage to deliver a distributed architecture. That means using the hard drives that are attached to the virtual and physical machines in the data center instead of some kind of storage array. Cassandra data is stored in storage as an SSTable.


2 Answers

You're in luck: DataStax just released Brisk, a Cassandra distribution integrating Hadoop and Hive.

http://www.datastax.com/products/brisk

like image 166
jbellis Avatar answered Oct 14 '22 02:10

jbellis


You can look in to WSO2 BAM2 to get an idea about Hive Cassandra integration.

https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/components/bam2/

like image 26
Deependra Ariyadewa Avatar answered Oct 14 '22 01:10

Deependra Ariyadewa