Hi Reynold, I am running a Spark SQL query.
val df = spark.sql("select * from table1 t1 join table2 t2 on
t1.col1=t2.col1")
df.count()
--
Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/
---------------------------------------------------------------------
To unsubscribe e-mail: [email protected]
