Spark SQL Read Hive Table
How to read a Hive table into Spark DataFrame? Spark SQL supports reading a Hive table to DataFrame in two ways: the spark.read.table() method and the spark.sql() statement. spark.read is…
0 Comments
December 10, 2022