Very cool. Glad you found a solution that works.
On Wed, Jul 30, 2014 at 1:04 PM, Venkat Subramanian <vsubr...@gmail.com> wrote: > For the time being, we decided to take a different route. We created a Rest > API layer in our app and allowed SQL query passing via the Rest. Internally > we pass that query to the SparkSQL layer on the RDD and return back the > results. With this Spark SQL is supported for our RDDs via this rest API > now. It is easy to do this and took a just a few hours and it works for our > use case. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Spark-SQL-JDBC-Connectivity-tp6511p10986.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. >