Re: Hive support on Cassandra

2015-05-07 Thread Jonathan Haddad
You may find Spark to be useful. You can do SQL, but also use Python, Scala or Java. I wrote a post last week on getting started with DataFrames & Spark, which you can register as tables & query using Hive compatible SQL: http://rustyrazorblade.com/2015/05/on-the-bleeding-edge-pyspark-dataframes-

Re: Hive support on Cassandra

2015-05-07 Thread Ajay
Thanks everyone. Basically we are looking at Hive because it supports advanced queries (CQL is limited to the data model). Does Stratio supports similar to Hive? Thanks Ajay On Thu, May 7, 2015 at 10:33 PM, Andres de la Peña wrote: > You may also find interesting https://github.com/Stratio/c

Re: Hive support on Cassandra

2015-05-07 Thread Andres de la Peña
You may also find interesting https://github.com/Stratio/crossdata. This project provides batch and streaming capabilities for Cassandra and others databases though a SQL-like language. Disclaimer: I am an employee of Stratio 2015-05-07 17:29 GMT+02:00 : > You might also look at Apache Drill, wh

Re: Hive support on Cassandra

2015-05-07 Thread list
You might also look at Apache Drill, which has support (I think alpha) for ANSI SQL queries against Cassandra if that would suit your needs. > On May 6, 2015, at 12:57 AM, Ajay wrote: > > Hi, > > Does Apache Cassandra (not DSE) support Hive Integration? > > I found couple of open source effo

Re: Hive support on Cassandra

2015-05-07 Thread Jens Rantil
Hi Ajay, I just Googled your question and ended up here: http://stackoverflow.com/q/11850186/260805 The only solution seem to be Datastax Enterprise. Cheers, Jens On Wed, May 6, 2015 at 7:57 AM, Ajay wrote: > Hi, > > Does Apache Cassandra (not DSE) support Hive Integration? > > I found couple

Hive support on Cassandra

2015-05-05 Thread Ajay
Hi, Does Apache Cassandra (not DSE) support Hive Integration? I found couple of open source efforts but nothing is available currently. Thanks Ajay