Spark Read ORC file into DataFrame
Spark natively supports ORC data source to read ORC into DataFrame and write it back to the ORC file format using orc() method of DataFrameReader and DataFrameWriter. In this article,…
1 Comment
September 5, 2020