Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "HadoopSupport" page has been changed by jeremyhanna: http://wiki.apache.org/cassandra/HadoopSupport?action=diff&rev1=48&rev2=49 Comment: Starting a bit of an overhaul of the hadoop support page. <<Anchor(Overview)>> == Overview == - Cassandra 0.6+ enables certain [[http://hadoop.apache.org/|Hadoop]] functionality against Cassandra's data store. Specifically, support has been added for [[http://hadoop.apache.org/mapreduce/|MapReduce]], [[http://pig.apache.org|Pig]] and [[http://hive.apache.org/|Hive]]. + Starting way back in Cassandra 0.6 enabled certain [[http://hadoop.apache.org/|Hadoop]] functionality against Cassandra's data store. Specifically, support has been added for [[http://hadoop.apache.org/mapreduce/|MapReduce]], [[http://pig.apache.org|Pig]] and [[http://hive.apache.org/|Hive]]. Cassandra's Hadoop support implements the same interface as HDFS to achieve data locality. That means, that if you have task trackers running on Cassandra nodes, you'll get input data locality. See the section on [[#ClusterConfig|cluster configuration]] for details on how to best configure Hadoop with Cassandra as well as how to split your analytic load out from your realtime read load. - [[http://datastax.com|DataStax]] open-sourced a Cassandra based Hadoop distribution called Brisk. ([[http://www.datastax.com/docs/0.8/brisk/index|Documentation]]) ([[http://github.com/riptano/brisk|Code]]) Brisk is now part of [[http://www.datastax.com/products/enterprise|DataStax Enterprise]] and is no longer maintained as a standalone project. + DataStax, a company that creates products around Cassandra, has created a simplified way to use Hadoop with Cassandra and built it into its DataStax Enterprise product. For details on DSE, see [[http://www.datastax.com/products/enterprise|this product page]]. [[#Top|Top]]
