If you end up needing help understanding the HBase part, just ping me. JVS ________________________________________ From: Edward Capriolo [edlinuxg...@gmail.com] Sent: Wednesday, April 07, 2010 7:12 AM To: hive-dev@hadoop.apache.org Subject: Re: Hive support to cassandra
On Wed, Apr 7, 2010 at 2:58 AM, shirish <shirishredd...@gmail.com> wrote: > Hello, > > I am shirish, a final year undergraduate student from Indian Institute of > Information Technology, Allahabad. I am participating in GSOC this year and > I am taking the > cassandra-913<https://issues.apache.org/jira/browse/CASSANDRA-913>(Add > Hive Support) as a gsoc project, which deals with adding hive support > with cassandra as its back end. I would like to know if any one could help > me on how to approach this. I have already started reading the wiki, and > the > presentations/papers. > > Thanking you, > > Yours sincerely, > Shirish Reddy P > (Student) > Indian Institute Of Information Technology, Allahabad > Mob No. +919987398253 > Shirish, I was looking to do this as well. Since cassandra 6.0 has an input format. org.apache.cassandra.hadoop.ColumnFamilyInputFormat.class Without looking into the code much, We should be able to pretty much copy the work in trunk that uses HBase an an input and port it to cassandra. Let me know if you want to tag team this one. Edward