Re: Strongly Typed SQL in Spark

2015-02-11 Thread jay vyas
Ah, nevermind, I just saw http://spark.apache.org/docs/1.2.0/sql-programming-guide.html (language integrated queries) which looks quite similar to what i was thinking about. I'll give that a whirl... On Wed, Feb 11, 2015 at 7:40 PM, jay vyas jayunit100.apa...@gmail.com wrote: Hi spark. is

Strongly Typed SQL in Spark

2015-02-11 Thread jay vyas
Hi spark. is there anything in the works for a typesafe HQL like API for building spark queries from case classes ? i.e. where, given a domain object Product with a cost associated with it , we can do something like: query.select(Product).filter({ _.cost 50.00f

Re: Strongly Typed SQL in Spark

2015-02-11 Thread Felix C
vyas jayunit100.apa...@gmail.com Sent: February 11, 2015 7:29 PM To: user@spark.apache.org Subject: Re: Strongly Typed SQL in Spark Ah, nevermind, I just saw http://spark.apache.org/docs/1.2.0/sql-programming-guide.html (language integrated queries) which looks quite similar to what i was thinking