This exercise is about creating a standalone Spark SQL application in Scala that displays the version of Spark SQL in use.
Module: Spark SQL
Duration: 30 mins
libraryDependencies
"org.apache.spark" %% "spark-sql" % "3.2.1"
spark.version
sbt package
on command line or use IDEA’s sbt viewspark-submit