Answer Posted / Yashwant Kumar
Apache Spark does not store data persistently by default. It reads data from various storage systems (e.g., HDFS, S3) and writes data back to those systems. However, it can cache data in memory for faster access during the same job run.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers