Created
July 25, 2021 15:09
-
-
Save saisgit/595da3820865dc38d2cc108e67d9389c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.apache.spark.sql.DataFrame | |
| val filePath: String = "/user/hive/warehouse/product_parquet" | |
| val parquetDF: DataFrame = spark.read.parquet(filePath) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment