Spark SQL Datasets: In version 1.6 of Spark, the Spark dataset was the interface that was added. The catch with this interface is that it provides the benefits of RDDs along with the benefits of the optimized execution engine of Apache Spark SQL. To achieve conversion between JVM objects and...