Re: Spark SQL queries hive table, real time ?

2015-07-06 Thread Denny Lee
Within the context of your question, Spark SQL utilizing the Hive context is primarily about very fast queries. If you want to use real-time queries, I would utilize Spark Streaming. A couple of great resources on this topic include Guest Lecture on Spark Streaming in Stanford CME 323:

RE: Spark SQL queries hive table, real time ?

2015-07-06 Thread Mohammed Guller
: Monday, July 6, 2015 4:21 AM To: spierki; user@spark.apache.org Subject: Re: Spark SQL queries hive table, real time ? Within the context of your question, Spark SQL utilizing the Hive context is primarily about very fast queries. If you want to use real-time queries, I would utilize Spark