What's faster/easier to convert into SQL, that accept SQL scripts as input: Spark SQL which comes as a layer of speed for Hive high latency queries or Phoenix? And if so, how? I need to do a lot of upserts/joining/grouping over the data. [hbase]
Is there any alternative on top of Cassandra CQL to support the above mentioned(joining/grouping in a real-time manner)?
I'm most probably bound to Spark since I would like to take advantage of MLlib. But for processing the data which should be my option to go?
Thanks, kraster
Because Phoenix use HBASE client interface to load all query, and use query engine only to map sql task for map reduce task in HBase