Joins in Spark SQL using Scala
Have you ever wondered if we could apply joins on Spark Dataframes as we do on SQL tables? Would it be possible? Woohoo!! You guessed it right. Here we have with us, a spark module called SPARK SQL for structured data processing. Spark SQL supports all kinds of SQL joins. Read more…