Let say that there is a scenario in which you need to find the list of External Tables from all the Tables in a Hive […]
Category: SparkSQL
Spark – Create Dataframe From List
One can create dataframe from List or Seq using the toDF() functions. To use toDF() we need to import spark.implicits._ Here the column names are […]