0 votes
in Spark Preliminaries by
What does File System API stand for?

1 Answer

0 votes
by

The File System API can read data from HDFS, S3, and Local FileSystem, among other storage devices. Spark uses the FS API to get information from different storage engines.

...