What are the roles of the file system in any framework?
Answer Posted / Deepak Yadav
In Apache Spark, the file system plays a crucial role in storing and managing data. It provides an interface for reading and writing data to disk. The file system is responsible for handling the storage layer, which includes data persistence and management. It's important to note that Spark can interact with various file systems such as HDFS, local file system, S3, or any Hadoop Distributed File System (HDFS) compatible file system.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers