I have a complex SparkSQL query of the nature

select a.a, b.b, c.c from a,b,c where a.x = b.x and b.y = c.y

How do I convert this efficiently into scala query of

a.join(b,..,..)

and so on. Can anyone help me with this? If my question needs more
clarification, please let me know.



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Converting-SparkSQL-query-to-Scala-query-tp22192.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to