Like a lot of folks, I have a need for Big Data and fast queries on that data. Hive queries against Cassandra functionally meet my requirements, but the job oriented processing is too slow when you need to execute many queries on a small portion of the data. It seems like Apache Drill might be the right answer to this problem. I see HBase mentioned as a possible integration point with Drill, but no mention of Cassandra. Has anyone taken a look at Drill to see how it could access the data in Cassandra?
-John