On Fri, Sep 2, 2011 at 12:58 AM, Ayon Sinha <ayonsi...@yahoo.com> wrote:
> Hi, > I'm looking for the status of the Open source Apache project that is > integrating Hive & Cassandra. I was under the impression that Datastax' > Brisk is a commercial version of that but I'm looking for the original. BTW, > Brisk Beta 2 release was pain-free to install and run but it doesn't return > results. It either will return the entire table or return an empty set. But > thats not relevant in this forum. Just looking for the Apache project. > > -Ayon > See My Photos on Flickr <http://www.flickr.com/photos/ayonsinha/> > Also check out my Blog for answers to commonly asked > questions.<http://dailyadvisor.blogspot.com> > Ayon, The original issue to follow was https://issues.apache.org/jira/browse/HIVE-1434 . Hive-Cassandra never made it into hive-trunk due to many constraints in the testing environment that made the process hard to evolve. The datastax crew was hungry to hack at it so that code lives with them now. In the future it would be great if we can bring all the cool things brisk has backinto hive mainline. You can get some help here or ask me on #hive irc, but your best bet is #datastax-brisk on IRC or with datastax support. For reference, it is possible to take the cassandra handler jars from brisk and drop them into a hive release . This allows you to use the cassandra handler without using the other parts of brisk. https://github.com/riptano/hive/wiki/Cassandra-Handler-usage-in-Hive-0.7-with-Cassandra-0.7 Edward